diff options
Diffstat (limited to 'pw-systemstats')
-rwxr-xr-x | pw-systemstats | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pw-systemstats b/pw-systemstats index 67ee45c..521b3a3 100755 --- a/pw-systemstats +++ b/pw-systemstats @@ -32,6 +32,4 @@ echo " $FAN_SPEED $CPU_TEMP°C" # Clicking on bar case $BLOCK_BUTTON in 1) notify-send "$(sensors)";; - 2) notify-send "button 2 clicked";; - 3) notify-send "button 3 clicked";; esac |