diff --git a/config/quickshell/Workspaces.qml b/config/quickshell/Workspaces.qml index 4a720097..4fd85ee0 100644 --- a/config/quickshell/Workspaces.qml +++ b/config/quickshell/Workspaces.qml @@ -1,16 +1,5 @@ -import QuickShell.Hyprland +import Quickshell.Hyprland import QtQuick import QtQuick.Layouts -ColumnLayout { - property int workspaceCount: 10; - - id: workspaces - spacing: 0 - anchors { - fill: parent; - topMargin: 0; - margins: 5; - } -} diff --git a/config/quickshell/shell.qml b/config/quickshell/shell.qml index 6b420af3..8f636dfb 100644 --- a/config/quickshell/shell.qml +++ b/config/quickshell/shell.qml @@ -20,7 +20,8 @@ ShellRoot { right: true } - height: 30 + height: 30 + Text { anchors.centerIn: parent