fix(waybar): revert colors
This commit is contained in:
parent
9c900d119d
commit
11d27a0aec
1 changed files with 18 additions and 2 deletions
|
|
@ -12,6 +12,7 @@ let
|
|||
mkWaybarTheme = palette: ''
|
||||
* { color: ${palette.fg}; }
|
||||
window#waybar { background: ${palette.bg}; }
|
||||
#workspaces button.active { background: ${palette.bgAlt}; }
|
||||
#window { color: ${palette.fgAlt}; }
|
||||
tooltip { background: ${palette.bgAlt}; color: ${palette.fg}; border: 1px solid ${palette.border}; }
|
||||
'';
|
||||
|
|
@ -103,7 +104,11 @@ in
|
|||
format = "{icon} {volume}%";
|
||||
format-muted = " muted";
|
||||
format-icons = {
|
||||
default = [ "" "" "" ];
|
||||
default = [
|
||||
""
|
||||
""
|
||||
""
|
||||
];
|
||||
};
|
||||
signal = 1;
|
||||
tooltip-format = "{desc}";
|
||||
|
|
@ -123,7 +128,18 @@ in
|
|||
format = "{icon} {capacity}%";
|
||||
format-charging = " {capacity}%";
|
||||
format-full = " {capacity}%";
|
||||
format-icons = [ "" "" "" "" "" "" "" "" "" "" ];
|
||||
format-icons = [
|
||||
""
|
||||
""
|
||||
""
|
||||
""
|
||||
""
|
||||
""
|
||||
""
|
||||
""
|
||||
""
|
||||
""
|
||||
];
|
||||
states = {
|
||||
hi = 30;
|
||||
mid = 20;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue