Skip to content

Commit

Permalink
hyprlock: add capslock and numlock options (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvr-yr authored Mar 13, 2024
1 parent 0b96aeb commit 193dfc4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/Hypr Ecosystem/hyprlock.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ input-field {
fail_color = rgb(204, 34, 34) # if authentication failed, changes outer_color and fail message color
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i> # can be set to empty
fail_transition = 300 # transition time in ms between normal outer_color and fail_color
capslock_color = -1
numlock_color = -1
bothlock_color = -1 # when both locks are active. -1 means don't change outer color (same for above)
invert_numlock = false # change color if numlock is off

position = 0, -20
halign = center
Expand Down

0 comments on commit 193dfc4

Please sign in to comment.