ags: optional statt required — wird nur auf y/N hin installiert

This commit is contained in:
2026-05-29 18:43:59 +02:00
parent f39f886c9f
commit de88e5b603

View File

@@ -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
}