chore(polybar): ollama is now --user systemd unit

This commit is contained in:
inkch
2025-07-24 07:50:43 +09:00
parent ec159ff00e
commit 372fd2b673

View File

@@ -1,5 +1,5 @@
#!/usr/bin/dash #!/usr/bin/dash
if systemctl is-active ollama >/dev/null; then if systemctl --user is-active ollama >/dev/null; then
echo 'ol' echo 'ol'
else else
echo '' echo ''