what
This commit is contained in:
parent
e354599d64
commit
7d14df79e9
|
@ -1,16 +1,5 @@
|
||||||
import QuickShell.Hyprland
|
import Quickshell.Hyprland
|
||||||
import QtQuick
|
import QtQuick
|
||||||
import QtQuick.Layouts
|
import QtQuick.Layouts
|
||||||
|
|
||||||
|
|
||||||
ColumnLayout {
|
|
||||||
property int workspaceCount: 10;
|
|
||||||
|
|
||||||
id: workspaces
|
|
||||||
spacing: 0
|
|
||||||
anchors {
|
|
||||||
fill: parent;
|
|
||||||
topMargin: 0;
|
|
||||||
margins: 5;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
@ -20,7 +20,8 @@ ShellRoot {
|
||||||
right: true
|
right: true
|
||||||
}
|
}
|
||||||
|
|
||||||
height: 30
|
height: 30
|
||||||
|
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
|
|
Loading…
Reference in a new issue