Formatting, removed unused files, updated some configs, added others (great description, I know)
This commit is contained in:
1
.config/i3/.gitignore
vendored
1
.config/i3/.gitignore
vendored
@@ -1 +0,0 @@
|
||||
config
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user