From 7e854d9bb6367d223655ba91e4c6a19ca14bc752 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 18 Jan 2021 04:36:11 -0600 Subject: [PATCH] Polybar: Fix name of backup service --- .config/polybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/polybar/config b/.config/polybar/config index 3df81432..f03a79f6 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -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]