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 {
|
||||
background: alpha(@lavender, 0.1);
|
||||
color: @green;
|
||||
box-shadow: inset 0 -3px @mauve;
|
||||
box-shadow: inset 0 -3px @peach;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
|
|
@ -82,7 +82,7 @@ button:hover {
|
|||
|
||||
#mode {
|
||||
background-color: @crust;
|
||||
border-bottom: 3px solid @mauve;
|
||||
border-bottom: 3px solid @peach;
|
||||
}
|
||||
|
||||
#clock,
|
||||
|
|
@ -158,27 +158,27 @@ label:focus {
|
|||
|
||||
#cpu {
|
||||
background-color: @crust;
|
||||
color: @mauve;
|
||||
color: @peach;
|
||||
}
|
||||
|
||||
#memory {
|
||||
background-color: @crust;
|
||||
color: @mauve;
|
||||
color: @peach;
|
||||
}
|
||||
|
||||
#disk {
|
||||
background-color: @crust;
|
||||
color: @mauve;
|
||||
color: @peach;
|
||||
}
|
||||
|
||||
#backlight {
|
||||
background-color: @crust;
|
||||
color: @mauve;
|
||||
color: @peach;
|
||||
}
|
||||
|
||||
#network {
|
||||
background-color: @crust;
|
||||
color: @mauve;
|
||||
color: @peach;
|
||||
}
|
||||
|
||||
#network.disconnected {
|
||||
|
|
@ -188,7 +188,7 @@ label:focus {
|
|||
|
||||
#pulseaudio {
|
||||
background-color: @crust;
|
||||
color: @mauve;
|
||||
color: @peach;
|
||||
}
|
||||
|
||||
#pulseaudio.muted {
|
||||
|
|
@ -198,7 +198,7 @@ label:focus {
|
|||
|
||||
#wireplumber {
|
||||
background-color: @crust;
|
||||
color: @mauve;
|
||||
color: @peach;
|
||||
}
|
||||
|
||||
#wireplumber.muted {
|
||||
|
|
@ -222,7 +222,7 @@ label:focus {
|
|||
|
||||
#temperature {
|
||||
background-color: @crust;
|
||||
color: @mauve;
|
||||
color: @peach;
|
||||
}
|
||||
|
||||
#temperature.critical {
|
||||
|
|
@ -244,7 +244,7 @@ label:focus {
|
|||
|
||||
#idle_inhibitor {
|
||||
background-color: @crust;
|
||||
color: @mauve;
|
||||
color: @peach;
|
||||
}
|
||||
|
||||
#idle_inhibitor.activated {
|
||||
|
|
@ -271,14 +271,14 @@ label:focus {
|
|||
|
||||
#language {
|
||||
background: @crust;
|
||||
color: @mauve;
|
||||
color: @peach;
|
||||
padding: 0 5px;
|
||||
min-width: 16px;
|
||||
}
|
||||
|
||||
#keyboard-state {
|
||||
background: @crust;
|
||||
color: @mauve;
|
||||
color: @peach;
|
||||
padding: 0 0px;
|
||||
min-width: 16px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue