fixed seafile icon spacing

This commit is contained in:
KeeganForelight 2023-03-21 14:21:11 -04:00
parent c7d184607b
commit 0758755dfa

View File

@ -2,9 +2,9 @@
# Gets the current seafile status to display icon
SYNC_COMPLETE=$(printf '%s %s' '%{F#0F0}' $(echo -e '\Uf0216')) # green
SYNC_IN_PROGRESS=$(printf '%s %s' '%{F#FF0}' $(echo -e '\Uf1216')) # yellow
SYNC_FAILED=$(printf '%s %s' '%{F#F00}' $(echo -e '\Uf0b98')) # red
SYNC_COMPLETE=$(printf '%s%s' '%{F#0F0}' $(echo -e '\Uf0216')) # green
SYNC_IN_PROGRESS=$(printf '%s%s' '%{F#FF0}' $(echo -e '\Uf1216')) # yellow
SYNC_FAILED=$(printf '%s%s' '%{F#F00}' $(echo -e '\Uf0b98')) # red
if ! command -v seaf-cli &>/dev/null ; then
echo "Seafile not downloaded to device!">&2