mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-19 13:46:17 +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-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 = " "
|
||||||
|
|||||||
@@ -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 = " "
|
||||||
|
|||||||
Reference in New Issue
Block a user