From f300ba9a9302e70dcc72523639aecc1e04feec53 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 12 Sep 2022 10:19:13 +0530 Subject: switched back to polybar --- .scripts/battery_status.sh | 2 -- 1 file changed, 2 deletions(-) delete mode 100755 .scripts/battery_status.sh (limited to '.scripts/battery_status.sh') 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)}' -- cgit v1.2.3