diff options
Diffstat (limited to '.local/bin/statusbar/sb-gpubar')
-rwxr-xr-x | .local/bin/statusbar/sb-gpubar | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/statusbar/sb-gpubar b/.local/bin/statusbar/sb-gpubar index f9f72a8..6c53136 100755 --- a/.local/bin/statusbar/sb-gpubar +++ b/.local/bin/statusbar/sb-gpubar @@ -4,7 +4,7 @@ case $BLOCK_BUTTON in 2) setsid -f "$TERMINAL" -e gpuwatch ;; -3) notify-send " GPU load module" "The bar represents +3) notify-send " GPU load module" "The bars represents GPU utilization and memory allocation" ;; 6) "$TERMINAL" -e "$EDITOR" "$0" ;; esac |