mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
hyprlock: add text_align label option (#594)
This commit is contained in:
parent
b21a358bf6
commit
d76c222301
1 changed files with 1 additions and 0 deletions
|
@ -213,6 +213,7 @@ Draws a label.
|
||||||
label {
|
label {
|
||||||
monitor =
|
monitor =
|
||||||
text = Hi there, $USER
|
text = Hi there, $USER
|
||||||
|
text_align = center # center/right or any value for default left. multi-line text alignment inside label container
|
||||||
color = rgba(200, 200, 200, 1.0)
|
color = rgba(200, 200, 200, 1.0)
|
||||||
font_size = 25
|
font_size = 25
|
||||||
font_family = Noto Sans
|
font_family = Noto Sans
|
||||||
|
|
Loading…
Reference in a new issue