Polybar: Fix name of backup service

This commit is contained in:
Salt 2021-01-18 04:36:11 -06:00
parent 83bff9c195
commit 7e854d9bb6
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,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]