summaryrefslogtreecommitdiffstats
path: root/.config/polybar
diff options
context:
space:
mode:
authorYigit Sever2021-10-08 02:05:23 +0300
committerYigit Sever2021-10-08 02:05:23 +0300
commit9d9a4bd78421b390b05421877cd555272efc4518 (patch)
tree5972eb6f3341a3b833ae3c5ee2dc839498cfd611 /.config/polybar
parent91eb0e5dbefc40613d6344a48a9adc0bdf4cf755 (diff)
downloaddotfiles-9d9a4bd78421b390b05421877cd555272efc4518.tar.gz
dotfiles-9d9a4bd78421b390b05421877cd555272efc4518.tar.bz2
dotfiles-9d9a4bd78421b390b05421877cd555272efc4518.zip
polybar: fix errors, beautify
diffstat (limited to '.config/polybar')
-rw-r--r--.config/polybar/config##h.luchs20
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
37radius = 0 37radius = 0
38fixed-center = true 38fixed-center = true
39 39
40background = ${colors.background} 40background = #40080808
41foreground = ${colors.foreground} 41foreground = ${colors.foreground}
42 42
43border-top-size = 0 43border-top-size = 0
@@ -48,10 +48,8 @@ border-bottom-color = ${colors.background}
48padding = 2 48padding = 2
49module-margin = 1 49module-margin = 1
50 50
51font-0 = scientifica:antialias=false;0 51font-0 = scientifica:antialias=false;1
52font-1 = Lato:size=10;1 52font-1 = Siji:size=20;1
53font-2 = Fira Code:size=10;1
54font-3 = FuraCode Nerd Font Mono:size=12;2
55 53
56modules-left = i3 pulseaudio-control spotify 54modules-left = i3 pulseaudio-control spotify
57modules-center = xwindow 55modules-center = xwindow
@@ -67,13 +65,13 @@ interval = 10
67[module/spotify] 65[module/spotify]
68type = custom/script 66type = custom/script
69interval = 1 67interval = 1
70format-prefix = "" 68format-prefix = ""
71format-prefix-padding = 1 69format-prefix-padding = 1
72format-prefix-background = ${colors.sold_out_green} 70format-prefix-background = ${colors.sold_out_green}
73format-prefix-foreground = ${colors.foreground} 71format-prefix-foreground = ${colors.foreground}
74format = <label> 72format = <label>
75format-padding = 0 73format-padding = 0
76exec = python /home/yigit/.config/polybar/spotify_status.py -f '{play_pause} {artist} - {song}' -p ', ' 74exec = 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
177label-padding = 1 175label-padding = 1
178label-font = 1 176label-font = 1
179 177
180label-empty = 178label-empty =
181label-empty-font = 3 179label-empty-font = 3
182label-empty-padding = 5 180label-empty-padding = 5
183 181
@@ -189,7 +187,7 @@ blacklist-1 = scroll lock
189format = <label-layout> <label-indicator> 187format = <label-layout> <label-indicator>
190format-spacing = 0 188format-spacing = 0
191 189
192format-prefix = 190format-prefix = @
193format-prefix-padding = 1 191format-prefix-padding = 1
194format-prefix-background = ${colors.blue} 192format-prefix-background = ${colors.blue}
195format-prefix-foreground = ${colors.foreground} 193format-prefix-foreground = ${colors.foreground}
@@ -280,7 +278,7 @@ date = %Y-%m-%d %A
280label = %date% 278label = %date%
281format = <label> 279format = <label>
282 280
283format-prefix = 281format-prefix =
284format-prefix-background = ${colors.orange} 282format-prefix-background = ${colors.orange}
285format-prefix-foreground = ${colors.foreground} 283format-prefix-foreground = ${colors.foreground}
286format-prefix-font = 3 284format-prefix-font = 3
@@ -298,7 +296,7 @@ time = %H:%M
298label = %time% 296label = %time%
299format = <label> 297format = <label>
300 298
301format-prefix = 299format-prefix =
302format-prefix-background = ${colors.secondary} 300format-prefix-background = ${colors.secondary}
303format-prefix-foreground = ${colors.foreground} 301format-prefix-foreground = ${colors.foreground}
304format-prefix-font = 3 302format-prefix-font = 3