From 3cfe431a8cb2da49204d5678e98346957c9b5368 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 9 Jan 2025 15:56:33 +0400 Subject: [PATCH] ill do this later --- config/quickshell/shell.qml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/config/quickshell/shell.qml b/config/quickshell/shell.qml index baa43ce9..7a2f4be2 100644 --- a/config/quickshell/shell.qml +++ b/config/quickshell/shell.qml @@ -16,12 +16,6 @@ ShellRoot { PanelWindow { property var modelData - property var workspaceArray: Array.from({ length: 7 }, (_, i) => ({ - id: i + 1, - text: getWorkspaceIcon((i + 1)), - visible: Hyprland.workspaces.values.some(e => e.id === i + 1), - active: Hyprland.focusedMonitor.activeWorkspace.id === i + 1 - })) screen: modelData @@ -39,9 +33,9 @@ ShellRoot { anchors.top: parent.top anchors.bottom: parent.bottom spacing: 5 - + Text { - text: "Left side" + text: "Proprety in Egypt" } }