summaryrefslogtreecommitdiffstats
path: root/.config/polybar
diff options
context:
space:
mode:
authorYigit Sever2020-06-25 23:53:48 +0300
committerYigit Sever2020-06-25 23:53:48 +0300
commitb5541a1c8eff2d5c3ef5d50d5e441ebf596e2796 (patch)
treecb781028ed1e623cb9ed9402cf7b3806fac2becb /.config/polybar
parentf0d7e74e670522d31c4e21687fc40525fafda1e8 (diff)
downloaddotfiles-b5541a1c8eff2d5c3ef5d50d5e441ebf596e2796.tar.gz
dotfiles-b5541a1c8eff2d5c3ef5d50d5e441ebf596e2796.tar.bz2
dotfiles-b5541a1c8eff2d5c3ef5d50d5e441ebf596e2796.zip
font fix and est timezone
diffstat (limited to '.config/polybar')
-rw-r--r--.config/polybar/config##c.desktop,h.Maus27
1 files changed, 21 insertions, 6 deletions
diff --git a/.config/polybar/config##c.desktop,h.Maus b/.config/polybar/config##c.desktop,h.Maus
index eca6920..222c38b 100644
--- a/.config/polybar/config##c.desktop,h.Maus
+++ b/.config/polybar/config##c.desktop,h.Maus
@@ -55,7 +55,7 @@ font-3 = FuraCode Nerd Font:size=12;2
55 55
56modules-left = i3 pulseaudio-control spotify mpd 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 newyork xkeyboard
59 59
60tray-position = right 60tray-position = right
61 61
@@ -68,6 +68,21 @@ exec = ~/.config/polybar/focus
68double-click-left = exec ~/.config/polybar/stop & 68double-click-left = exec ~/.config/polybar/stop &
69interval = 10 69interval = 10
70 70
71[module/newyork]
72type = custom/script
73exec = ~/.config/polybar/new_york.sh
74format = <label>
75format-prefix = ""
76format-prefix-background = ${colors.secondary}
77format-prefix-foreground = ${colors.foreground}
78format-prefix-font = 4
79format-prefix-padding = 1
80
81label-background = ${colors.background_modules}
82label-foreground = ${colors.foreground_modules}
83label-padding = 1
84interval = 1
85
71[module/spotify] 86[module/spotify]
72type = custom/script 87type = custom/script
73interval = 1 88interval = 1
@@ -104,7 +119,7 @@ y-offset = 10
104label-padding = 1 119label-padding = 1
105 120
106label-empty =  121label-empty = 
107label-empty-font = 3 122label-empty-font = 4
108label-empty-padding = 5 123label-empty-padding = 5
109 124
110[module/xkeyboard] 125[module/xkeyboard]
@@ -119,7 +134,7 @@ format-prefix = 
119format-prefix-padding = 1 134format-prefix-padding = 1
120format-prefix-background = ${colors.blue} 135format-prefix-background = ${colors.blue}
121format-prefix-foreground = ${colors.foreground} 136format-prefix-foreground = ${colors.foreground}
122format-prefix-font = 3 137format-prefix-font = 4
123 138
124label-layout = %name% 139label-layout = %name%
125label-layout-padding = 1 140label-layout-padding = 1
@@ -209,7 +224,7 @@ format = <label>
209format-prefix =  224format-prefix = 
210format-prefix-background = ${colors.orange} 225format-prefix-background = ${colors.orange}
211format-prefix-foreground = ${colors.foreground} 226format-prefix-foreground = ${colors.foreground}
212format-prefix-font = 3 227format-prefix-font = 4
213format-prefix-padding = 1 228format-prefix-padding = 1
214 229
215label-background = ${colors.background_modules} 230label-background = ${colors.background_modules}
@@ -227,7 +242,7 @@ format = <label>
227format-prefix =  242format-prefix = 
228format-prefix-background = ${colors.secondary} 243format-prefix-background = ${colors.secondary}
229format-prefix-foreground = ${colors.foreground} 244format-prefix-foreground = ${colors.foreground}
230format-prefix-font = 3 245format-prefix-font = 4
231format-prefix-padding = 1 246format-prefix-padding = 1
232 247
233label-background = ${colors.background_modules} 248label-background = ${colors.background_modules}
@@ -243,7 +258,7 @@ format-volume = <label-volume>
243format-volume-prefix =  258format-volume-prefix = 
244format-volume-prefix-background = ${colors.purple} 259format-volume-prefix-background = ${colors.purple}
245format-volume-prefix-foreground = ${colors.background_modules} 260format-volume-prefix-foreground = ${colors.background_modules}
246format-volume-prefix-font = 3 261format-volume-prefix-font = 4
247format-volume-prefix-padding = 1 262format-volume-prefix-padding = 1
248 263
249label-volume = %percentage% 264label-volume = %percentage%