Formatting, removed unused files, updated some configs, added others (great description, I know)

This commit is contained in:
Phuntsok Drak-pa
2019-10-18 21:42:05 +02:00
parent 198dac57a7
commit 106b8cbdc6
8 changed files with 149 additions and 65 deletions

View File

@@ -1 +0,0 @@
config

View File

@@ -1,6 +0,0 @@
#!/bin/bash
BATTINFO=`acpi -b`
if [[ `echo $BATTINFO | grep Discharging` && `echo $BATTINFO | cut -f 5 -d " "` < 00:15:00 ]] ; then
DISPLAY=:0.0 /usr/bin/notify-send "low battery" "$BATTINFO"
fi