polybar: add new module ollama and its script

This commit is contained in:
inkch
2025-01-14 14:13:57 +09:00
parent 5299fa8d48
commit 0b5d7dd6b6
2 changed files with 15 additions and 2 deletions

View File

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