embracing the orange swaybar style
This commit is contained in:
parent
3c31a2b2f8
commit
2bfd4eedfa
1 changed files with 13 additions and 13 deletions
|
|
@ -73,7 +73,7 @@ button:hover {
|
||||||
#workspaces button.focused {
|
#workspaces button.focused {
|
||||||
background: alpha(@lavender, 0.1);
|
background: alpha(@lavender, 0.1);
|
||||||
color: @green;
|
color: @green;
|
||||||
box-shadow: inset 0 -3px @mauve;
|
box-shadow: inset 0 -3px @peach;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.urgent {
|
#workspaces button.urgent {
|
||||||
|
|
@ -82,7 +82,7 @@ button:hover {
|
||||||
|
|
||||||
#mode {
|
#mode {
|
||||||
background-color: @crust;
|
background-color: @crust;
|
||||||
border-bottom: 3px solid @mauve;
|
border-bottom: 3px solid @peach;
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock,
|
#clock,
|
||||||
|
|
@ -158,27 +158,27 @@ label:focus {
|
||||||
|
|
||||||
#cpu {
|
#cpu {
|
||||||
background-color: @crust;
|
background-color: @crust;
|
||||||
color: @mauve;
|
color: @peach;
|
||||||
}
|
}
|
||||||
|
|
||||||
#memory {
|
#memory {
|
||||||
background-color: @crust;
|
background-color: @crust;
|
||||||
color: @mauve;
|
color: @peach;
|
||||||
}
|
}
|
||||||
|
|
||||||
#disk {
|
#disk {
|
||||||
background-color: @crust;
|
background-color: @crust;
|
||||||
color: @mauve;
|
color: @peach;
|
||||||
}
|
}
|
||||||
|
|
||||||
#backlight {
|
#backlight {
|
||||||
background-color: @crust;
|
background-color: @crust;
|
||||||
color: @mauve;
|
color: @peach;
|
||||||
}
|
}
|
||||||
|
|
||||||
#network {
|
#network {
|
||||||
background-color: @crust;
|
background-color: @crust;
|
||||||
color: @mauve;
|
color: @peach;
|
||||||
}
|
}
|
||||||
|
|
||||||
#network.disconnected {
|
#network.disconnected {
|
||||||
|
|
@ -188,7 +188,7 @@ label:focus {
|
||||||
|
|
||||||
#pulseaudio {
|
#pulseaudio {
|
||||||
background-color: @crust;
|
background-color: @crust;
|
||||||
color: @mauve;
|
color: @peach;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pulseaudio.muted {
|
#pulseaudio.muted {
|
||||||
|
|
@ -198,7 +198,7 @@ label:focus {
|
||||||
|
|
||||||
#wireplumber {
|
#wireplumber {
|
||||||
background-color: @crust;
|
background-color: @crust;
|
||||||
color: @mauve;
|
color: @peach;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wireplumber.muted {
|
#wireplumber.muted {
|
||||||
|
|
@ -222,7 +222,7 @@ label:focus {
|
||||||
|
|
||||||
#temperature {
|
#temperature {
|
||||||
background-color: @crust;
|
background-color: @crust;
|
||||||
color: @mauve;
|
color: @peach;
|
||||||
}
|
}
|
||||||
|
|
||||||
#temperature.critical {
|
#temperature.critical {
|
||||||
|
|
@ -244,7 +244,7 @@ label:focus {
|
||||||
|
|
||||||
#idle_inhibitor {
|
#idle_inhibitor {
|
||||||
background-color: @crust;
|
background-color: @crust;
|
||||||
color: @mauve;
|
color: @peach;
|
||||||
}
|
}
|
||||||
|
|
||||||
#idle_inhibitor.activated {
|
#idle_inhibitor.activated {
|
||||||
|
|
@ -271,14 +271,14 @@ label:focus {
|
||||||
|
|
||||||
#language {
|
#language {
|
||||||
background: @crust;
|
background: @crust;
|
||||||
color: @mauve;
|
color: @peach;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
min-width: 16px;
|
min-width: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#keyboard-state {
|
#keyboard-state {
|
||||||
background: @crust;
|
background: @crust;
|
||||||
color: @mauve;
|
color: @peach;
|
||||||
padding: 0 0px;
|
padding: 0 0px;
|
||||||
min-width: 16px;
|
min-width: 16px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue