Replacing unicode 'icons' with words to describe layout in polybar

This commit is contained in:
Derek Taylor
2023-04-07 19:54:34 -05:00
parent 2207ff9773
commit 853b15b260
2 changed files with 20 additions and 20 deletions

View File

@@ -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 = "  "

View File

@@ -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 = "  "