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;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
color: @green;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
background: @background;
|
||||
color: @red;
|
||||
|
@ -57,9 +61,9 @@ window#waybar.solo {
|
|||
#pulseaudio,
|
||||
#tray,
|
||||
#mode,
|
||||
#submap,
|
||||
#idle_inhibitor,
|
||||
#bluetooth,
|
||||
#custom-power_profile {
|
||||
#bluetooth {
|
||||
padding: 0 10px;
|
||||
color: @foreground;
|
||||
background-color: @background;
|
||||
|
|
Loading…
Reference in a new issue