From f50db00aa9143cd4f53c269260089834c55feb7f Mon Sep 17 00:00:00 2001 From: srdusr Date: Sat, 8 Jul 2023 12:22:52 +0200 Subject: Changed inconsistent icons for bspwm and close/minimize/maximize buttons --- .config/polybar/config | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.config') diff --git a/.config/polybar/config b/.config/polybar/config index 24ac5e3..6310991 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -151,13 +151,13 @@ enable-click = true reverse-scroll = true #reverse-scroll = false -label-focused =  +label-focused =  label-focused-padding = 2 -label-occupied =  +label-occupied =  label-occupied-padding = 2 -label-empty =  +label-empty =  label-empty-padding = 2 @@ -170,14 +170,14 @@ content = " " type = custom/text content-foreground = ${colors.red} content-padding = 1 -content =  +content =  click-left = "xdotool getwindowfocus windowkill" [module/minimize] type = custom/text content-foreground = ${colors.yellow} content-padding = 1 -content =  +content =  click-left = bspc node -g hidden click-right = ${HOME}/.config/bspwm/bspcmd unhide @@ -186,7 +186,7 @@ click-right = ${HOME}/.config/bspwm/bspcmd unhide type = custom/text content-foreground = ${colors.green} content-padding = 1 -content =  +content =  ;click-left = bspc node -t {fullscreen} click-left = bspc node -t ~floating click-right = bspc desktop -l next -- cgit v1.2.3