mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-21 07:50: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}"
|
||||
fi
|
||||
|
||||
ICON_PLAY="➤"
|
||||
ICON_PAUSE="Ⅱ"
|
||||
ICON_STOP="[]"
|
||||
ICON_PLAY="( |> )"
|
||||
ICON_PAUSE="( II )"
|
||||
ICON_STOP="( [] )"
|
||||
CUR_ICON=""
|
||||
|
||||
if [[ "${BLOCK_BUTTON}" -eq 1 ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user