Merge settings window to main #23

Merged
Zacharias-Brohn merged 48 commits from settingsWindow into main 2026-03-18 16:27:50 +01:00
3 changed files with 2 additions and 2 deletions
Showing only changes of commit a9fc2cbf69 - Show all commits
-1
View File
@@ -166,7 +166,6 @@ RowLayout {
delegate: WrappedLoader {
sourceComponent: WindowTitle {
bar: root
monitor: Brightness.getMonitorForScreen(root.screen)
}
}
}
-1
View File
@@ -19,7 +19,6 @@ Item {
}, 0);
return bar.width - otherWidth - bar.spacing * (bar.children.length - 1) - bar.vPadding * 2;
}
required property Brightness.Monitor monitor
clip: true
implicitHeight: current.implicitHeight
+2
View File
@@ -1,5 +1,7 @@
//@ pragma UseQApplication
//@ pragma Env QSG_RENDER_LOOP=threaded
//@ pragma Env QSG_RHI_BACKEND=vulkan
//@ pragma Env QSG_USE_SIMPLE_ANIMATION_DRIVER=1
//@ pragma Env QS_NO_RELOAD_POPUP=1
import Quickshell
import qs.Modules