new font???

This commit is contained in:
Zacharias-Brohn
2025-11-25 13:01:27 +01:00
parent 91a4f95fd0
commit 6a4479b8a3
18 changed files with 161 additions and 278 deletions
+5 -3
View File
@@ -80,7 +80,7 @@ Item {
CustomMouseArea {
Layout.fillWidth: true
implicitHeight: 10 * 3
implicitHeight: 10
CustomSlider {
anchors.left: parent.left
@@ -105,7 +105,7 @@ Item {
CustomMouseArea {
Layout.fillWidth: true
implicitHeight: 10 * 3
implicitHeight: 10
CustomSlider {
anchors.left: parent.left
@@ -128,7 +128,7 @@ Item {
implicitWidth: expandBtn.implicitWidth + 10 * 2
implicitHeight: expandBtn.implicitHeight + 5
radius: 17
radius: 4
color: DynamicColors.palette.m3primaryContainer
StateLayer {
@@ -136,6 +136,7 @@ Item {
function onClicked(): void {
Quickshell.execDetached(["app2unit", "--", "pavucontrol"]);
root.wrapper.hasCurrent = false;
}
}
@@ -152,6 +153,7 @@ Item {
}
MaterialIcon {
Layout.topMargin: 2
text: "chevron_right"
color: DynamicColors.palette.m3onPrimaryContainer
font.pointSize: 18