From e66606170b66bc7da60934546cac615b2f87e0fd Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 17 May 2025 23:41:36 +0200 Subject: [PATCH] qs: set basic as base qtquick controls style fixes stuff for fox --- .config/quickshell/shell.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/quickshell/shell.qml b/.config/quickshell/shell.qml index fae85be7d..2280482b7 100644 --- a/.config/quickshell/shell.qml +++ b/.config/quickshell/shell.qml @@ -1,4 +1,5 @@ //@ pragma UseQApplication +//@ pragma Env QT_QUICK_CONTROLS_STYLE=Basic import "./modules/bar/" import "./modules/cheatsheet/"