From 8f5624f1fb4c1844ed99929e1fde7dd8ac82915e Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 10 Aug 2021 15:07:10 +0200 Subject: [PATCH] changed symbols --- .config/polybar/modules.ini | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/.config/polybar/modules.ini b/.config/polybar/modules.ini index 36a7ff3..39af826 100755 --- a/.config/polybar/modules.ini +++ b/.config/polybar/modules.ini @@ -83,28 +83,26 @@ type = internal/bspwm reverse-scroll = false -label-focused = %name% -label-focused-foreground = ${colors.comment} -label-focused-background = ${colors.purple} +label-focused =  +label-focused-foreground = ${colors.purple} label-focused-padding = 1 -label-occupied = %name% -label-occupied-foreground = ${colors.comment} -label-occupied-background = ${colors.pink} +label-occupied =  +label-occupied-foreground = ${colors.pink} label-occupied-padding = 1 -label-urgent = %name%! -label-urgent-foreground = ${colors.foreground} -label-urgent-background = ${colors.red} +label-urgent =  +label-urgent-foreground = ${colors.red} label-urgent-padding = 1 -label-empty = %name% +label-empty =  label-empty-foreground = ${colors.foreground} +; label-empty-background = ${colors.pink} label-empty-padding = 1 -label-separator = "|" +label-separator = " " label-separator-foreground = ${colors.cyan} -label-separator-padding = 0 +label-separator-padding = 2 pin-workspaces = true @@ -155,7 +153,7 @@ expand-right = false format-spacing = 1 -label-open = " " +label-open = "" label-open-foreground = ${colors.orange} label-close = " cancel" label-close-foreground = ${colors.red}