From a7e916519f07858d0f5a51bdc71b7f2f6e58c515 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Wed, 30 Jul 2025 11:00:45 -0400 Subject: [PATCH] workspaces update import --- modules/bar/components/hyprland/Workspaces.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bar/components/hyprland/Workspaces.qml b/modules/bar/components/hyprland/Workspaces.qml index 1b1003d..25d6967 100644 --- a/modules/bar/components/hyprland/Workspaces.qml +++ b/modules/bar/components/hyprland/Workspaces.qml @@ -1,7 +1,7 @@ +import qs.config import QtQuick import QtQuick.Layouts import Quickshell.Hyprland -import "../../../../config/" RowLayout { id: root