mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 16:23:55 -05:00
waybar: added better spacing between tray items
This commit is contained in:
parent
344b7f0636
commit
9734b80158
|
@ -75,6 +75,9 @@
|
||||||
"tooltip-format-disconnected" = "Disconnected";
|
"tooltip-format-disconnected" = "Disconnected";
|
||||||
"on-click" = "alacritty -e nmtui";
|
"on-click" = "alacritty -e nmtui";
|
||||||
};
|
};
|
||||||
|
"tray" = {
|
||||||
|
"spacing" = 10;
|
||||||
|
};
|
||||||
"power-profiles-daemon" = {
|
"power-profiles-daemon" = {
|
||||||
"format" = "{icon}";
|
"format" = "{icon}";
|
||||||
"tooltip-format" = ''
|
"tooltip-format" = ''
|
||||||
|
|
Loading…
Reference in a new issue