From c1dbd387d8cafdd3ad6ae60cc6c5f24069394c88 Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Fri, 17 Apr 2026 19:41:59 +0200 Subject: [PATCH 1/2] Now with updated quickshell version, this should work again --- shell.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.qml b/shell.qml index 4b6814c..92e91f9 100644 --- a/shell.qml +++ b/shell.qml @@ -4,7 +4,7 @@ //@ pragma Env QSG_USE_SIMPLE_ANIMATION_DRIVER=0 //@ pragma Env QS_NO_RELOAD_POPUP=1 //@ pragma Env QT_SCALE_FACTOR_ROUNDING_POLICY=Round -// @ pragma DropExpensiveFonts +//@ pragma DropExpensiveFonts import Quickshell import qs.Modules import qs.Modules.Wallpaper -- 2.47.3 From 3ebc2befcbd94edb01024403f6d06b9b6dd9b7ca Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Fri, 17 Apr 2026 19:45:00 +0200 Subject: [PATCH 2/2] added current quickshell version to readme as a requirement --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 483f268..170604f 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ Core requirements: - Hyprland (Wayland session integration) - Python 3 for scheme/wallpaper tooling +Make sure to have the newest Quickshell version! As of writing, version `0.2.0.r136.gfb08ece-1`. + Used by major features (install as needed for your setup): - `app2unit` (launcher app execution) -- 2.47.3