mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
parent
75e0ba1cf8
commit
5b1729d286
1 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ input-field {
|
||||||
inner_color = rgb(200, 200, 200)
|
inner_color = rgb(200, 200, 200)
|
||||||
font_color = rgb(10, 10, 10)
|
font_color = rgb(10, 10, 10)
|
||||||
fade_on_empty = true
|
fade_on_empty = true
|
||||||
placeholder-text = <i>Input Password...</i> # Text rendered in the input box when it's empty.
|
placeholder_text = <i>Input Password...</i> # Text rendered in the input box when it's empty.
|
||||||
|
|
||||||
position = 0, -20
|
position = 0, -20
|
||||||
halign = center
|
halign = center
|
||||||
|
@ -89,4 +89,4 @@ label {
|
||||||
|
|
||||||
Available variables for `text`:
|
Available variables for `text`:
|
||||||
- `$USER` - username
|
- `$USER` - username
|
||||||
- `$TIME` - current time (e.g. `13:37`)
|
- `$TIME` - current time (e.g. `13:37`)
|
||||||
|
|
Loading…
Reference in a new issue