mirror of
https://github.com/elenapan/dotfiles.git
synced 2026-01-08 01:37:38 +08:00
2 lines
No EOL
169 B
Bash
Executable file
2 lines
No EOL
169 B
Bash
Executable file
#upower -i $(upower -e | grep 'BAT') | grep -E "state|to\ full|percentage"
|
|
echo -n " "; upower -i $(upower -e | grep 'BAT') | grep -E "percentage" | awk '{print $2;}' |