1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-27 06:52:50 -05:00

Implement font family changes

This commit is contained in:
bbedward
2025-07-27 23:25:12 -04:00
parent 420891e047
commit b119fd511e
56 changed files with 422 additions and 246 deletions

View File

@@ -1,6 +1,7 @@
import QtQuick
import qs.Common
import qs.Services
import qs.Widgets
Rectangle {
id: root
@@ -31,7 +32,7 @@ Rectangle {
anchors.centerIn: parent
spacing: Theme.spacingS
Text {
StyledText {
id: appText
text: FocusedWindowService.focusedAppName || ""
@@ -44,7 +45,7 @@ Rectangle {
width: Math.min(implicitWidth, compactMode ? 80 : 180)
}
Text {
StyledText {
text: "•"
font.pixelSize: Theme.fontSizeMedium
color: Theme.outlineButton
@@ -52,7 +53,7 @@ Rectangle {
visible: appText.text && titleText.text
}
Text {
StyledText {
id: titleText
text: FocusedWindowService.focusedWindowTitle || ""