still didnt work

This commit is contained in:
Sakooooo 2023-08-05 00:04:21 +03:00
parent 33e8251917
commit e609da7e94
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -23,7 +23,9 @@ battery() {
Discharging) if (( $get_capacity <= 20)); then
printf "^c$lightred^ 󰂃 $get_capacity"
if [ $sent_notification = false ]; then
sudo -u sako DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus dunstify -u critical "Battery low" "Please charge battery"
sudo -u sako \
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus \
dunstify -u critical "Battery low" "Please charge battery"
sent_notification=true
fi
else