#!/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 }'