summaryrefslogtreecommitdiff
path: root/bat
diff options
context:
space:
mode:
authorTslil Clingman <tslil.clingman@gmail.com>2015-12-16 23:52:39 -0500
committerTslil Clingman <tslil.clingman@gmail.com>2015-12-16 23:52:39 -0500
commit9ada1cffc8a3aff64c9cfe2ec42ad4b3c02bc9cd (patch)
treea150e80ea05be6f2410fb1fee700670a8187de85 /bat
parent42ee791b2f58cc8fa78b73d058ecba0f0b091798 (diff)
runas sends arguments on
- lock now uses ssh-agent because who knows how to get gpg-agent working properly anymore - there was an extra line being printed in the wls prompt - alsa now has a binary called bat. yay.
Diffstat (limited to 'bat')
-rwxr-xr-xbat6
1 files changed, 0 insertions, 6 deletions
diff --git a/bat b/bat
deleted file mode 100755
index d98974c..0000000
--- a/bat
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env sh
-
-# Quick hack to display battery levels for the laptop
-
-str="s/ Charging, /C/;s/ Discharging, /D/;s/ Unknown,/U/"
-acpi | cut -d: -f 2- | sed "$str" | cut -d\ -f 1-2 | cut -d: -f 1-2;