From aa08245e1b04267f5d631a6069ec091eac35901e Mon Sep 17 00:00:00 2001 From: srdusr Date: Mon, 5 Dec 2022 21:40:41 +0200 Subject: Enabled xwindow module --- .config/polybar/config | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/polybar/config b/.config/polybar/config index b74e48a..1b6697b 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -105,7 +105,7 @@ font-4 = "SF Pro:style=Medium:size=9.5;2" ; Font for bspwm/workspaces font-5 = "UbuntuMono Nerd font:size=11;2" -modules-left = sep menu sep close sep minimize sep maximize sep +modules-left = sep menu sep close sep minimize sep maximize sep xwindow sep modules-center = bspwm modules-right = dunst search control date sep @@ -409,11 +409,11 @@ content = " " type = custom/text content = " " -;[module/xwindow] -;type = internal/xwindow -;label = %title:0:30:...% -;format-foreground = ${colors.foreground} -;format-padding = 4 +[module/xwindow] +type = internal/xwindow +label = %title:0:60:...% +format-foreground = ${colors.foreground} +format-padding = 6 [module/arch] typ = custom/text -- cgit v1.2.3