nixos/config/quickshell/Workspaces.qml

17 lines
223 B
QML
Raw Normal View History

2025-01-07 22:37:12 +04:00
import QuickShell.Hyprland
import QtQuick
import QtQuick.Layouts
ColumnLayout {
property int workspaceCount: 10;
id: workspaces
spacing: 0
anchors {
fill: parent;
topMargin: 0;
margins: 5;
}
}