5 lines
165 B
Bash
Executable File
5 lines
165 B
Bash
Executable File
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
|