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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user