diff options
| author | srdusr <trevorgray@srdusr.com> | 2022-12-16 23:38:27 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2022-12-16 23:38:27 +0200 |
| commit | dc714e9c0858b309f40f50be3254e42ee2b30b0c (patch) | |
| tree | f55d4d589f1a1e619ad67243a0421e08917b4f3c /.config/polybar/scripts/now-playing.sh | |
| parent | ac137ca97ff35b03e75945d796421b8f90c57aad (diff) | |
| download | dotfiles-dc714e9c0858b309f40f50be3254e42ee2b30b0c.tar.gz dotfiles-dc714e9c0858b309f40f50be3254e42ee2b30b0c.zip | |
Add now-playing script
Diffstat (limited to '.config/polybar/scripts/now-playing.sh')
| -rwxr-xr-x | .config/polybar/scripts/now-playing.sh | 8 |
1 files 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 |
