dotfiles/.config/polybar/scripts/disk_info.sh
2022-05-01 02:22:15 +02:00

4 lines
68 B
Bash
Executable File

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