From bc993bb7e2585cb2c0f0af111f6c8625d715d0b7 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 14 Jun 2025 11:11:36 +0200 Subject: [PATCH] quickshell: add scale factor envvar --- .config/quickshell/shell.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/quickshell/shell.qml b/.config/quickshell/shell.qml index 35a5008ea..4edfde51f 100644 --- a/.config/quickshell/shell.qml +++ b/.config/quickshell/shell.qml @@ -2,6 +2,9 @@ //@ pragma Env QS_NO_RELOAD_POPUP=1 //@ pragma Env QT_QUICK_CONTROLS_STYLE=Basic +// Adjust this to make the shell smaller or larger +//@ pragma Env QT_SCALE_FACTOR=1 + import "./modules/common/" import "./modules/backgroundWidgets/" import "./modules/bar/"