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

4 lines
143 B
Bash
Raw Normal View History

2022-11-05 16:21:47 +00:00
#!/bin/sh
freespace=$(btrfs fi usage / | grep -Po 'Free \(estimated\):.*' | awk '{print $3}')
echo "Disk (Free): <fc=#AAC0F0> $freespace</fc>"