summaryrefslogtreecommitdiff
path: root/i3blocks-disk.sh
blob: 704e03e4320b0c3a85b282c20e4d7f1dd350eee1 (plain) (blame)
1
2
3
4
#!/bin/sh
icon=󰋊

printf "$icon%s\n" $(df -h | awk '$6=="/usr/home" { print $5 }')