From 88bd661d8239f20dff964699fa4a495f2810c49b Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Mon, 26 Oct 2020 12:39:19 +0100 Subject: [PATCH] Update Polybar --- files/.config/polybar/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/.config/polybar/config b/files/.config/polybar/config index 098ef5e..8368a02 100644 --- a/files/.config/polybar/config +++ b/files/.config/polybar/config @@ -202,5 +202,6 @@ interval = 60 type = custom/script interval = 1 format-prefix = " " -format-prefix-foreground = ${colors.accent} +format-prefix-foreground = ${colors.accent-alt} +format-underline = ${colors.accent} exec = python ~/.config/polybar/scripts/spotify_status.py -f '{artist}: {song}'