diff options
Diffstat (limited to '.config/i3blocks')
-rw-r--r-- | .config/i3blocks/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/i3blocks/config b/.config/i3blocks/config index 9d8a2cf..e976f59 100644 --- a/.config/i3blocks/config +++ b/.config/i3blocks/config @@ -44,7 +44,8 @@ command=vol=$(mixer vol|cut -d':' -f2) ; printf " %.2d\n" $vol ; [ $vol -eq [disk] interval=60 -command=printf " %s\n" $(df -hk /usr/home | cut -w -f5 | sed 1d) +#command=printf " %s\n" $(df -hk /usr/home | cut -w -f5 | sed 1d) +command=printf " %s\n" $(zpool list -H | cut -w -f8) [memory] interval=10 |