Compare commits

...

2 Commits

Author SHA1 Message Date
Salt 156e6fa33b Polybar: Colorize the battery bar if we're charging 2021-01-18 04:41:19 -06:00
Salt 7e854d9bb6 Polybar: Fix name of backup service 2021-01-18 04:36:11 -06:00
1 changed files with 2 additions and 1 deletions

View File

@ -98,6 +98,7 @@ time-format = %H:%M
interval = 15
format-charging = <ramp-capacity>
format-charging-foreground = ${res/colors.green}
format-discharging = <ramp-capacity>
format-full = <ramp-capacity>
format-full-foreground = ${res/colors.green}
@ -248,7 +249,7 @@ format-foreground = ${res/colors.yellow}
type = custom/script
interval = 5
exec = "echo "
exec-if = "systemctl is-active --quiet 9iron-backup.service"
exec-if = "systemctl is-active --quiet backup.service"
format-foreground = ${res/colors.yellow}
[module/wlan-laptop]