tangled
alpha
login
or
join now
clxxiii.dev
/
dots
0
fork
atom
Linux configuration stuffs
0
fork
atom
overview
issues
pulls
pipelines
prevent low battery spam
clxxiii
2 years ago
352cdacf
8350e01b
+1
-1
1 changed file
expand all
collapse all
unified
split
.config
eww
scripts
battery.sh
+1
-1
.config/eww/scripts/battery.sh
···
11
11
icon=""
12
12
elif [ "$per" -gt "10" ]; then
13
13
icon=""
14
14
-
notify-send -u critical "Battery Low" "Connect Charger"
14
14
+
# notify-send -u critical "Battery Low" "Connect Charger"
15
15
else
16
16
echo && exit
17
17
fi