From e3bc2e5d84902c34d723dbc478bac1247f98b2ef Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 23 Sep 2025 11:12:22 +0200 Subject: [PATCH] more wallpaper safety filters --- .config/quickshell/ii/modules/common/Config.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/ii/modules/common/Config.qml b/.config/quickshell/ii/modules/common/Config.qml index 625b4f4de..559148909 100644 --- a/.config/quickshell/ii/modules/common/Config.qml +++ b/.config/quickshell/ii/modules/common/Config.qml @@ -145,7 +145,7 @@ Singleton { property bool enable: true property JsonObject triggerCondition: JsonObject { property list wallpaperKeywords: ["anime", "ecchi", "hentai", "yande.re", "konachan", "breast", "nipples", "pussy", "nsfw", "spoiler", "girl"] - property list networkNameKeywords: ["guest", "public", "free", "airport"] + property list networkNameKeywords: ["airport", "cafe", "college", "company", "eduroam", "free", "guest", "public", "school", "university"] } } }