mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-31 08:27:46 +02:00
statusbar: battery doesnt need time
This commit is contained in:
parent
6563c11338
commit
daaad7b706
@ -1,7 +1,6 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
capacity=$(cat /sys/class/power_supply/"$1"/capacity) || exit
|
capacity=$(cat /sys/class/power_supply/"$1"/capacity) || exit
|
||||||
time=$(acpi | awk '{ print $5 }')
|
|
||||||
status=$(cat /sys/class/power_supply/"$1"/status)
|
status=$(cat /sys/class/power_supply/"$1"/status)
|
||||||
|
|
||||||
[ -z $warn ] && warn=" "
|
[ -z $warn ] && warn=" "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user