diff options
Diffstat (limited to '.config/polybar/config##c.desktop,h.Maus')
-rw-r--r-- | .config/polybar/config##c.desktop,h.Maus | 35 |
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} | |||
48 | padding = 2 | 48 | padding = 2 |
49 | module-margin = 1 | 49 | module-margin = 1 |
50 | 50 | ||
51 | font-0 = Cozette:antialias=false;2 | 51 | font-0 = scientifica:antialias=false;1 |
52 | font-1 = Lato:size=10;1 | 52 | font-1 = Lato:size=10;1 |
53 | font-2 = Raleway:size=10;1 | 53 | font-2 = Raleway:size=10;1 |
54 | font-3 = FuraCode Nerd Font:size=12;2 | 54 | font-3 = FuraCode Nerd Font:size=12;2 |
55 | 55 | ||
56 | modules-left = i3 pulseaudio-control spotify | 56 | modules-left = i3 pulseaudio-control spotify mpd |
57 | modules-center = xwindow | 57 | modules-center = xwindow |
58 | modules-right = focus date time xkeyboard | 58 | modules-right = cpu focus date time xkeyboard |
59 | 59 | ||
60 | tray-position = right | 60 | tray-position = right |
61 | 61 | ||
62 | [module/cpu] | ||
63 | type = internal/cpu | ||
64 | |||
62 | [module/focus] | 65 | [module/focus] |
63 | type = custom/script | 66 | type = custom/script |
64 | exec = ~/.config/polybar/focus | 67 | exec = ~/.config/polybar/focus |
68 | double-click-left = exec ~/.config/polybar/stop & | ||
65 | interval = 10 | 69 | interval = 10 |
66 | 70 | ||
67 | [module/spotify] | 71 | [module/spotify] |
@@ -76,22 +80,20 @@ format-padding = 0 | |||
76 | exec = python /home/yigit/.config/polybar/spotify_status.py -f '{play_pause} {artist} - {song}' -p ' , ' | 80 | exec = 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 | 84 | type = internal/mpd |
81 | ; host = 127.0.0.1 | ||
82 | ; port = 6600 | ||
83 | 85 | ||
84 | ; format-online = <toggle> <label-song> <icon-random> | 86 | format-online = <toggle> <label-song> <icon-random> |
85 | ; label-song = %artist% - %title% | 87 | label-song = %artist% - %title% |
86 | ; icon-pause = | 88 | icon-pause = |
87 | ; icon-play = | 89 | icon-play = |
88 | ; icon-random = 咽 | 90 | icon-random = 咽 |
89 | 91 | ||
90 | ; toggle-on-foreground = ${colors.background_modules} | 92 | toggle-on-foreground = ${colors.background_modules} |
91 | ; toggle-off-foreground = ${colors.foreground_modules} | 93 | toggle-off-foreground = ${colors.foreground_modules} |
92 | 94 | ||
93 | ; format-offline = <label-offline> | 95 | format-offline = <label-offline> |
94 | ; label-offline = mpd is offline | 96 | label-offline = mpd is offline |
95 | 97 | ||
96 | [module/xwindow] | 98 | [module/xwindow] |
97 | type = internal/xwindow | 99 | type = internal/xwindow |
@@ -100,7 +102,6 @@ label = %title:0:70:...% | |||
100 | 102 | ||
101 | y-offset = 10 | 103 | y-offset = 10 |
102 | label-padding = 1 | 104 | label-padding = 1 |
103 | label-font = 1 | ||
104 | 105 | ||
105 | label-empty = | 106 | label-empty = |
106 | label-empty-font = 3 | 107 | label-empty-font = 3 |