Browse Source

Avoid fancy chars to fix swaybar height fluctuations

master
Arti Zirk 4 months ago
parent
commit
b16c433a20
  1. 6
      .config/i3blocks/playerctl

6
.config/i3blocks/playerctl

@ -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…
Cancel
Save