style waybar
This commit is contained in:
parent
4c0281788c
commit
71cf9766ec
1 changed files with 6 additions and 2 deletions
|
@ -40,6 +40,10 @@ window#waybar.solo {
|
||||||
color: @green;
|
color: @green;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#workspaces button.active {
|
||||||
|
color: @green;
|
||||||
|
}
|
||||||
|
|
||||||
#workspaces button.urgent {
|
#workspaces button.urgent {
|
||||||
background: @background;
|
background: @background;
|
||||||
color: @red;
|
color: @red;
|
||||||
|
@ -57,9 +61,9 @@ window#waybar.solo {
|
||||||
#pulseaudio,
|
#pulseaudio,
|
||||||
#tray,
|
#tray,
|
||||||
#mode,
|
#mode,
|
||||||
|
#submap,
|
||||||
#idle_inhibitor,
|
#idle_inhibitor,
|
||||||
#bluetooth,
|
#bluetooth {
|
||||||
#custom-power_profile {
|
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
color: @foreground;
|
color: @foreground;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
|
|
Loading…
Reference in a new issue