Files
dotfiles/dot_config/polybar/scripts/executable_ollama.sh

7 lines
104 B
Bash

#!/usr/bin/dash
if systemctl --user is-active ollama >/dev/null; then
echo 'ol'
else
echo ''
fi