summaryrefslogtreecommitdiff
path: root/.config/waybar/custom/disk
blob: 143e41c5ed7fb9f856797f84a2a4787011a01d8f (plain) (blame)
1
2
3
#!/bin/sh

df -BG | awk '$6 == "/" { print $3 }'