diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-08-06 00:29:36 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-08-06 00:29:36 +0530 |
| commit | 91a5f9790cfd4a98ee940633694fb512ecf24942 (patch) | |
| tree | b20bdd22e304234b6893e20d0ca5fbfd042f2184 /quickshell/scripts/battery.sh | |
| parent | ced774e19c36fb3b0b33a3846e7c9cf874b0c206 (diff) | |
i3 > hyprland & x11 > wayland
Diffstat (limited to 'quickshell/scripts/battery.sh')
| -rwxr-xr-x | quickshell/scripts/battery.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/quickshell/scripts/battery.sh b/quickshell/scripts/battery.sh deleted file mode 100755 index 77f800a..0000000 --- a/quickshell/scripts/battery.sh +++ /dev/null @@ -1,3 +0,0 @@ -battery=$(cat /sys/class/power_supply/BAT1/capacity) -charging=$(cat /sys/class/power_supply/ACAD/online) -echo "$battery $charging" |
