dotfiles/dot_config/polybar/scripts/executable_clicker-stat.sh

7 lines
80 B
Bash
Raw Permalink Normal View History

#!/usr/bin/dash
if test -f /tmp/.clicker.pid; then
echo ' '
else
echo ''
fi