summaryrefslogtreecommitdiffstats
path: root/.config/polybar/config##c.desktop,h.Maus
diff options
context:
space:
mode:
authorYigit Sever2020-05-14 13:40:37 +0300
committerYigit Sever2020-05-14 13:40:37 +0300
commit632ea038519b58312c5bed7ad8788d4e46cfa12a (patch)
treed19da88f3c5bd897dca6a2634b98bfb9989c8176 /.config/polybar/config##c.desktop,h.Maus
parent7d97392d13c548b6ca9a1ecde41c29f28ed0c061 (diff)
parentbaf7fef97f1fe2f1bbe8159f5a5a928a2eba73be (diff)
downloaddotfiles-632ea038519b58312c5bed7ad8788d4e46cfa12a.tar.gz
dotfiles-632ea038519b58312c5bed7ad8788d4e46cfa12a.tar.bz2
dotfiles-632ea038519b58312c5bed7ad8788d4e46cfa12a.zip
Merge branch 'master' of 207.154.210.186:/home/yigit/dots
Diffstat (limited to '.config/polybar/config##c.desktop,h.Maus')
-rw-r--r--.config/polybar/config##c.desktop,h.Maus35
1 files changed, 18 insertions, 17 deletions
diff --git a/.config/polybar/config##c.desktop,h.Maus b/.config/polybar/config##c.desktop,h.Maus
index d074d43..eca6920 100644
--- a/.config/polybar/config##c.desktop,h.Maus
+++ b/.config/polybar/config##c.desktop,h.Maus
@@ -48,20 +48,24 @@ border-bottom-color = ${colors.background}
48padding = 2 48padding = 2
49module-margin = 1 49module-margin = 1
50 50
51font-0 = Cozette:antialias=false;2 51font-0 = scientifica:antialias=false;1
52font-1 = Lato:size=10;1 52font-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 = focus date time xkeyboard 58modules-right = cpu focus date time xkeyboard
59 59
60tray-position = right 60tray-position = right
61 61
62[module/cpu]
63type = internal/cpu
64
62[module/focus] 65[module/focus]
63type = custom/script 66type = custom/script
64exec = ~/.config/polybar/focus 67exec = ~/.config/polybar/focus
68double-click-left = exec ~/.config/polybar/stop &
65interval = 10 69interval = 10
66 70
67[module/spotify] 71[module/spotify]
@@ -76,22 +80,20 @@ format-padding = 0
76exec = 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 ' , '
77;契 81;契
78 82
79; [module/mpd] 83[module/mpd]
80; type = internal/mpd 84type = internal/mpd
81; host = 127.0.0.1
82; port = 6600
83 85
84; format-online = <toggle> <label-song> <icon-random> 86format-online = <toggle> <label-song> <icon-random>
85; label-song = %artist% - %title% 87label-song = %artist% - %title%
86; icon-pause =  88icon-pause = 
87; icon-play =  89icon-play = 
88; icon-random = 咽 90icon-random = 咽
89 91
90; toggle-on-foreground = ${colors.background_modules} 92toggle-on-foreground = ${colors.background_modules}
91; toggle-off-foreground = ${colors.foreground_modules} 93toggle-off-foreground = ${colors.foreground_modules}
92 94
93; format-offline = <label-offline> 95format-offline = <label-offline>
94; label-offline = mpd is offline 96label-offline = mpd is offline
95 97
96[module/xwindow] 98[module/xwindow]
97type = internal/xwindow 99type = internal/xwindow
@@ -100,7 +102,6 @@ label = %title:0:70:...%
100 102
101y-offset = 10 103y-offset = 10
102label-padding = 1 104label-padding = 1
103label-font = 1
104 105
105label-empty =  106label-empty = 
106label-empty-font = 3 107label-empty-font = 3