diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/polybar/config##desktop.Linux.Maus | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/.config/polybar/config##desktop.Linux.Maus b/.config/polybar/config##desktop.Linux.Maus index 35e9381..a35133e 100644 --- a/.config/polybar/config##desktop.Linux.Maus +++ b/.config/polybar/config##desktop.Linux.Maus | |||
@@ -18,6 +18,7 @@ foreground_alt = #99d1ce | |||
18 | foreground_modules = #282828 | 18 | foreground_modules = #282828 |
19 | red = #9d0006 | 19 | red = #9d0006 |
20 | green = #427b58 | 20 | green = #427b58 |
21 | sold_out_green = #1DB954 | ||
21 | yellow = #b56714 | 22 | yellow = #b56714 |
22 | blue = #458588 | 23 | blue = #458588 |
23 | purple = #8f3f71 | 24 | purple = #8f3f71 |
@@ -66,11 +67,14 @@ interval = 10 | |||
66 | [module/spotify] | 67 | [module/spotify] |
67 | type = custom/script | 68 | type = custom/script |
68 | interval = 1 | 69 | interval = 1 |
69 | format-prefix = "阮 " | 70 | format-prefix = "" |
71 | format-prefix-padding = 1 | ||
72 | format-prefix-background = ${colors.sold_out_green} | ||
73 | format-prefix-foreground = ${colors.foreground} | ||
70 | format = <label> | 74 | format = <label> |
71 | exec = python /home/yigit/.config/polybar/spotify_status.py -f '{play_pause} {artist} - {song}' -p '契,' | 75 | format-padding = 1 |
72 | 76 | exec = python /home/yigit/.config/polybar/spotify_status.py -f '{play_pause} {artist} - {song}' -p ' , ' | |
73 | 77 | ;契 | |
74 | [module/mpd] | 78 | [module/mpd] |
75 | type = internal/mpd | 79 | type = internal/mpd |
76 | host = 127.0.0.1 | 80 | host = 127.0.0.1 |