1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-02 06:19:25 +00:00

[polybar] Add Syncthing status and improve output icon sizes

This commit is contained in:
2024-06-15 21:21:20 +02:00
parent 42647db6d2
commit 960573ae4e
9 changed files with 49 additions and 19 deletions

View File

@ -22,7 +22,7 @@ get_icon_by_device()
;;
esac
echo $icon
echo "$icon"
}
while true; do
@ -58,9 +58,9 @@ while true; do
output=" 0.01 0.01"
fi
echo "$icon$output"
echo "%{T2}$icon%{T-}$output"
else
echo "$icon-- --"
echo "%{T2}$icon%{T-} -- --"
fi
echo "$current_values">$COUNTER_FILE