diff options
| author | Tslil Clingman <tslil.clingman@gmail.com> | 2015-06-13 23:16:14 +0200 |
|---|---|---|
| committer | Tslil Clingman <tslil.clingman@gmail.com> | 2015-06-13 23:16:14 +0200 |
| commit | 93d5703b12e8c5ca2043f871c60fea6b8d0ca69a (patch) | |
| tree | a1625e712f0ab06c19bc1546ab74d591cefbc105 /bat | |
| parent | 7f55198d9c0a2f8b6a61d8c596c89e502f491fe1 (diff) | |
Volume script and colour scheme
Diffstat (limited to 'bat')
| -rwxr-xr-x | bat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,4 +3,4 @@ # 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; +acpi | cut -d: -f 2- | sed "$str" | cut -d\ -f 1-2 | cut -d: -f 1-2; |
