diff options
author | Yigit Sever | 2019-09-22 15:51:02 +0300 |
---|---|---|
committer | Yigit Sever | 2019-09-22 15:51:02 +0300 |
commit | 567b6a98952ecec9315924d51866e0a269a7e5cd (patch) | |
tree | 2825a40ec2fe51dbb5254a1cd5896af7c9a0d2e0 | |
parent | 6b1ad6aa536bd6b792e120ae84d1bd5cd233adcf (diff) | |
download | dotfiles-567b6a98952ecec9315924d51866e0a269a7e5cd.tar.gz dotfiles-567b6a98952ecec9315924d51866e0a269a7e5cd.tar.bz2 dotfiles-567b6a98952ecec9315924d51866e0a269a7e5cd.zip |
Remove mopidy/mpd from work
-rw-r--r-- | .config/polybar/config##desktop.Linux.Lowe | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/.config/polybar/config##desktop.Linux.Lowe b/.config/polybar/config##desktop.Linux.Lowe index cb29249..4cc63d7 100644 --- a/.config/polybar/config##desktop.Linux.Lowe +++ b/.config/polybar/config##desktop.Linux.Lowe | |||
@@ -50,9 +50,9 @@ module-margin = 1 | |||
50 | font-0 = scientifica:antialias=false;0 | 50 | font-0 = scientifica:antialias=false;0 |
51 | font-1 = Lato:size=10;1 | 51 | font-1 = Lato:size=10;1 |
52 | font-2 = Raleway:size=10;1 | 52 | font-2 = Raleway:size=10;1 |
53 | font-3 = FuraCode Nerd Font:size=10;2 | 53 | font-3 = FuraCode Nerd Font:size=11;2 |
54 | 54 | ||
55 | modules-left = i3 pulseaudio mpd | 55 | modules-left = i3 pulseaudio |
56 | modules-center = xwindow | 56 | modules-center = xwindow |
57 | modules-right = focus date time xkeyboard | 57 | modules-right = focus date time xkeyboard |
58 | 58 | ||
@@ -63,11 +63,6 @@ type = custom/script | |||
63 | exec = ~/.config/polybar/focus | 63 | exec = ~/.config/polybar/focus |
64 | interval = 10 | 64 | interval = 10 |
65 | 65 | ||
66 | [module/mpd] | ||
67 | type = internal/mpd | ||
68 | host = 127.0.0.1 | ||
69 | port = 6600 | ||
70 | |||
71 | format-online = <toggle> <label-song> <icon-random> | 66 | format-online = <toggle> <label-song> <icon-random> |
72 | label-song = %artist:0:24:...% - %title:0:24:...% | 67 | label-song = %artist:0:24:...% - %title:0:24:...% |
73 | icon-pause = | 68 | icon-pause = |