Compare commits
No commits in common. "c43b42ab188d5a7ed521d9ee249841b186f64a4b" and "2c37f60dd0290898c6a9350d981c9e8716564b82" have entirely different histories.
c43b42ab18
...
2c37f60dd0
@ -33,9 +33,9 @@
|
|||||||
"layer": "top",
|
"layer": "top",
|
||||||
"position": "bottom",
|
"position": "bottom",
|
||||||
"height": 40,
|
"height": 40,
|
||||||
"modules-left": ["idle_inhibitor", "gamemode", "cpu", "memory", "battery", "mpris"],
|
"modules-left": ["idle_inhibitor", "gamemode", "cpu", "memory", "mpris"],
|
||||||
"modules-center": [],
|
"modules-center": [],
|
||||||
"modules-right": ["network", "pulseaudio", "backlight", "clock"],
|
"modules-right": ["network", "pulseaudio", "backlight", "battery", "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}",
|
||||||
|
@ -86,7 +86,7 @@ window#waybar {
|
|||||||
}
|
}
|
||||||
#backlight {
|
#backlight {
|
||||||
padding: 0 1em;
|
padding: 0 1em;
|
||||||
color: #ebdbb2;
|
color: #fabd2f;
|
||||||
}
|
}
|
||||||
#gamemode {
|
#gamemode {
|
||||||
padding: 0 1em;
|
padding: 0 1em;
|
||||||
@ -131,7 +131,7 @@ window#waybar {
|
|||||||
color: #b8bb26;
|
color: #b8bb26;
|
||||||
}
|
}
|
||||||
#battery.discharging.good {
|
#battery.discharging.good {
|
||||||
color: #504945;
|
color: #b8bb26;
|
||||||
}
|
}
|
||||||
#battery.discharging.warning {
|
#battery.discharging.warning {
|
||||||
color: #fabd2f;
|
color: #fabd2f;
|
||||||
|
Loading…
Reference in New Issue
Block a user