Fix colors

This commit is contained in:
Aleksey Samoilov 2025-06-10 22:22:09 +04:00
parent a0085de8c3
commit 146c723c57
2 changed files with 16 additions and 16 deletions

Binary file not shown.

View file

@ -72,7 +72,7 @@ window#waybar.empty #window {
#pulseaudio, #pulseaudio,
#tray, #tray,
#mode, #mode,
#language #language,
#idle_inhibitor { #idle_inhibitor {
padding: 0 6px; padding: 0 6px;
border-bottom: 2px; border-bottom: 2px;
@ -100,42 +100,42 @@ window#waybar.empty #window {
} }
#custom-playerctl { #custom-playerctl {
color: @pink; color: @flamingo;
}
#custom-help {
color: @mauve;
} }
#custom-wlsunset { #custom-wlsunset {
color: @red; color: @pink;
} }
#idle_inhibitor { #idle_inhibitor {
color: @maroon; color: @mauve;
}
#language {
color: @red;
} }
#custom-dunst { #custom-dunst {
color: @peach; color: @maroon;
} }
#custom-clipboard { #custom-clipboard {
color: @yellow; color: @peach;
} }
#cpu { #cpu {
color: @green; color: @yellow;
} }
#memory { #memory {
color: @teal; color: @green;
} }
#battery { #battery {
animation-timing-function: linear; animation-timing-function: linear;
animation-iteration-count: infinite; animation-iteration-count: infinite;
animation-direction: alternate; animation-direction: alternate;
color: @sky; color: @teal;
} }
#battery.warning { #battery.warning {
@ -161,7 +161,7 @@ label:focus {
} }
#network { #network {
color: @sapphire; color: @sky;
} }
#network.disconnected { #network.disconnected {
@ -169,7 +169,7 @@ label:focus {
} }
#bluetooth { #bluetooth {
color: @blue; color: @sapphire;
} }
#bluetooth.disabled { #bluetooth.disabled {
@ -177,7 +177,7 @@ label:focus {
} }
#pulseaudio { #pulseaudio {
color: @lavender; color: @blue;
} }
#pulseaudio.muted { #pulseaudio.muted {