diff options
| author | srdusr <trevorgray@srdusr.com> | 2022-12-05 21:40:41 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2022-12-05 21:40:41 +0200 |
| commit | aa08245e1b04267f5d631a6069ec091eac35901e (patch) | |
| tree | 69186d89e8dbd50701370986faa5bb7efa3adf93 | |
| parent | 109d4c2f55d12610fdcef785f962aed1c6783427 (diff) | |
| download | dotfiles-aa08245e1b04267f5d631a6069ec091eac35901e.tar.gz dotfiles-aa08245e1b04267f5d631a6069ec091eac35901e.zip | |
Enabled xwindow module
| -rw-r--r-- | .config/polybar/config | 12 |
1 files 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 |
