BACKUP/.config/waybar/scripts/disk_usage.sh
2025-07-05 14:00:00 +00:00

5 lines
74 B
Bash
Executable File

#!/bin/bash
used=$(df -h / | awk 'NR==2 {print $3 "/" $2}')
echo "$used"