From 3cec8270c99ea16f3ffba5d5573eae8ca6d7b867 Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Fri, 3 May 2024 16:35:09 +0200 Subject: [PATCH] Update polybar tray --- polybar.org | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/polybar.org b/polybar.org index fa296c7..e7e8363 100644 --- a/polybar.org +++ b/polybar.org @@ -52,7 +52,7 @@ line-size = 2 border-size = 0 padding-left = 2 -padding-right = 16 +padding-right = 2 module-margin-left = 1 module-margin-right = 1 @@ -62,16 +62,20 @@ font-1 = unifont:fontformat=truetype:size=8:antialias=false;0 modules-left = i3 xwindow modules-center = -modules-right = mpd pulseaudio tunnel_homelab tunnel_esrf dunst cursor unread_mail calendar timer battery date +modules-right = mpd pulseaudio tunnel_homelab tunnel_esrf dunst cursor unread_mail calendar timer battery date tray # wm-restack = i3 - -tray-position = right -tray-detached = true -tray-padding = 0 -tray-background = ${colors.bg} #+END_SRC +* Tray +#+begin_src conf +[module/tray] +type = internal/tray +# format-margin = 8px +tray-background = ${colors.bg} +tray-spacing = 2px +#+end_src + * Show Windows Title #+BEGIN_SRC conf [module/xwindow]