summaryrefslogtreecommitdiff
path: root/bat
diff options
context:
space:
mode:
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;