Move battery to left side of bar

This commit is contained in:
Salt 2024-04-30 10:42:29 -05:00
parent 3d9d9f9fe8
commit 3468abeb5d
2 changed files with 3 additions and 3 deletions

View File

@ -33,9 +33,9 @@
"layer": "top", "layer": "top",
"position": "bottom", "position": "bottom",
"height": 40, "height": 40,
"modules-left": ["idle_inhibitor", "gamemode", "cpu", "memory", "mpris"], "modules-left": ["idle_inhibitor", "gamemode", "cpu", "memory", "battery", "mpris"],
"modules-center": [], "modules-center": [],
"modules-right": ["network", "pulseaudio", "backlight", "battery", "clock"], "modules-right": ["network", "pulseaudio", "backlight", "clock"],
"clock": { "clock": {
"format": "{:%a %b %d %I:%M %p}", "format": "{:%a %b %d %I:%M %p}",
"format-alt": "{:%Y-%m-%d}", "format-alt": "{:%Y-%m-%d}",

View File

@ -131,7 +131,7 @@ window#waybar {
color: #b8bb26; color: #b8bb26;
} }
#battery.discharging.good { #battery.discharging.good {
color: #ebdbb2; color: #504945;
} }
#battery.discharging.warning { #battery.discharging.warning {
color: #fabd2f; color: #fabd2f;