diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-07-24 12:57:19 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-07-24 12:57:19 +0200 |
commit | f206aad8034d8776c67aaccb6940be7215ebe235 (patch) | |
tree | e7e6562881820b2834a5d5ab1eaf09dca6f31708 /.config/polybar/config.ini | |
parent | 973927b92e457874f27ad19c00d59678b8880bed (diff) |
polybar: summer theme
Diffstat (limited to '.config/polybar/config.ini')
-rw-r--r-- | .config/polybar/config.ini | 33 |
1 files changed, 15 insertions, 18 deletions
diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index a8ba2de..a3906fb 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -2,9 +2,9 @@ ;background = ${xrdb:color0:#222} ;background = #10152c ;background = #080f1f -background = #090809 +background = #161616 background-alt = #1b2f60 -background-module = #111e3d +background-module = #194129 ;foreground = ${xrdb:color7:#222} foreground = #dfdfdf foreground-alt = #254183 @@ -18,23 +18,23 @@ width = 100% height = 28 ;offset-x = 1% ;offset-y = 1% -radius = 0 +; radius = 0 fixed-center = false bottom = true background = ${colors.background} foreground = ${colors.foreground} -line-size = 0 -line-color = #f00 +; line-size = 0 +; line-color = #f00 -border-size = 0 -border-color = #00000000 +; border-size = 0 +; border-color = #00000000 -module-margin-left = 0 +; module-margin-left = 0 module-margin-right = 2 -padding-right = 1 +; padding-right = 2 font-0 = Averia Libre:style=bold:size=15;4 font-1 = WeatherIcons:size=14;6 @@ -47,7 +47,7 @@ modules-center = modules-right = weather updates-pacman-aurhelper xkeyboard pulseaudio date tray-maxsize = 25 -tray-position = right +tray-position = none cursor-click = pointer cursor-scroll = ns-resize @@ -58,22 +58,19 @@ enable-ipc = true monitor = DP-4.8 width = 100% height = 30 -radius = 0 +; radius = 0 fixed-center = false bottom = true background = ${colors.background} foreground = ${colors.foreground} -line-size = 0 +; line-size = 0 line-color = #f00 -border-size = 0 +; border-size = 0 border-color = #00000000 -padding-left = 0 -padding-right = 0 - module-margin-left = 1 module-margin-right = 2 @@ -119,7 +116,7 @@ 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 @@ -182,7 +179,7 @@ label-muted-background = ${colors.background-module} [module/xwindow] type = internal/xwindow format-padding = 3 -label-maxlen = 50 +label-maxlen = 60 [module/updates-pacman-aurhelper] type = custom/script |