From 91a5f9790cfd4a98ee940633694fb512ecf24942 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Thu, 6 Aug 2026 00:29:36 +0530 Subject: i3 > hyprland & x11 > wayland --- quickshell/items/Workspace.qml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 quickshell/items/Workspace.qml (limited to 'quickshell/items/Workspace.qml') diff --git a/quickshell/items/Workspace.qml b/quickshell/items/Workspace.qml deleted file mode 100644 index f793850..0000000 --- a/quickshell/items/Workspace.qml +++ /dev/null @@ -1,22 +0,0 @@ -import QtQuick -import Quickshell.Hyprland - -Repeater { - model: 5 - - Text { - property bool isActive: Hyprland.focusedWorkspace?.id === (index + 1) - - text: index + 1 - color: isActive ? shellRoot.green : shellRoot.white - font { - pixelSize: shellRoot.fontSize; - bold: true; - } - - MouseArea { - anchors.fill: parent - onClicked: Hyprland.dispatch("workspace " + (index + 1)) - } - } -} -- cgit v1.2.3