#!/bin/bash if pgrep -x "picom" > /dev/null; then echo "Picom: ON" else echo "Picom: OFF" fi