From 104c181d95c7e83aafc4651916721e780cff6189 Mon Sep 17 00:00:00 2001 From: srdusr Date: Thu, 1 Feb 2024 23:09:48 +0200 Subject: Increase sizes for bar's top-middle-left and top-middle-right --- .config/polybar/config.ini | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index 2c9149e..a9b8bc9 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -96,8 +96,8 @@ modules-left = space space menu space space space bspwm space space monitor = ${env:MONITOR:} ;width = 230px ;offset-x = 33.3333%:-130px -width = 290px -offset-x = 33.3333%:-190px +width = 295px +offset-x = 33.3333%:-195px offset-y = 1% height = 22pt radius = 10.0 @@ -128,7 +128,7 @@ modules-center = space space date space space monitor = ${env:MONITOR:} ;width = 230px ;offset-x = 66.6667%:-100px -width = 290px +width = 295px offset-x = 66.6667%:-100px offset-y = 1% height = 22pt @@ -223,15 +223,15 @@ format-muted-foreground = ${colors.red} format-muted-underline = ${colors.red} ramp-volume-foreground = ${colors.foreground} ;label-muted = "muted" -label-muted = " " +label-muted = "  " label-muted-foreground = ${colors.disabled} -ramp-volume-0 = " " -ramp-volume-1 = " " -ramp-volume-2 = " " -ramp-volume-3 = " " -ramp-volume-4 = " " -ramp-volume-5 = " " -ramp-volume-6 = " " +ramp-volume-0 = "  " +ramp-volume-1 = "  " +ramp-volume-2 = "  " +ramp-volume-3 = "  " +ramp-volume-4 = "  " +ramp-volume-5 = "  " +ramp-volume-6 = "  " click-right = "pavucontrol" scroll-interval = 10 @@ -591,6 +591,11 @@ type = custom/script exec = "sh ~/.config/polybar/weather.sh" interval = 700 +[module/tray] +type = internal/tray +format-margin = 8px +tray-spacing = 8px + [module/updates] type = custom/script tail = true -- cgit v1.2.3