Update waybar a bit

This commit is contained in:
2024-02-13 20:02:16 -06:00
parent aced90f23b
commit c895e17283
2 changed files with 8 additions and 6 deletions

View File

@@ -43,15 +43,17 @@ window#waybar {
}
#battery {
padding: 0 1em;
font-size: 16px;
}
#battery.charging {
color: #b8bb26;
}
#battery.good {
color: #b8bb26;
}
#battery.warning {
color: #fabd2f;
}
#battery.criticcal {
#battery.critical {
color: #fb4934;
}
#clock {