From 5b1729d28638daffdce0b80eb1f75807cd1d0d92 Mon Sep 17 00:00:00 2001 From: asiantuntija Date: Tue, 20 Feb 2024 13:33:49 +0200 Subject: [PATCH] Fix input field variable name (#483) Use underscore instead of dash --- pages/Hypr Ecosystem/hyprlock.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/Hypr Ecosystem/hyprlock.md b/pages/Hypr Ecosystem/hyprlock.md index 1fc688d..2a72f21 100644 --- a/pages/Hypr Ecosystem/hyprlock.md +++ b/pages/Hypr Ecosystem/hyprlock.md @@ -61,7 +61,7 @@ input-field { inner_color = rgb(200, 200, 200) font_color = rgb(10, 10, 10) fade_on_empty = true - placeholder-text = Input Password... # Text rendered in the input box when it's empty. + placeholder_text = Input Password... # Text rendered in the input box when it's empty. position = 0, -20 halign = center @@ -89,4 +89,4 @@ label { Available variables for `text`: - `$USER` - username - - `$TIME` - current time (e.g. `13:37`) \ No newline at end of file + - `$TIME` - current time (e.g. `13:37`)