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