Add battery_button.sh

This commit is contained in:
Santiago Lo Coco 2022-02-08 20:58:49 -03:00
parent 64b3cc9b33
commit 63fe336895
1 changed files with 6 additions and 0 deletions

6
blocks.def/battery_button.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
case "$1" in
1) SUDO_ASKPASS=$HOME/.local/bin/dpass sudo -A "$TERMINAL" -e "powertop" ;;
2) SUDO_ASKPASS=$HOME/.local/bin/dpass sudo -A powertop --html=$HOME/.cache/powerreport.html && xdg-open $HOME/.cache/powerreport.html ;;
esac