dotfiles/scripts/polybar/df.sh
2022-07-17 13:04:15 +02:00

3 lines
51 B
Bash

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