From a6be36fcbb7a136d3e09a90a7cf55c82cafa9c98 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 23 Aug 2023 13:12:27 -0700 Subject: [data] Update polybar look --- polybar/.config/polybar/config | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 38d7ea7..9462343 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -45,10 +45,9 @@ cursor-click = pointer cursor-scroll = ns-resize [bar/data] -width = 1870 -height = 27 -offset-x = 25 -radius = 6.0 +width = 1898 +height = 32 +offset-x = 11 fixed-center = false bottom = true @@ -67,7 +66,7 @@ padding-right = 2 module-margin-left = 1 module-margin-right = 2 -font-0 = fixed:pixelsize=10;1 +font-0 = Fantasque Sans Mono:pixelsize=15;1 font-1 = Font Awesome 5 Free:style=Solid:pixelsize=10;0 font-2 = siji:pixelsize=10;1 @@ -99,7 +98,8 @@ label-empty-foreground = #a2a2a2 type = internal/xwindow label = %title% format-padding = 1 -format-background = ${colors.primary} +format-background = #f17272 +format-foreground = #3f4242 [module/xkeyboard] type = internal/xkeyboard -- cgit v1.2.3-54-g00ecf