Files
dotfiles/.config/i3blocks/sound/sound_burst.sh
2024-07-26 05:55:01 -04: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