Files
quickshell/Bar/Left/WorkspaceSelector.qml
2026-06-23 13:54:38 +01:00

16 lines
227 B
QML

import QtQuick
import Quickshell
import Quickshell.Hyprland
import "../../Components/"
import "../../Services/"
Item {
id: root
required property HyprlandWorkspace workspace
StyledText {
text: root.workspace.id
}
}