From 271fa37e1f4e5cbe4cf192f80d89f1ab10b9524c Mon Sep 17 00:00:00 2001 From: Adam <56338480+adastx@users.noreply.github.com> Date: Thu, 28 Jul 2022 16:56:02 +0200 Subject: polybar: summer theme --- .config/polybar/config.ini | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index 008cb43..83e4058 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -1,8 +1,8 @@ [colors] -background = #090809 +background = #101010 background-alt = #1b2f60 -background-module = #111e3d -foreground = #dfdfdf +background-module = #194129 +foreground = #f1e1b7 foreground-alt = #254183 primary = #ffb52a secondary = #e60053 @@ -12,24 +12,17 @@ alert = #bd2c40 monitor = ${env:MONITOR:} width = 100% height = 30 -radius = 0 -fixed-center = false +fixed-center = true bottom = false background = ${colors.background} foreground = ${colors.foreground} -line-size = 0 -line-color = #f00 - -border-size = 0 -border-color = #00000000 - -padding-right = 1 - -module-margin-left = 0 module-margin-right = 2 +padding-left = 2 +padding-right = 2 + font-0 = Averia Libre:style=bold:size=16;5 font-1 = WeatherIcons:size=14;5 font-2 = Font Awesome 5 Free Regular:size=14;4 @@ -41,7 +34,7 @@ modules-center = modules-right = updates-pacman-aurhelper forecast xkeyboard pulseaudio battery date tray-maxsize = 22 -tray-position = right +tray-position = none cursor-click = pointer cursor-scroll = ns-resize @@ -76,12 +69,13 @@ label-mode-background = ${colors.primary} ; focused = Active workspace on focused monitor label-focused = %index% -label-focused-background = ${colors.background-alt} +label-focused-background = ${colors.background-module} label-focused-underline= ${colors.primary} label-focused-padding = 3 ; unfocused = Inactive workspace on any monitor label-unfocused = %index% +label-unfocused-background = #161616 label-unfocused-padding = 3 ; visible = Active workspace on unfocused monitor -- cgit v1.2.3-70-g09d2