Compare commits

...

3 Commits

Author SHA1 Message Date
Salt c43b42ab18 Unify colors more 2024-04-30 10:42:41 -05:00
Salt 3468abeb5d Move battery to left side of bar 2024-04-30 10:42:29 -05:00
Salt 3d9d9f9fe8 Make a regular-ass battery white instead of green 2024-04-30 10:41:14 -05:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -86,7 +86,7 @@ window#waybar {
}
#backlight {
padding: 0 1em;
color: #fabd2f;
color: #ebdbb2;
}
#gamemode {
padding: 0 1em;
@ -131,7 +131,7 @@ window#waybar {
color: #b8bb26;
}
#battery.discharging.good {
color: #b8bb26;
color: #504945;
}
#battery.discharging.warning {
color: #fabd2f;