From 8117f841988e1e3e32926928d7b9053a78df67a8 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 18 May 2019 16:22:57 -0400 Subject: i3 eternally btfo --- .local/bin/statusbar/memory | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 .local/bin/statusbar/memory (limited to '.local/bin/statusbar/memory') diff --git a/.local/bin/statusbar/memory b/.local/bin/statusbar/memory deleted file mode 100755 index dfd3d7b..0000000 --- a/.local/bin/statusbar/memory +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -case $BLOCK_BUTTON in - 1) notify-send "🧠 Memory hogs" "$(ps axch -o cmd:15,%mem --sort=-%mem | head)" ;; - 3) notify-send "🧠 Memory module" "\- Shows Memory Used/Total. -- Click to show memory hogs." ;; -esac - -free -h | awk '/^Mem:/ {print $3 "/" $2}' -- cgit v1.3.1