#!/bin/bash
killall picom
# waits for termination
while pgrep -x picom >/dev/null; do sleep 1; done
picom -b --config ~/.config/picom/picom.conf