1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2024-09-19 23:51:06 +03:00

Avoid fancy chars to fix swaybar height fluctuations

This commit is contained in:
Arti Zirk 2024-06-12 12:28:08 +03:00
parent 1eabf5b21f
commit b16c433a20

View File

@ -7,9 +7,9 @@ if [[ "${INSTANCE}" != "" ]]; then
ARGUMENTS="--player ${INSTANCE}"
fi
ICON_PLAY=""
ICON_PAUSE=""
ICON_STOP="[]"
ICON_PLAY="( |> )"
ICON_PAUSE="( II )"
ICON_STOP="( [] )"
CUR_ICON=""
if [[ "${BLOCK_BUTTON}" -eq 1 ]]; then