From c50da251846b1798f3aed9fb569d2ae928d9895b Mon Sep 17 00:00:00 2001 From: davc0n Date: Mon, 30 Sep 2024 13:22:38 +0200 Subject: [PATCH] hyprlock: add $TIME12 description (#791) --- pages/Hypr Ecosystem/hyprlock.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/Hypr Ecosystem/hyprlock.md b/pages/Hypr Ecosystem/hyprlock.md index 4b9b805e..e5898220 100644 --- a/pages/Hypr Ecosystem/hyprlock.md +++ b/pages/Hypr Ecosystem/hyprlock.md @@ -30,7 +30,7 @@ Variables in the `general` category: ## Keyboard Shortcuts and Actions The following keys and key-combinations describe hyprlock's default behaviour: -| input | description | +| input | description | | -- | -- | | ESC | Clear password buffer | | Ctrl + u | Clear password buffer | @@ -233,7 +233,8 @@ label { Available variables for `text`: - `$USER` - username (e.g. linux-user) - `$DESC` - user description (e.g. Linux User) - - `$TIME` - current time (e.g. `13:37`) + - `$TIME` - current time in 24-hour format (e.g. `13:37`) + - `$TIME12` - current time in 12-hour format (e.g. `1:37 PM`) - `$PROMPT` - last pam prompt - `$FAIL` - last pam fail reason - `$ATTEMPTS` - failed attempts