chore: simplified xmobar

This commit is contained in:
Afonso Franco 2022-11-08 17:10:50 +00:00
parent 75702827aa
commit f3b845cde3
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
5 changed files with 54 additions and 75 deletions

View file

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