diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-07-24 17:10:28 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-07-24 19:11:06 +0200 |
commit | 64401b9a1498ec557be447fab653c9fe66027182 (patch) | |
tree | 2fbfb1de8f26f42f5d3af9df055c48129236b94d /.config/polybar/config.ini | |
parent | e8c151e86aafc202f396914c3619924162760e3b (diff) |
polybar: more summer theme
Diffstat (limited to '.config/polybar/config.ini')
-rw-r--r-- | .config/polybar/config.ini | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index 9fa23ac..53fd1c1 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -6,7 +6,7 @@ background = #101010 background-alt = #1b2f60 background-module = #1a301e ;foreground = ${xrdb:color7:#222} -foreground = #dfdfdf +foreground = #f1e1b7 foreground-alt = #254183 primary = #ffb52a secondary = #e60053 @@ -19,7 +19,7 @@ height = 28 ;offset-x = 1% ;offset-y = 1% ; radius = 0 -fixed-center = false +fixed-center = true bottom = true background = ${colors.background} @@ -34,7 +34,8 @@ foreground = ${colors.foreground} ; module-margin-left = 0 module-margin-right = 2 -; padding-right = 2 +padding-left = 2 +padding-right = 2 font-0 = Averia Libre:style=bold:size=15;4 font-1 = WeatherIcons:size=14;6 @@ -74,15 +75,15 @@ border-color = #00000000 module-margin-left = 1 module-margin-right = 2 +padding-left = 2 +padding-right = 2 + font-0 = Averia Libre:style=bold:size=15;3 modules-left = i3 modules-center = modules-right = date2 -tray-position = none -tray-padding = 2 - cursor-click = pointer cursor-scroll = ns-resize @@ -122,6 +123,7 @@ label-focused-padding = 3 ; unfocused = Inactive workspace on any monitor label-unfocused = %index% +label-unfocused-background = #151514 label-unfocused-padding = 3 ; visible = Active workspace on unfocused monitor |