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

4 lines
163 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 "<fc=#689D6A><fn=6></fn></fc> <fc=#B8BB26> $freespace</fc>"