diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-03-13 17:33:21 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-03-13 17:33:21 +0000 |
commit | 2bb30c670b7cd398e85b6c2425248ad81a8b8195 (patch) | |
tree | ef3138d45c416e3203429ddbe33705a7ddfcf43a | |
parent | f181da1d537d2f10b7aee7b0e84e8bb4b151ca52 (diff) |
Hyprlock add new capslock, numlock config for input-field
-rw-r--r-- | .config/hypr/hyprlock.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf index 636b6c8..70d02fd 100644 --- a/.config/hypr/hyprlock.conf +++ b/.config/hypr/hyprlock.conf @@ -38,6 +38,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, -90 halign = center valign = center |