all repos — dotfiles @ 411d506d40fc702ad6836a271c086abc41989665

linux dotfiles

i3blocks: battery warning threshold change
Prithu Goswami prithugoswami524@gmail.com
Sat, 15 Feb 2020 10:17:42 +0530
commit

411d506d40fc702ad6836a271c086abc41989665

parent

fe145603998b76e1bb0352ff567cdfb9e2fe664d

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M i3blocks/batteryi3blocks/battery

@@ -10,7 +10,7 @@ ;;

*) #symbol="<span font='Icons 11'>\uf213</span>" #symbol="<span font='Material Design Icons'>\uf079</span>" - [ $percent_no -le 30 ] && notify-send -i battery-low -u critical "Battery Low" + [ $percent_no -le 40 ] && notify-send -i battery-low -u critical "Battery Low" ;; esac