This commit is contained in:
lucy 2026-01-27 17:32:08 +01:00
parent 25e98652d1
commit a8f4ac438e
2 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,7 @@ Loader {
sourceComponent: Rectangle { sourceComponent: Rectangle {
id: container id: container
radius: implicitHeight / 2 radius: implicitHeight / 2
color: clickHandler.containsMouse ? Colors.primary : Colors.secondary color: clickHandler.containsMouse ? Colors.secondaryContainer : Colors.primaryContainer
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter
implicitWidth: root.implicitWidth + 20 implicitWidth: root.implicitWidth + 20
implicitHeight: Settings.config.barHeight - 10 implicitHeight: Settings.config.barHeight - 10

View File

@ -15,5 +15,4 @@ ShellRoot {
Notification {} Notification {}
Wallpaper {} Wallpaper {}
WallSwitcher {} WallSwitcher {}
MainWindow {}
} }