diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-15 00:15:33 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-15 00:15:33 +0100 |
commit | 9bfd7afd8dfa148831fb36e17257ec5f6ed8dded (patch) | |
tree | 4ef4c695b6ab292c99b597a41df75b468dd60b39 /.local/bin/statusbar | |
parent | a5b474f244dda3500b676b88efe7d1e9582f302a (diff) |
Update sb gpu info
Diffstat (limited to '.local/bin/statusbar')
-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 |