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/"