#!/bin/sh compton=$(ps aux | grep -w "picom") if [ "$compton" != "" ] then killall compton else compton -cC fi