sway-wm/.config/waybar/scripts/disk_info.sh
2025-07-27 10:30:33 +02:00

4 lines
68 B
Bash
Executable File

#!/bin/bash
df -h / | awk '/\//{ printf(" %4s / %s \n", $4, $2) }'