From a8f4ac438e623b90798f6cac03870d173adc6f1b Mon Sep 17 00:00:00 2001 From: lucy Date: Tue, 27 Jan 2026 17:32:08 +0100 Subject: [PATCH] merge --- modules/bar/Battery.qml | 2 +- shell.qml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/bar/Battery.qml b/modules/bar/Battery.qml index 6741579..483445a 100644 --- a/modules/bar/Battery.qml +++ b/modules/bar/Battery.qml @@ -15,7 +15,7 @@ Loader { sourceComponent: Rectangle { id: container radius: implicitHeight / 2 - color: clickHandler.containsMouse ? Colors.primary : Colors.secondary + color: clickHandler.containsMouse ? Colors.secondaryContainer : Colors.primaryContainer anchors.verticalCenter: parent.verticalCenter implicitWidth: root.implicitWidth + 20 implicitHeight: Settings.config.barHeight - 10 diff --git a/shell.qml b/shell.qml index 5ee8f89..59936d8 100644 --- a/shell.qml +++ b/shell.qml @@ -15,5 +15,4 @@ ShellRoot { Notification {} Wallpaper {} WallSwitcher {} - MainWindow {} }