diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-09-12 10:19:13 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-09-12 10:19:13 +0530 |
commit | f300ba9a9302e70dcc72523639aecc1e04feec53 (patch) | |
tree | c5082bb03ddb1e1eeab84da22cbfcb47a089f279 /.scripts/battery_status.sh | |
parent | d45546d4e53f149dc6ab2fc0e3ee020427b6c01e (diff) |
switched back to polybar
Diffstat (limited to '.scripts/battery_status.sh')
-rwxr-xr-x | .scripts/battery_status.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.scripts/battery_status.sh b/.scripts/battery_status.sh deleted file mode 100755 index a66bd70..0000000 --- a/.scripts/battery_status.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -acpi -b | awk '{print substr($4, 0, length($2) + 1) ", " substr($3, 0, length($3) - 1)}' |