diff --git a/bin/omarchy-snapshot b/bin/omarchy-snapshot index b4d78f1..5600b9e 100755 --- a/bin/omarchy-snapshot +++ b/bin/omarchy-snapshot @@ -16,9 +16,11 @@ case "$COMMAND" in create) DESC="$(omarchy-version)" + echo -e "\e[32mCreate system snapshot\e[0m" for config in root home; do sudo snapper -c "$config" create -c number -d "$DESC" done + echo ;; restore) sudo limine-snapper-restore