format waybar css file

This commit is contained in:
Benjamin Palko 2024-03-03 11:03:29 -05:00
parent a5d663d9e9
commit 516641f28a

View file

@ -9,7 +9,7 @@ window#waybar {
border-bottom: 3px solid rgba(100, 114, 125, 0.5); border-bottom: 3px solid rgba(100, 114, 125, 0.5);
color: #ffffff; color: #ffffff;
transition-property: background-color; transition-property: background-color;
transition-duration: .5s; transition-duration: 0.5s;
} }
window#waybar.hidden { window#waybar.hidden {
@ -26,7 +26,7 @@ window#waybar.solo {
*/ */
window#waybar.termite { window#waybar.termite {
background-color: #3F3F3F; background-color: #3f3f3f;
} }
window#waybar.chromium { window#waybar.chromium {
@ -59,7 +59,7 @@ button:hover {
} }
#workspaces button.focused { #workspaces button.focused {
background-color: #64727D; background-color: #64727d;
box-shadow: inset 0 -3px #ffffff; box-shadow: inset 0 -3px #ffffff;
} }
@ -68,7 +68,7 @@ button:hover {
} }
#mode { #mode {
background-color: #64727D; background-color: #64727d;
box-shadow: inset 0 -3px #ffffff; box-shadow: inset 0 -3px #ffffff;
} }
@ -108,7 +108,7 @@ button:hover {
} }
#clock { #clock {
background-color: #64727D; background-color: #64727d;
} }
#battery { #battery {
@ -116,9 +116,10 @@ button:hover {
color: #000000; color: #000000;
} }
#battery.charging, #battery.plugged { #battery.charging,
#battery.plugged {
color: #ffffff; color: #ffffff;
background-color: #26A65B; background-color: #26a65b;
} }
@keyframes blink { @keyframes blink {
@ -153,7 +154,7 @@ label:focus {
} }
#disk { #disk {
background-color: #964B00; background-color: #964b00;
} }
#backlight { #backlight {