diff options
Diffstat (limited to 'polybar/config.ini')
-rw-r--r-- | polybar/config.ini | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/polybar/config.ini b/polybar/config.ini index bbfbe4c..ffae1dd 100644 --- a/polybar/config.ini +++ b/polybar/config.ini @@ -26,12 +26,27 @@ enable-ipc = true [bar/main] inherit = bar/base monitor = eDP-1 -tray-position = right +width = 90% +border-right-size = 2 [bar/opt] inherit = bar/base monitor = DP-2 +[bar/tray] +inherit = bar/base +monitor = eDP-1 +width = 10% +offset-x = 90% +border-left-size = 2 + +modules-left = +modules-center = dummy +modules-right = + +tray-position = center +tray-detached = true + [settings] throttle-output = 5 throttle-output-for = 10 @@ -75,6 +90,11 @@ type = custom/text content = | content-foreground = #a5a5a5 +[module/dummy] +type = custom/text +content = | +content-foreground = #00000000 + [module/memory] type = internal/memory interval = 1 |