summaryrefslogtreecommitdiff
path: root/.local/bin/statusbar/bar-storage
blob: d7b5fcfd0cc7463930c1b0584cbe3211f39e5f4d (plain)
1
2
3
4
5
6
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 }'