diff options
author | Yigit Sever | 2021-10-08 02:05:23 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-08 02:05:23 +0300 |
commit | 9d9a4bd78421b390b05421877cd555272efc4518 (patch) | |
tree | 5972eb6f3341a3b833ae3c5ee2dc839498cfd611 /.config | |
parent | 91eb0e5dbefc40613d6344a48a9adc0bdf4cf755 (diff) | |
download | dotfiles-9d9a4bd78421b390b05421877cd555272efc4518.tar.gz dotfiles-9d9a4bd78421b390b05421877cd555272efc4518.tar.bz2 dotfiles-9d9a4bd78421b390b05421877cd555272efc4518.zip |
polybar: fix errors, beautify
Diffstat (limited to '.config')
-rw-r--r-- | .config/polybar/config##h.luchs | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/.config/polybar/config##h.luchs b/.config/polybar/config##h.luchs index c59c922..cb8757b 100644 --- a/.config/polybar/config##h.luchs +++ b/.config/polybar/config##h.luchs | |||
@@ -37,7 +37,7 @@ offset-y = 0 | |||
37 | radius = 0 | 37 | radius = 0 |
38 | fixed-center = true | 38 | fixed-center = true |
39 | 39 | ||
40 | background = ${colors.background} | 40 | background = #40080808 |
41 | foreground = ${colors.foreground} | 41 | foreground = ${colors.foreground} |
42 | 42 | ||
43 | border-top-size = 0 | 43 | border-top-size = 0 |
@@ -48,10 +48,8 @@ border-bottom-color = ${colors.background} | |||
48 | padding = 2 | 48 | padding = 2 |
49 | module-margin = 1 | 49 | module-margin = 1 |
50 | 50 | ||
51 | font-0 = scientifica:antialias=false;0 | 51 | font-0 = scientifica:antialias=false;1 |
52 | font-1 = Lato:size=10;1 | 52 | font-1 = Siji:size=20;1 |
53 | font-2 = Fira Code:size=10;1 | ||
54 | font-3 = FuraCode Nerd Font Mono:size=12;2 | ||
55 | 53 | ||
56 | modules-left = i3 pulseaudio-control spotify | 54 | modules-left = i3 pulseaudio-control spotify |
57 | modules-center = xwindow | 55 | modules-center = xwindow |
@@ -67,13 +65,13 @@ interval = 10 | |||
67 | [module/spotify] | 65 | [module/spotify] |
68 | type = custom/script | 66 | type = custom/script |
69 | interval = 1 | 67 | interval = 1 |
70 | format-prefix = "" | 68 | format-prefix = "" |
71 | format-prefix-padding = 1 | 69 | format-prefix-padding = 1 |
72 | format-prefix-background = ${colors.sold_out_green} | 70 | format-prefix-background = ${colors.sold_out_green} |
73 | format-prefix-foreground = ${colors.foreground} | 71 | format-prefix-foreground = ${colors.foreground} |
74 | format = <label> | 72 | format = <label> |
75 | format-padding = 0 | 73 | format-padding = 0 |
76 | exec = python /home/yigit/.config/polybar/spotify_status.py -f '{play_pause} {artist} - {song}' -p ' , ' | 74 | exec = python /usr/share/polybar/scripts/spotify_status.py -f '{play_pause} {artist} - {song}' -p ', ' |
77 | ;契 | 75 | ;契 |
78 | 76 | ||
79 | [module/backlight] | 77 | [module/backlight] |
@@ -177,7 +175,7 @@ y-offset = 10 | |||
177 | label-padding = 1 | 175 | label-padding = 1 |
178 | label-font = 1 | 176 | label-font = 1 |
179 | 177 | ||
180 | label-empty = | 178 | label-empty = |
181 | label-empty-font = 3 | 179 | label-empty-font = 3 |
182 | label-empty-padding = 5 | 180 | label-empty-padding = 5 |
183 | 181 | ||
@@ -189,7 +187,7 @@ blacklist-1 = scroll lock | |||
189 | format = <label-layout> <label-indicator> | 187 | format = <label-layout> <label-indicator> |
190 | format-spacing = 0 | 188 | format-spacing = 0 |
191 | 189 | ||
192 | format-prefix = | 190 | format-prefix = @ |
193 | format-prefix-padding = 1 | 191 | format-prefix-padding = 1 |
194 | format-prefix-background = ${colors.blue} | 192 | format-prefix-background = ${colors.blue} |
195 | format-prefix-foreground = ${colors.foreground} | 193 | format-prefix-foreground = ${colors.foreground} |
@@ -280,7 +278,7 @@ date = %Y-%m-%d %A | |||
280 | label = %date% | 278 | label = %date% |
281 | format = <label> | 279 | format = <label> |
282 | 280 | ||
283 | format-prefix = | 281 | format-prefix = |
284 | format-prefix-background = ${colors.orange} | 282 | format-prefix-background = ${colors.orange} |
285 | format-prefix-foreground = ${colors.foreground} | 283 | format-prefix-foreground = ${colors.foreground} |
286 | format-prefix-font = 3 | 284 | format-prefix-font = 3 |
@@ -298,7 +296,7 @@ time = %H:%M | |||
298 | label = %time% | 296 | label = %time% |
299 | format = <label> | 297 | format = <label> |
300 | 298 | ||
301 | format-prefix = | 299 | format-prefix = |
302 | format-prefix-background = ${colors.secondary} | 300 | format-prefix-background = ${colors.secondary} |
303 | format-prefix-foreground = ${colors.foreground} | 301 | format-prefix-foreground = ${colors.foreground} |
304 | format-prefix-font = 3 | 302 | format-prefix-font = 3 |