summaryrefslogtreecommitdiffstats
path: root/.config/polybar/config##desktop.Linux.Maus
diff options
context:
space:
mode:
authorYigit Sever2019-10-30 00:46:56 +0300
committerYigit Sever2019-10-30 00:46:56 +0300
commitd1ee1bb3e4cc3bce202cae68f31fa9e7afcd7c94 (patch)
treeddf8cf296996b345fc92a2337403294c83647abf /.config/polybar/config##desktop.Linux.Maus
parentd1c0127a9c3292239ef7ac357566d0575cd026f7 (diff)
downloaddotfiles-d1ee1bb3e4cc3bce202cae68f31fa9e7afcd7c94.tar.gz
dotfiles-d1ee1bb3e4cc3bce202cae68f31fa9e7afcd7c94.tar.bz2
dotfiles-d1ee1bb3e4cc3bce202cae68f31fa9e7afcd7c94.zip
Nice spotify icons
Diffstat (limited to '.config/polybar/config##desktop.Linux.Maus')
-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