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-padding = 1
label-empty-margin = 2 label-empty-margin = 2
label-monocle = " " label-monocle = " [MONOCLE] "
label-monocle-foreground = ${colors.foreground} label-monocle-foreground = ${colors.color3}
label-tiled = " " label-tiled = " [TILED] "
label-tiled-foreground = ${colors.foreground} label-tiled-foreground = ${colors.color3}
label-fullscreen = " " label-fullscreen = " [FULLSCREEN] "
label-fullscreen-foreground = ${colors.foreground} label-fullscreen-foreground = ${colors.color3}
label-floating = " " label-floating = " (FLOATING) "
label-floating-foreground = ${colors.foreground} label-floating-foreground = ${colors.color4}
label-pseudotiled = " " label-pseudotiled = " [PSEUDOTILED] "
label-pseudotiled-foreground = ${colors.foreground} label-pseudotiled-foreground = ${colors.color3}
label-locked = "  " label-locked = "  "
label-locked-foreground = ${colors.foreground} label-locked-foreground = ${colors.foreground}
label-sticky = "  " label-sticky = "  "

View File

@@ -719,16 +719,16 @@ label-empty-background = ${colors.background}
label-empty-padding = 1 label-empty-padding = 1
label-empty-margin = 2 label-empty-margin = 2
label-monocle = " " label-monocle = " [MONOCLE] "
label-monocle-foreground = ${colors.foreground} label-monocle-foreground = ${colors.color3}
label-tiled = " " label-tiled = " [TILED] "
label-tiled-foreground = ${colors.foreground} label-tiled-foreground = ${colors.color3}
label-fullscreen = " " label-fullscreen = " [FULLSCREEN] "
label-fullscreen-foreground = ${colors.foreground} label-fullscreen-foreground = ${colors.color3}
label-floating = " " label-floating = " (FLOATING) "
label-floating-foreground = ${colors.foreground} label-floating-foreground = ${colors.color4}
label-pseudotiled = " " label-pseudotiled = " [PSEUDOTILED] "
label-pseudotiled-foreground = ${colors.foreground} label-pseudotiled-foreground = ${colors.color3}
label-locked = "  " label-locked = "  "
label-locked-foreground = ${colors.foreground} label-locked-foreground = ${colors.foreground}
label-sticky = "  " label-sticky = "  "