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: ''
|
mkWaybarTheme = palette: ''
|
||||||
* { color: ${palette.fg}; }
|
* { color: ${palette.fg}; }
|
||||||
window#waybar { background: ${palette.bg}; }
|
window#waybar { background: ${palette.bg}; }
|
||||||
|
#workspaces button.active { background: ${palette.bgAlt}; }
|
||||||
#window { color: ${palette.fgAlt}; }
|
#window { color: ${palette.fgAlt}; }
|
||||||
tooltip { background: ${palette.bgAlt}; color: ${palette.fg}; border: 1px solid ${palette.border}; }
|
tooltip { background: ${palette.bgAlt}; color: ${palette.fg}; border: 1px solid ${palette.border}; }
|
||||||
'';
|
'';
|
||||||
|
|
@ -103,7 +104,11 @@ in
|
||||||
format = "{icon} {volume}%";
|
format = "{icon} {volume}%";
|
||||||
format-muted = " muted";
|
format-muted = " muted";
|
||||||
format-icons = {
|
format-icons = {
|
||||||
default = [ "" "" "" ];
|
default = [
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
];
|
||||||
};
|
};
|
||||||
signal = 1;
|
signal = 1;
|
||||||
tooltip-format = "{desc}";
|
tooltip-format = "{desc}";
|
||||||
|
|
@ -123,7 +128,18 @@ in
|
||||||
format = "{icon} {capacity}%";
|
format = "{icon} {capacity}%";
|
||||||
format-charging = " {capacity}%";
|
format-charging = " {capacity}%";
|
||||||
format-full = " {capacity}%";
|
format-full = " {capacity}%";
|
||||||
format-icons = [ "" "" "" "" "" "" "" "" "" "" ];
|
format-icons = [
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
];
|
||||||
states = {
|
states = {
|
||||||
hi = 30;
|
hi = 30;
|
||||||
mid = 20;
|
mid = 20;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue