mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-13 20:28:35 +10:00
Replacing unicode 'icons' with words to describe layout in polybar
This commit is contained in:
@@ -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 = " "
|
||||
|
||||
@@ -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 = " "
|
||||
|
||||
Reference in New Issue
Block a user