Update polybar tray

This commit is contained in:
2024-05-03 16:35:09 +02:00
parent 5c53288d3b
commit 3cec8270c9

View File

@@ -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]