dotfiles/.config/waybar/scripts/disk_info.sh
2021-12-11 15:02:56 +01:00

4 lines
68 B
Bash
Executable File

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