From 554df8dfe38a86a37de1be995e8812a305ff4649 Mon Sep 17 00:00:00 2001 From: Random936 Date: Thu, 16 Jan 2025 10:32:03 -0800 Subject: [PATCH] Some polybar config maintenance --- dotfiles/.config/polybar/config.ini | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dotfiles/.config/polybar/config.ini b/dotfiles/.config/polybar/config.ini index 216832e..a4c3db9 100644 --- a/dotfiles/.config/polybar/config.ini +++ b/dotfiles/.config/polybar/config.ini @@ -8,7 +8,6 @@ alert = #A54242 disabled = #707880 [bar/example] -monitor = ${env:MONITOR} width = 100% height = 24pt radius = 6 @@ -34,15 +33,13 @@ separator-foreground = ${colors.disabled} font-0 = MesloLGS NF:2 modules-left = xworkspaces xwindow -modules-right = filesystem pulseaudio memory cpu battery network date +modules-right = filesystem pulseaudio memory cpu battery network date tray cursor-click = pointer cursor-scroll = ns-resize enable-ipc = true -tray-position = right - ; wm-restack = generic ; wm-restack = bspwm wm-restack = i3 @@ -158,6 +155,11 @@ date-alt = %a %b %d %Y %I:%M:%S %p label = %date% label-foreground = ${colors.primary} +[module/tray] +type = internal/tray +format-margin = 8px +tray-spacing = 8px + [settings] screenchange-reload = true pseudo-transparency = true