From de88e5b60329e44e8f5d0316e2b098e7e8b11c74 Mon Sep 17 00:00:00 2001 From: Pepe44DEV Date: Fri, 29 May 2026 18:43:59 +0200 Subject: [PATCH] =?UTF-8?q?ags:=20optional=20statt=20required=20=E2=80=94?= =?UTF-8?q?=20wird=20nur=20auf=20y/N=20hin=20installiert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/core/ags.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }