summaryrefslogtreecommitdiffstats
path: root/.config/polybar
diff options
context:
space:
mode:
authorYigit Sever2020-05-06 16:27:16 +0300
committerYigit Sever2020-05-06 16:27:16 +0300
commit9f0c652e8a668782987c68f38bf56b7ff52fea9e (patch)
tree6c2af0df12c0f1d5446d395b8579bbe21318c62a /.config/polybar
parenteae13004872f18c290791891b051a7a0691e4091 (diff)
downloaddotfiles-9f0c652e8a668782987c68f38bf56b7ff52fea9e.tar.gz
dotfiles-9f0c652e8a668782987c68f38bf56b7ff52fea9e.tar.bz2
dotfiles-9f0c652e8a668782987c68f38bf56b7ff52fea9e.zip
using mpd again
diffstat (limited to '.config/polybar')
-rw-r--r--.config/polybar/config##c.desktop,h.Maus27
1 files changed, 12 insertions, 15 deletions
diff --git a/.config/polybar/config##c.desktop,h.Maus b/.config/polybar/config##c.desktop,h.Maus
index 75d7f6e..eca6920 100644
--- a/.config/polybar/config##c.desktop,h.Maus
+++ b/.config/polybar/config##c.desktop,h.Maus
@@ -53,7 +53,7 @@ font-1 = Lato:size=10;1
53font-2 = Raleway:size=10;1 53font-2 = Raleway:size=10;1
54font-3 = FuraCode Nerd Font:size=12;2 54font-3 = FuraCode Nerd Font:size=12;2
55 55
56modules-left = i3 pulseaudio-control spotify 56modules-left = i3 pulseaudio-control spotify mpd
57modules-center = xwindow 57modules-center = xwindow
58modules-right = cpu focus date time xkeyboard 58modules-right = cpu focus date time xkeyboard
59 59
@@ -80,22 +80,20 @@ format-padding = 0
80exec = python /home/yigit/.config/polybar/spotify_status.py -f '{play_pause} {artist} - {song}' -p ' , ' 80exec = python /home/yigit/.config/polybar/spotify_status.py -f '{play_pause} {artist} - {song}' -p ' , '
81;契 81;契
82 82
83; [module/mpd] 83[module/mpd]
84; type = internal/mpd 84type = internal/mpd
85; host = 127.0.0.1
86; port = 6600
87 85
88; format-online = <toggle> <label-song> <icon-random> 86format-online = <toggle> <label-song> <icon-random>
89; label-song = %artist% - %title% 87label-song = %artist% - %title%
90; icon-pause =  88icon-pause = 
91; icon-play =  89icon-play = 
92; icon-random = 咽 90icon-random = 咽
93 91
94; toggle-on-foreground = ${colors.background_modules} 92toggle-on-foreground = ${colors.background_modules}
95; toggle-off-foreground = ${colors.foreground_modules} 93toggle-off-foreground = ${colors.foreground_modules}
96 94
97; format-offline = <label-offline> 95format-offline = <label-offline>
98; label-offline = mpd is offline 96label-offline = mpd is offline
99 97
100[module/xwindow] 98[module/xwindow]
101type = internal/xwindow 99type = internal/xwindow
@@ -104,7 +102,6 @@ label = %title:0:70:...%
104 102
105y-offset = 10 103y-offset = 10
106label-padding = 1 104label-padding = 1
107label-font = 1
108 105
109label-empty =  106label-empty = 
110label-empty-font = 3 107label-empty-font = 3