From 82df70eff06e7b44ee84283070d7f801f7fc1d92 Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Sat, 6 Nov 2021 20:25:45 -0400 Subject: initial commit --- .local/bin/statusbar/bar-storage | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 .local/bin/statusbar/bar-storage (limited to '.local/bin/statusbar/bar-storage') diff --git a/.local/bin/statusbar/bar-storage b/.local/bin/statusbar/bar-storage new file mode 100755 index 0000000..d7b5fcf --- /dev/null +++ b/.local/bin/statusbar/bar-storage @@ -0,0 +1,7 @@ +#!/bin/sh + +case $BUTTON in + 1)notify-send "$(df -H | grep "Filesystem\|/dev/sd")";; + 3)urxvt -e vim ~/.local/bin/statusbar/storage +esac +df -H | awk '/\/home/ { print $4 }' -- cgit v1.2.3