mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-10 03:30:59 +02:00
Avoid fancy chars to fix swaybar height fluctuations
This commit is contained in:
parent
1eabf5b21f
commit
b16c433a20
@ -7,9 +7,9 @@ if [[ "${INSTANCE}" != "" ]]; then
|
|||||||
ARGUMENTS="--player ${INSTANCE}"
|
ARGUMENTS="--player ${INSTANCE}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ICON_PLAY="➤"
|
ICON_PLAY="( |> )"
|
||||||
ICON_PAUSE="Ⅱ"
|
ICON_PAUSE="( II )"
|
||||||
ICON_STOP="[]"
|
ICON_STOP="( [] )"
|
||||||
CUR_ICON=""
|
CUR_ICON=""
|
||||||
|
|
||||||
if [[ "${BLOCK_BUTTON}" -eq 1 ]]; then
|
if [[ "${BLOCK_BUTTON}" -eq 1 ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user