dwmblocks/blocks/cpu_temp_button.sh
2020-07-18 17:30:48 +05:30

7 lines
157 B
Bash
Executable file

#!/bin/sh
case "$1" in
1) exec termite -e "htop -s PERCENT_CPU" ;;
2) exec termite -e "htop" ;;
3) exec termite -e "htop -s PERCENT_MEM" ;;
esac