mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Only update if hyprlock.conf is still a symlink
This commit is contained in:
@@ -1,2 +1,5 @@
|
|||||||
echo "Migrate to the modular implementation of hyprlock"
|
echo "Migrate to the modular implementation of hyprlock"
|
||||||
cp -f ~/.local/share/omarchy/config/hypr/hyprlock.conf ~/.config/hypr
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user