dotfiles/.config/xmobar/scripts/disk.sh

3 lines
163 B
Bash
Executable file

#!/bin/sh
freespace=$(btrfs fi usage / | grep -Po 'Free \(estimated\):.*' | awk '{print $3}')
echo "<fc=#689D6A><fn=6></fn></fc> <fc=#B8BB26> $freespace</fc>"