mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-02-16 18:12:08 +01:00
hyprlock: add $TIME12 description (#791)
This commit is contained in:
parent
efe3384ab6
commit
c50da25184
1 changed files with 3 additions and 2 deletions
|
@ -30,7 +30,7 @@ Variables in the `general` category:
|
||||||
## Keyboard Shortcuts and Actions
|
## Keyboard Shortcuts and Actions
|
||||||
|
|
||||||
The following keys and key-combinations describe hyprlock's default behaviour:
|
The following keys and key-combinations describe hyprlock's default behaviour:
|
||||||
| input | description |
|
| input | description |
|
||||||
| -- | -- |
|
| -- | -- |
|
||||||
| ESC | Clear password buffer |
|
| ESC | Clear password buffer |
|
||||||
| Ctrl + u | Clear password buffer |
|
| Ctrl + u | Clear password buffer |
|
||||||
|
@ -233,7 +233,8 @@ label {
|
||||||
Available variables for `text`:
|
Available variables for `text`:
|
||||||
- `$USER` - username (e.g. linux-user)
|
- `$USER` - username (e.g. linux-user)
|
||||||
- `$DESC` - user description (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
|
- `$PROMPT` - last pam prompt
|
||||||
- `$FAIL` - last pam fail reason
|
- `$FAIL` - last pam fail reason
|
||||||
- `$ATTEMPTS` - failed attempts
|
- `$ATTEMPTS` - failed attempts
|
||||||
|
|
Loading…
Add table
Reference in a new issue