Update polybar tray
This commit is contained in:
18
polybar.org
18
polybar.org
@@ -52,7 +52,7 @@ line-size = 2
|
|||||||
border-size = 0
|
border-size = 0
|
||||||
|
|
||||||
padding-left = 2
|
padding-left = 2
|
||||||
padding-right = 16
|
padding-right = 2
|
||||||
|
|
||||||
module-margin-left = 1
|
module-margin-left = 1
|
||||||
module-margin-right = 1
|
module-margin-right = 1
|
||||||
@@ -62,16 +62,20 @@ font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
|
|||||||
|
|
||||||
modules-left = i3 xwindow
|
modules-left = i3 xwindow
|
||||||
modules-center =
|
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
|
# wm-restack = i3
|
||||||
|
|
||||||
tray-position = right
|
|
||||||
tray-detached = true
|
|
||||||
tray-padding = 0
|
|
||||||
tray-background = ${colors.bg}
|
|
||||||
#+END_SRC
|
#+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
|
* Show Windows Title
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
[module/xwindow]
|
[module/xwindow]
|
||||||
|
|||||||
Reference in New Issue
Block a user