diff options
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 |
