diff options
Diffstat (limited to '.config/polybar/modules.ini')
-rw-r--r-- | .config/polybar/modules.ini | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/.config/polybar/modules.ini b/.config/polybar/modules.ini index 2b6bb2a..ede850e 100644 --- a/.config/polybar/modules.ini +++ b/.config/polybar/modules.ini @@ -12,7 +12,7 @@ label = %time% [module/xwindow] type = internal/xwindow -label = " %title:0:75:...%" +label = " %title:0:60:...%" label-foreground = ${colors.xwindow-fg} label-background = ${colors.xwindow-bg} @@ -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 |