#!/usr/bin/dash
if {
    ! [ -e /opt/instantos/potato ]
} && {
    pgrep picom &>/dev/null || pgrep compton &>/dev/null
}; 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
