aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/statusbar/sb-memory
diff options
context:
space:
mode:
authorawy <awy@tutamail.com>2024-08-27 04:06:03 +0300
committerawy <awy@tutamail.com>2024-08-27 04:06:03 +0300
commit7d97cfce9d0ecc678fbd46b411265430befbf99b (patch)
treee45a85a493967733d9435551e3e15741a2c9a4ba /.local/bin/statusbar/sb-memory
parentf1967533131e88a15e64580833a8b52be795e84b (diff)
update
Diffstat (limited to '.local/bin/statusbar/sb-memory')
-rwxr-xr-x.local/bin/statusbar/sb-memory4
1 files changed, 3 insertions, 1 deletions
diff --git a/.local/bin/statusbar/sb-memory b/.local/bin/statusbar/sb-memory
index cf661a6..a5873ea 100755
--- a/.local/bin/statusbar/sb-memory
+++ b/.local/bin/statusbar/sb-memory
@@ -8,7 +8,9 @@ else
elif [ "$1" -eq 2 ]; then
hyprctl dispatch exec "[float; size 1800 1300;]" 'kitty -e sh -c "btop"'
elif [ "$1" -eq 3 ]; then
- notify-send "🧠 Memory module" "\- Shows Memory Used/Total."
+ notify-send "🧠 Memory module" "\- Shows Memory Used/Total.
+- Click to show memory hogs.
+- Middle click to open btop."
fi
fi