diff --git a/.config/polybar/README.org b/.config/polybar/README.org index e8d262d..195f72e 100644 --- a/.config/polybar/README.org +++ b/.config/polybar/README.org @@ -744,16 +744,16 @@ label-empty-background = ${colors.background} label-empty-padding = 1 label-empty-margin = 2 -label-monocle = "  " -label-monocle-foreground = ${colors.foreground} -label-tiled = "  " -label-tiled-foreground = ${colors.foreground} -label-fullscreen = "  " -label-fullscreen-foreground = ${colors.foreground} -label-floating = "  " -label-floating-foreground = ${colors.foreground} -label-pseudotiled = "  " -label-pseudotiled-foreground = ${colors.foreground} +label-monocle = " [MONOCLE] " +label-monocle-foreground = ${colors.color3} +label-tiled = " [TILED] " +label-tiled-foreground = ${colors.color3} +label-fullscreen = " [FULLSCREEN] " +label-fullscreen-foreground = ${colors.color3} +label-floating = " (FLOATING) " +label-floating-foreground = ${colors.color4} +label-pseudotiled = " [PSEUDOTILED] " +label-pseudotiled-foreground = ${colors.color3} label-locked = "  " label-locked-foreground = ${colors.foreground} label-sticky = "  " diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index d66a44c..419ed46 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -719,16 +719,16 @@ label-empty-background = ${colors.background} label-empty-padding = 1 label-empty-margin = 2 -label-monocle = "  " -label-monocle-foreground = ${colors.foreground} -label-tiled = "  " -label-tiled-foreground = ${colors.foreground} -label-fullscreen = "  " -label-fullscreen-foreground = ${colors.foreground} -label-floating = "  " -label-floating-foreground = ${colors.foreground} -label-pseudotiled = "  " -label-pseudotiled-foreground = ${colors.foreground} +label-monocle = " [MONOCLE] " +label-monocle-foreground = ${colors.color3} +label-tiled = " [TILED] " +label-tiled-foreground = ${colors.color3} +label-fullscreen = " [FULLSCREEN] " +label-fullscreen-foreground = ${colors.color3} +label-floating = " (FLOATING) " +label-floating-foreground = ${colors.color4} +label-pseudotiled = " [PSEUDOTILED] " +label-pseudotiled-foreground = ${colors.color3} label-locked = "  " label-locked-foreground = ${colors.foreground} label-sticky = "  "