dotfiles/scripts/polybar/df.sh

4 lines
51 B
Bash
Raw Normal View History

#!/bin/bash
df -h / | awk '{print $5}' | tail -n1