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-storage | 7 ------- 1 file changed, 7 deletions(-) delete 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 deleted file mode 100755 index a162834..0000000 --- a/.local/bin/statusbar/bar-storage +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -case $BUTTON in - 1)notify-send "$(df -H | grep "Filesystem\|/dev/sd\|/dev/mapper")";; - 3)urxvt -e vim ~/.local/bin/statusbar/storage -esac -df -H | awk '/\/$/ { print $4 }' -- cgit v1.2.3