Skip to content

Commit

Permalink
hyprlock: add $TIME12 description (#791)
Browse files Browse the repository at this point in the history
  • Loading branch information
davc0n authored Sep 30, 2024
1 parent efe3384 commit c50da25
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pages/Hypr Ecosystem/hyprlock.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c50da25

Please sign in to comment.