summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/polybar/config##desktop.Linux.Maus10
1 files changed, 9 insertions, 1 deletions
diff --git a/.config/polybar/config##desktop.Linux.Maus b/.config/polybar/config##desktop.Linux.Maus
index 0c8ce3d..35e9381 100644
--- a/.config/polybar/config##desktop.Linux.Maus
+++ b/.config/polybar/config##desktop.Linux.Maus
@@ -52,7 +52,7 @@ font-1 = Lato:size=10;1
52font-2 = Raleway:size=10;1 52font-2 = Raleway:size=10;1
53font-3 = FuraCode Nerd Font:size=12;2 53font-3 = FuraCode Nerd Font:size=12;2
54 54
55modules-left = i3 pulseaudio-control mpd 55modules-left = i3 pulseaudio-control spotify
56modules-center = xwindow 56modules-center = xwindow
57modules-right = focus date time xkeyboard 57modules-right = focus date time xkeyboard
58 58
@@ -63,6 +63,14 @@ type = custom/script
63exec = ~/.config/polybar/focus 63exec = ~/.config/polybar/focus
64interval = 10 64interval = 10
65 65
66[module/spotify]
67type = custom/script
68interval = 1
69format-prefix = "阮 "
70format = <label>
71exec = python /home/yigit/.config/polybar/spotify_status.py -f '{play_pause} {artist} - {song}' -p '契,'
72
73
66[module/mpd] 74[module/mpd]
67type = internal/mpd 75type = internal/mpd
68host = 127.0.0.1 76host = 127.0.0.1