diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-09-06 15:54:22 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-09-06 15:54:22 +0530 |
commit | 08fd61cc52376f827bf1567070ddaa14aa9585f7 (patch) | |
tree | ca16f46752a59363118b3a693c7e69a394931f8d /.config/polybar/modules.ini | |
parent | e012e3012f2890a0462f87c0d678d9f3bf98c93e (diff) |
configured new systray module and monitor's bar
Diffstat (limited to '.config/polybar/modules.ini')
-rw-r--r-- | .config/polybar/modules.ini | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.config/polybar/modules.ini b/.config/polybar/modules.ini index be2c735..ede850e 100644 --- a/.config/polybar/modules.ini +++ b/.config/polybar/modules.ini @@ -181,7 +181,7 @@ label-urgent-padding = 3 [module/backlight] type = internal/backlight -card = amdgpu_bl2 +#card = amdgpu_bl2 use-actual-brightness = true poll-interval = 0 @@ -201,3 +201,11 @@ format-background = ${colors.backlight-bg} ; Default: false enable-scroll = true scroll-interval = 1 + +[module/systray] +type = "internal/tray" + +tray-background = ${colors.systray-bg} +tray-foreground = ${colors.systray-fg} + +tray-spacing = 8px |