This website requires JavaScript.
Explore
Help
Sign In
x1phosura
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
main
dotfiles
/
bin
/
battery-level.sh
5 lines
94 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/sh
upower -i
$(
upower -e
|
grep BAT
)
|
grep -E
"state|to\ full|to\ empty|percentage"
Reference in New Issue
View Git Blame
Copy Permalink