From 372fd2b6730597cf95929eb8f49a0aa8c6355e2d Mon Sep 17 00:00:00 2001 From: inkch Date: Thu, 24 Jul 2025 07:50:43 +0900 Subject: [PATCH] chore(polybar): ollama is now --user systemd unit --- dot_config/polybar/scripts/executable_ollama.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ''