all repos — dotfiles @ 3af911173e7e737a8aed18bffe89fc0b1cf0e06d

linux dotfiles

i3blocks/disk (view raw)

 1
 2
 3
 4
 5
 6
#!/bin/sh

home_avail=$(df -B 1 ~/ | awk 'NR==2 {printf "%0.1fGiB", $4/1024/1024/1024}')
root_avail=$(df -B 1 / | awk 'NR==2 {printf "%0.1fGiB", $4/1024/1024/1024}')
# icon="<span font='Font Awesome 5 Free'>\uf0a0</span>"
echo -e "$icon$home_avail"