mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 20:55:59 +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
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue