omarchy/migrations/1754389057.sh
2025-08-10 20:30:39 +02:00

12 lines
460 B
Bash

echo "Offer to reorganize hyprland.conf as per new defaults"
if [[ ! -f ~/.config/hypr/autostarts.conf ]]; then
echo -e "\nOmarchy now splits default .config/hypr/hyprland.conf into sub-configs."
echo -e "Resetting to defaults will overwrite your configuration, but save it as .bak.\n"
if gum confirm "Use new default hyprland.conf config?"; then
omarchy-refresh-hyprland || true
else
echo "Left your existing configuration in place!"
fi
fi