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 {} }