diff options
-rw-r--r-- | .config/polybar/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index 7492e59..6b69762 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -149,7 +149,7 @@ label-font = 2 [module/covid] type = custom/script -exec = covid +exec = ~/.local/share/bin/covid interval = 120 exec-if = ping disease.sh -c 1 label-font = 2 |