mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-28 23:42:51 -05:00
fix niri numbers
This commit is contained in:
@@ -98,10 +98,6 @@ Rectangle {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function onFocusedWorkspaceIndexChanged() {
|
|
||||||
// Niri workspace changes handled automatically by currentWorkspace binding
|
|
||||||
}
|
|
||||||
|
|
||||||
target: NiriService
|
target: NiriService
|
||||||
enabled: CompositorService.isNiri
|
enabled: CompositorService.isNiri
|
||||||
}
|
}
|
||||||
@@ -256,7 +252,7 @@ Rectangle {
|
|||||||
if (CompositorService.isHyprland) {
|
if (CompositorService.isHyprland) {
|
||||||
return modelData && modelData.id ? modelData.id : ""
|
return modelData && modelData.id ? modelData.id : ""
|
||||||
}
|
}
|
||||||
return modelData
|
return modelData - 1
|
||||||
}
|
}
|
||||||
color: isActive ? Qt.rgba(
|
color: isActive ? Qt.rgba(
|
||||||
Theme.surfaceContainer.r,
|
Theme.surfaceContainer.r,
|
||||||
|
|||||||
Reference in New Issue
Block a user