i3blocks: battery warning threshold change
Prithu Goswami prithugoswami524@gmail.com
Sat, 15 Feb 2020 10:17:42 +0530
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
i3blocks/battery
→
i3blocks/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