#!/usr/bin/dash

if pgrep picom; then
    slop --highlight -f x%xx%yx%wx%hx -b 3 -c 0.3203125,0.875,0.40234375,0.1
else
    slop -f x%xx%yx%wx%hx -b 3 -c 0.3203125,0.875,0.40234375
fi
