From 9ada1cffc8a3aff64c9cfe2ec42ad4b3c02bc9cd Mon Sep 17 00:00:00 2001 From: Tslil Clingman Date: Wed, 16 Dec 2015 23:52:39 -0500 Subject: 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. --- battery | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 battery (limited to 'battery') diff --git a/battery b/battery new file mode 100755 index 0000000..d98974c --- /dev/null +++ b/battery @@ -0,0 +1,6 @@ +#!/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; -- cgit v1.2.3