diff --git a/modules/core/ags.sh b/modules/core/ags.sh index b3f8a2b..e17bd8a 100644 --- a/modules/core/ags.sh +++ b/modules/core/ags.sh @@ -4,7 +4,7 @@ module_description() { printf "AGS (Aylur's Gtk Shell) - Widget system for Hyprland\n" } -module_required() { return 0; } +module_required() { return 1; } module_should_skip() { command -v ags >/dev/null 2>&1 }