1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-05 04:58:30 -04:00

display config: fix monitor names overflowing, add identity overlay to

ease configuration
fixes #1398
This commit is contained in:
bbedward
2026-07-03 15:45:58 -04:00
parent 930a36bcfc
commit 5008406be8
3 changed files with 96 additions and 0 deletions
@@ -85,6 +85,8 @@ Rectangle {
color: root.isConnected ? Theme.surfaceText : Theme.surfaceVariantText
horizontalAlignment: Text.AlignHCenter
anchors.horizontalCenter: parent.horizontalCenter
wrapMode: Text.NoWrap
maximumLineCount: 1
elide: Text.ElideMiddle
width: Math.min(implicitWidth, root.width - 8)
}