chore: changed xmobar to have less redundant info

This commit is contained in:
Afonso Franco 2023-05-19 12:33:24 +01:00
parent 52c030277d
commit efaa225b37
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
3 changed files with 17 additions and 24 deletions

View file

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