diff --git a/polybar/.config/polybar/forest/user_modules.ini b/polybar/.config/polybar/forest/user_modules.ini index 3861e4b..b653687 100644 --- a/polybar/.config/polybar/forest/user_modules.ini +++ b/polybar/.config/polybar/forest/user_modules.ini @@ -62,7 +62,7 @@ format-prefix-foreground = ${color.green} # See: https://github.com/keepassxreboot/keepassxc/discussions/7906 [module/keepassxc] type = custom/script - +exec-if = pgrep keepassxc exec = secret-tool lookup check status &> /dev/null && echo " " interval = 5 @@ -90,7 +90,7 @@ type = custom/script # icon-color "#FDD835")) # (concat "%{F" icon-color "}" icon "%{F-}" message))) - +exec-if = emacsclient --eval '(emacs-version)' exec = emacsclient --eval '(my/polybar/org-clock)' | sed 's/"//g'