diff --git a/.config/polybar/config b/.config/polybar/config index 29d9906..f9654f6 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -49,7 +49,7 @@ font-2 = siji:pixelsize=21;1 modules-left = i3 modules-center = xwindow -modules-right = xbacklight pulseaudio memory cpu wlan eth battery temperature date powermenu +modules-right = backlight-acpi pulseaudio memory cpu wlan eth battery temperature date powermenu tray tray-position = right ;tray-transparent = true @@ -403,4 +403,11 @@ screenchange-reload = true margin-top = 5 margin-bottom = 5 +[module/tray] +type = internal/tray + +tray-size = 66% +tray-padding = 0 +tray-spacing = 10 + ; vim:ft=dosini