From 77a87fadc259aeb2ad27bfd7c7a3ccafa9e03c1b Mon Sep 17 00:00:00 2001 From: Aleksander Cynarski Date: Tue, 28 Jan 2020 23:15:39 +0100 Subject: [PATCH] polybar xwindow --- .config/polybar/config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/polybar/config b/.config/polybar/config index b7ea7a8..378c03b 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -63,7 +63,7 @@ module-margin-right = 0 font-0 = RobotoMono Nerd Font:antialias=true:pixelsize=10;1 font-1 = RobotoMono Nerd Font:antialias=true:size=6;2 font-2 = RobotoMono Nerd Font:antialias=false:size=14;2 -modules-left = s7 s4 i3 s5 xwindow +modules-left = s7 s4 i3 s1 xwindow s5 modules-center = modules-right = s4 cpu s1 memory s1 temperature s1 date s5 @@ -74,7 +74,7 @@ modules-right = s4 cpu s1 memory s1 temperature s1 date s5 ;wm-restack = bspwm wm-restack = i3 ;override-redirect = true - +background ;scroll-up = bspwm-desknext ;scroll-down = bspwm-deskprev @@ -145,8 +145,8 @@ cursor-scroll = ns-resize [module/xwindow] type = internal/xwindow -background = ${bar/example.background} -format-foreground = ${colors.foreground} +format-background = ${colors.primary} +;format-foreground = ${colors.foreground} label = %title:0:90:...% [module/xkeyboard] @@ -216,7 +216,7 @@ content-foreground = ${bar/example.border-color} type = custom/text content = "%{T3}%{T-}" content-background = ${bar/example.background} -content-foreground = ${bar/example.border-color} +content-foreground = ${color.primary} [module/s9]