aboutsummaryrefslogtreecommitdiff
path: root/.scripts/battery_status.sh
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-06-15 22:55:19 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-06-15 22:55:19 +0530
commit7eebb7e7577fa1531726e04b0b810986a26835ba (patch)
tree9fe47b4b17bc9d8a713a6b962e71336e3108bfe2 /.scripts/battery_status.sh
parent593c41b67d71b21ed8907bb56668ee27671bde25 (diff)
added scfripts to check battery and fixed play-webcam.sh
Diffstat (limited to '.scripts/battery_status.sh')
-rwxr-xr-x.scripts/battery_status.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.scripts/battery_status.sh b/.scripts/battery_status.sh
new file mode 100755
index 0000000..a66bd70
--- /dev/null
+++ b/.scripts/battery_status.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+acpi -b | awk '{print substr($4, 0, length($2) + 1) ", " substr($3, 0, length($3) - 1)}'