Waybar: Change some colors.

This commit is contained in:
the_4n0nym0u53 2021-12-06 19:55:40 +01:00
parent 03a5e355b6
commit 5e7915ecc4
No known key found for this signature in database
GPG Key ID: 35EE09F5481049BB
1 changed files with 9 additions and 8 deletions

View File

@ -60,16 +60,17 @@ window#waybar.hidden {
}
#workspaces button.focused {
color: @orange;
box-shadow: inset 0 3px @orange;
color: @blue;
box-shadow: inset 0 3px @blue;
}
#workspaces button.urgent {
color: @orange;
box-shadow: inset 0 3px @orange;
}
#mode {
box-shadow: inset 0 3px @blue;
box-shadow: inset 0 3px @cyan;
}
#clock,
@ -145,8 +146,8 @@ label:focus {
}
#memory {
color: @magenta;
box-shadow: inset 0 3px @magenta;
color: @violet;
box-shadow: inset 0 3px @violet;
}
/*#disk {
@ -193,7 +194,7 @@ label:focus {
}
#tray {
box-shadow: inset 0 3px @violet;
box-shadow: inset 0 3px @blue;
}
#tray > .passive {
@ -210,8 +211,8 @@ label:focus {
}
#idle_inhibitor.activated {
color: @blue;
box-shadow: inset 0 3px @blue;
color: @violet;
box-shadow: inset 0 3px @violet;
}
#custom-pvpn {