Skip to content

Instantly share code, notes, and snippets.

@diversen
Created September 24, 2017 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diversen/6aa4f2ab09b2c9ac69e348cc4d7683ba to your computer and use it in GitHub Desktop.
Save diversen/6aa4f2ab09b2c9ac69e348cc4d7683ba to your computer and use it in GitHub Desktop.
shell script which show percentage of battery left
#!/bin/sh
upower -i $(upower -e | grep 'BAT') | grep -E "state|to\ full|percentage"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment