1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-09 19:11:15 +02:00

statusbar: added background for icons

This commit is contained in:
2023-10-16 23:49:04 +02:00
parent bb7b37bb93
commit 6876ac5a72
7 changed files with 16 additions and 16 deletions

View File

@@ -8,4 +8,4 @@ disk="/"
icon="$disk"
printf "󰗮 %s %s\n" "$icon" "$(df -h "$disk" | awk ' /[0-9]/ {print $3 "/" $2}')"
printf "^b#282828^^c#dfdfdf^ 󰗮 ^d^ %s %s\n" "$icon" "$(df -h "$disk" | awk ' /[0-9]/ {print $3 "/" $2}')"