From 1781f023dffb7c1537379b267b78d439c35bd59a Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Sat, 30 Mar 2024 22:09:18 +0100 Subject: [PATCH] =?UTF-8?q?fix(Polybar):=20Changement=20du=20module=20de?= =?UTF-8?q?=20contraste/luminosit=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/polybar/config | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.config/polybar/config b/.config/polybar/config index 29d9906..f9654f6 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -49,7 +49,7 @@ font-2 = siji:pixelsize=21;1 modules-left = i3 modules-center = xwindow -modules-right = xbacklight pulseaudio memory cpu wlan eth battery temperature date powermenu +modules-right = backlight-acpi pulseaudio memory cpu wlan eth battery temperature date powermenu tray tray-position = right ;tray-transparent = true @@ -403,4 +403,11 @@ screenchange-reload = true margin-top = 5 margin-bottom = 5 +[module/tray] +type = internal/tray + +tray-size = 66% +tray-padding = 0 +tray-spacing = 10 + ; vim:ft=dosini