polybar: add new module ollama and its script
This commit is contained in:
6
dot_config/polybar/scripts/executable_ollama.sh
Normal file
6
dot_config/polybar/scripts/executable_ollama.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/dash
|
||||
if systemctl is-active ollama >/dev/null; then
|
||||
echo 'ol'
|
||||
else
|
||||
echo ''
|
||||
fi
|
Reference in New Issue
Block a user