From dfcc303e7cc284a45f55bae81ed888dc256432b8 Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Sun, 11 Jun 2023 07:49:11 -0400 Subject: Consolidated status bar scripts for dwmstatus --- .local/bin/statusbar/bar-memory | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 .local/bin/statusbar/bar-memory (limited to '.local/bin/statusbar/bar-memory') diff --git a/.local/bin/statusbar/bar-memory b/.local/bin/statusbar/bar-memory deleted file mode 100755 index 44a8ed3..0000000 --- a/.local/bin/statusbar/bar-memory +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -case $BUTTON in - 1)notify-send "$(ps axc -o cmd:15,%mem --sort=-%mem | head -6)";; - 3)urxvt -e vim ~/.local/bin/statusbar/bar-memory -esac -free --si -h | grep Mem | awk '{ print $3 "/" $2 }' - -- cgit v1.2.3