diff options
| author | srdusr <trevorgray@srdusr.com> | 2024-02-01 23:09:48 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2024-02-01 23:09:48 +0200 |
| commit | 104c181d95c7e83aafc4651916721e780cff6189 (patch) | |
| tree | 855e2322126dd35c6a12980bb21e14fec63d636d /.config/polybar/config.ini | |
| parent | f1cb07456c9930388afae5276ef7af5ca6404f98 (diff) | |
| download | dotfiles-104c181d95c7e83aafc4651916721e780cff6189.tar.gz dotfiles-104c181d95c7e83aafc4651916721e780cff6189.zip | |
Increase sizes for bar's top-middle-left and top-middle-right
Diffstat (limited to '.config/polybar/config.ini')
| -rw-r--r-- | .config/polybar/config.ini | 27 |
1 files 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 |
