This repository has been archived on 2019-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
2018-08-11 02:11:42 +02:00

7 lines
212 B
Bash

[[ "$BLOCK_BUTTON" == 2 ]] && i3-sensible-terminal -e htop
IDLE=$(top -bn1 | head -3 | grep -Eo [0-9]+,[0-9][[:space:]]id | grep -Eo [0-9]+ | head -1)
LOAD=$((100 - $IDLE))
LONG_TEXT="$LOAD%"
SHORT_TEXT="$LOAD"