From dc714e9c0858b309f40f50be3254e42ee2b30b0c Mon Sep 17 00:00:00 2001 From: srdusr Date: Fri, 16 Dec 2022 23:38:27 +0200 Subject: Add now-playing script --- .config/polybar/scripts/now-playing.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/polybar/scripts/now-playing.sh b/.config/polybar/scripts/now-playing.sh index 5416e2c..8fa6000 100755 --- a/.config/polybar/scripts/now-playing.sh +++ b/.config/polybar/scripts/now-playing.sh @@ -23,9 +23,9 @@ control_chars = ['','','',''] # else default key value. # example: display_player_prefix = { - "spotify": '', - "firefox": '', - "default": '' + "spotify": ' ', + "firefox": ' ', + "default": ' ' } # (list) : list of metadata fields based on mpris sepecification. @@ -44,7 +44,7 @@ player_names = None players = None message = None display_text = "" -display_prefix = "" +display_prefix = " " display_suffix = "" last_player_name = None -- cgit v1.2.3