diff options
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 |