fix battery script

This commit is contained in:
Sakooooo 2023-08-05 00:00:31 +03:00
parent 9362539bb5
commit 33e8251917
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ battery() {
Discharging) if (( $get_capacity <= 20)); then Discharging) if (( $get_capacity <= 20)); then
printf "^c$lightred^ 󰂃 $get_capacity" printf "^c$lightred^ 󰂃 $get_capacity"
if [ $sent_notification = false ]; then if [ $sent_notification = false ]; then
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 sent_notification=true
fi fi
else else

View file

@ -13,4 +13,4 @@ scrollback_lines 2000
enable_audio_bell no enable_audio_bell no
# maxmium productivity probably # maxmium productivity probably
window_padding_width 10 window_padding_width 15