added dunst for low bat notifs
This commit is contained in:
4
.config/dunst/launch_dunst.sh
Executable file
4
.config/dunst/launch_dunst.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
if pgrep -f i3-battery-popup > /dev/null; then
|
||||
pkill -f i3-battery-popup
|
||||
fi
|
||||
i3-battery-popup -L 21% -I 5% -t 10s -n -i $HOME/.config/dunst/icons/low-battery.svg
|
||||
Reference in New Issue
Block a user