Files
dotfiles/.config/i3blocks/sound/sound_burst.sh
2024-02-29 01:00:26 -05:00

7 lines
80 B
Bash

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