rwxrob-dot/scripts/battery

4 lines
117 B
Plaintext
Raw Normal View History

2022-02-09 07:29:05 +00:00
#!/usr/bin/perl
print grep {/state|to\ full|percentage/}
`upower -i /org/freedesktop/UPower/devices/battery_BAT0`;