mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Include failed attempt counter and notice when you are locked out for 10 mins
Closes #229 Co-authored-by: @jhosdev
This commit is contained in:
5
bin/omarchy-refresh-hyprlock
Executable file
5
bin/omarchy-refresh-hyprlock
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Overwrite local Hyprlock settings with the latest in Omarchy, but create a backup
|
||||
cp -f ~/.config/hypr/hyprlock.conf ~/.config/hypr/hyprlock.conf.bak 2>/dev/null
|
||||
cp -f ~/.local/share/omarchy/config/hypr/hyprlock.conf ~/.config/hypr/ 2>/dev/null
|
Reference in New Issue
Block a user