mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-02 04:37:49 +02: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
|