color generation

This commit is contained in:
end-4
2025-04-26 14:17:13 +02:00
parent 5e9a6bf965
commit a9c40bc86d
22 changed files with 1065 additions and 7 deletions
+6
View File
@@ -12,8 +12,14 @@ import QtQuick.Controls
import QtQuick.Layouts
import QtQuick.Window
import Quickshell
import "./services/"
ShellRoot {
Component.onCompleted: {
console.log("ShellRoot loaded")
MaterialTheme.reapplyTheme()
}
Bar {}
NotificationPopup {}
OnScreenDisplayBrightness {}