TheCynicalLiger b74ec1cf8f
first commit
2021-01-09 17:30:42 +00:00

12 lines
198 B
Bash
Executable File

#!/usr/bin/env bash
# https://github.com/jaagr/polybar/wiki/User-contributed-modules
#The icon that would change color
if pgrep -x "picom" > /dev/null
then
echo "Loaded"
else
echo "UnLoaded"
fi