mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-02-17 02:22:07 +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`:
|
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