ags: optional statt required — wird nur auf y/N hin installiert
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user