mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Offer to reorganize hyprland.conf as is done in the new config
This commit is contained in:
11
migrations/1754389057.sh
Normal file
11
migrations/1754389057.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
~/.local/share/omarchy/bin/omarchy-refresh-hyprland
|
||||
else
|
||||
echo "Left your existing configuration in place!"
|
||||
fi
|
||||
fi
|
||||
Reference in New Issue
Block a user