1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

fix niri numbers

This commit is contained in:
bbedward
2025-08-23 13:43:56 -04:00
parent 75e04137de
commit 9d7b617cd6

View File

@@ -98,10 +98,6 @@ Rectangle {
}
}
function onFocusedWorkspaceIndexChanged() {
// Niri workspace changes handled automatically by currentWorkspace binding
}
target: NiriService
enabled: CompositorService.isNiri
}
@@ -256,7 +252,7 @@ Rectangle {
if (CompositorService.isHyprland) {
return modelData && modelData.id ? modelData.id : ""
}
return modelData
return modelData - 1
}
color: isActive ? Qt.rgba(
Theme.surfaceContainer.r,