dotfiles/.config/i3blocks/sound/sound_burst.sh
2021-11-13 19:24:20 +01:00

7 lines
80 B
Bash
Executable File

#!/bin/sh
for i in $(seq 1 5)
do
sleep 0.2
pkill -RTMIN+1 i3blocks
done