From 7d14df79e91eb95d5bb3b0642ef53ea06f052492 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 8 Jan 2025 08:29:37 +0400 Subject: [PATCH] what --- config/quickshell/Workspaces.qml | 13 +------------ config/quickshell/shell.qml | 3 ++- 2 files changed, 3 insertions(+), 13 deletions(-) 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