From 32a1cb809ae0b1df95274c86c62e5cece7b05556 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sat, 2 Jan 2021 12:24:48 -0300 Subject: Changed emojis on polybar music script --- .config/polybar/music | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/polybar') diff --git a/.config/polybar/music b/.config/polybar/music index 40a028f6..a7a9e947 100755 --- a/.config/polybar/music +++ b/.config/polybar/music @@ -7,7 +7,7 @@ fi # Foreground color formatting tags are optional if [[ $player_status = "Playing" ]]; then - echo "%{F#FFFFFF}▶️ $metadata%{F-}" + echo "%{F#FFFFFF}⏯️ $metadata%{F-}" elif [[ $player_status = "Paused" ]]; then echo "%{F#999}⏸️ $metadata%{F-}" else -- cgit v1.2.3