ill do this later
This commit is contained in:
parent
7179412960
commit
3cfe431a8c
|
@ -16,12 +16,6 @@ ShellRoot {
|
||||||
|
|
||||||
PanelWindow {
|
PanelWindow {
|
||||||
property var modelData
|
property var modelData
|
||||||
property var workspaceArray: Array.from({ length: 7 }, (_, i) => ({
|
|
||||||
id: i + 1,
|
|
||||||
text: getWorkspaceIcon((i + 1)),
|
|
||||||
visible: Hyprland.workspaces.values.some(e => e.id === i + 1),
|
|
||||||
active: Hyprland.focusedMonitor.activeWorkspace.id === i + 1
|
|
||||||
}))
|
|
||||||
|
|
||||||
screen: modelData
|
screen: modelData
|
||||||
|
|
||||||
|
@ -41,7 +35,7 @@ ShellRoot {
|
||||||
spacing: 5
|
spacing: 5
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
text: "Left side"
|
text: "Proprety in Egypt"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue