scripts/dwm/ublocks.sh
2022-12-28 16:44:03 -05:00

4 lines
97 B
Bash
Executable file

#!bin/sh
if [[ $(pgrep dwmblocks | wc -l) > 0 ]]; then
exec /home/swebb/Scripts/dwm/reset.sh
fi