diff options
Diffstat (limited to '.local/bin/statusbar/memory')
| -rwxr-xr-x | .local/bin/statusbar/memory | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/statusbar/memory b/.local/bin/statusbar/memory index c128261..dfd3d7b 100755 --- a/.local/bin/statusbar/memory +++ b/.local/bin/statusbar/memory @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/bin/sh case $BLOCK_BUTTON in 1) notify-send "🧠Memory hogs" "$(ps axch -o cmd:15,%mem --sort=-%mem | head)" ;; |
