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

dwl: remove wlr-randr dependency

This commit is contained in:
bbedward
2025-10-30 09:21:20 -04:00
parent 986993a890
commit 5033d10246
3 changed files with 14 additions and 11 deletions

View File

@@ -596,12 +596,10 @@ Item {
border.width: {
if (isUrgent && !isActive) return 2
if (CompositorService.isDwl && isActive && root.dwlActiveTags.length > 1) return 2
return 0
}
border.color: {
if (isUrgent && !isActive) return Theme.error
if (CompositorService.isDwl && isActive && root.dwlActiveTags.length > 1) return Qt.lighter(Theme.primary, 1.3)
return Theme.withAlpha(Theme.error, 0)
}