mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 06:33:56 -05:00
waybar: improved tray spacing and battery icons
This commit is contained in:
parent
2154ff5324
commit
8aa026f038
|
@ -71,7 +71,7 @@
|
|||
"battery" = {
|
||||
"states" = {"critical" = 20;};
|
||||
"format" = "{icon}";
|
||||
"format-icons" = ["" "" "" "" ""];
|
||||
"format-icons" = ["" "" "" "" "" "" "" "" "" ""];
|
||||
"tooltip-format" = ''
|
||||
{capacity}%: {timeTo}.
|
||||
Using {power} watts.'';
|
||||
|
@ -121,7 +121,7 @@
|
|||
"tooltip-format-disconnected" = "Disconnected";
|
||||
"on-click" = "${pkgs.alacritty}/bin/alacritty --class nmtui -e ${pkgs.networkmanager}/bin/nmtui";
|
||||
};
|
||||
"tray" = {"spacing" = 10;};
|
||||
"tray" = {"spacing" = 15;};
|
||||
"custom/logout" = {
|
||||
"on-click" = "${pkgs.wlogout}/bin/wlogout";
|
||||
"format" = "";
|
||||
|
|
Loading…
Reference in a new issue