From b16c433a20ed5dd170a20fe3ab55c5c7df3a42c4 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Wed, 12 Jun 2024 12:28:08 +0300 Subject: [PATCH] Avoid fancy chars to fix swaybar height fluctuations --- .config/i3blocks/playerctl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/i3blocks/playerctl b/.config/i3blocks/playerctl index ec46b87..8a447d4 100755 --- a/.config/i3blocks/playerctl +++ b/.config/i3blocks/playerctl @@ -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