Fix colors
This commit is contained in:
parent
a0085de8c3
commit
146c723c57
2 changed files with 16 additions and 16 deletions
Binary file not shown.
|
@ -72,7 +72,7 @@ window#waybar.empty #window {
|
|||
#pulseaudio,
|
||||
#tray,
|
||||
#mode,
|
||||
#language
|
||||
#language,
|
||||
#idle_inhibitor {
|
||||
padding: 0 6px;
|
||||
border-bottom: 2px;
|
||||
|
@ -100,42 +100,42 @@ window#waybar.empty #window {
|
|||
}
|
||||
|
||||
#custom-playerctl {
|
||||
color: @pink;
|
||||
}
|
||||
|
||||
#custom-help {
|
||||
color: @mauve;
|
||||
color: @flamingo;
|
||||
}
|
||||
|
||||
#custom-wlsunset {
|
||||
color: @red;
|
||||
color: @pink;
|
||||
}
|
||||
|
||||
#idle_inhibitor {
|
||||
color: @maroon;
|
||||
color: @mauve;
|
||||
}
|
||||
|
||||
#language {
|
||||
color: @red;
|
||||
}
|
||||
|
||||
#custom-dunst {
|
||||
color: @peach;
|
||||
color: @maroon;
|
||||
}
|
||||
|
||||
#custom-clipboard {
|
||||
color: @yellow;
|
||||
color: @peach;
|
||||
}
|
||||
|
||||
#cpu {
|
||||
color: @green;
|
||||
color: @yellow;
|
||||
}
|
||||
|
||||
#memory {
|
||||
color: @teal;
|
||||
color: @green;
|
||||
}
|
||||
|
||||
#battery {
|
||||
animation-timing-function: linear;
|
||||
animation-iteration-count: infinite;
|
||||
animation-direction: alternate;
|
||||
color: @sky;
|
||||
color: @teal;
|
||||
}
|
||||
|
||||
#battery.warning {
|
||||
|
@ -161,7 +161,7 @@ label:focus {
|
|||
}
|
||||
|
||||
#network {
|
||||
color: @sapphire;
|
||||
color: @sky;
|
||||
}
|
||||
|
||||
#network.disconnected {
|
||||
|
@ -169,7 +169,7 @@ label:focus {
|
|||
}
|
||||
|
||||
#bluetooth {
|
||||
color: @blue;
|
||||
color: @sapphire;
|
||||
}
|
||||
|
||||
#bluetooth.disabled {
|
||||
|
@ -177,7 +177,7 @@ label:focus {
|
|||
}
|
||||
|
||||
#pulseaudio {
|
||||
color: @lavender;
|
||||
color: @blue;
|
||||
}
|
||||
|
||||
#pulseaudio.muted {
|
||||
|
|
Loading…
Add table
Reference in a new issue