diff --git a/dot_config/polybar/scripts/executable_ollama.sh b/dot_config/polybar/scripts/executable_ollama.sh index a932dfb..a2f75c9 100644 --- a/dot_config/polybar/scripts/executable_ollama.sh +++ b/dot_config/polybar/scripts/executable_ollama.sh @@ -1,5 +1,5 @@ #!/usr/bin/dash -if systemctl is-active ollama >/dev/null; then +if systemctl --user is-active ollama >/dev/null; then echo 'ol' else echo ''