mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
6 lines
222 B
Bash
6 lines
222 B
Bash
echo "Migrate to the modular implementation of hyprlock"
|
|
if [ -L ~/.config/hypr/hyprlock.conf ]; then
|
|
rm ~/.config/hypr/hyprlock.conf
|
|
cp ~/.local/share/omarchy/config/hypr/hyprlock.conf ~/.config/hypr/hyprlock.conf
|
|
fi
|