aboutsummaryrefslogtreecommitdiffstats
path: root/config/quickshell/modules/overview/OverviewWidget.qml
diff options
context:
space:
mode:
authorJa.KooLit <85185940+JaKooLit@users.noreply.github.com>2025-06-22 22:37:16 +0900
committerGitHub <noreply@github.com>2025-06-22 22:37:16 +0900
commitafa756b92c95f090534ed8349dfd72adc12561d3 (patch)
tree2aae90f97566d3943202e9c6605cc95c99d08ac1 /config/quickshell/modules/overview/OverviewWidget.qml
parent0f70ff7ae24196ecf5cb9cf2c6299c2d2636a82b (diff)
parent897873fccd5d19c460128998b9434238dcf07ba6 (diff)
Merge pull request #749 from SherLock707/overviewV2_qs
qs:Overview update: Refactored for better colour and font expose and cleaned up unused code
Diffstat (limited to 'config/quickshell/modules/overview/OverviewWidget.qml')
-rw-r--r--config/quickshell/modules/overview/OverviewWidget.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/quickshell/modules/overview/OverviewWidget.qml b/config/quickshell/modules/overview/OverviewWidget.qml
index 63633602..2ea8d58a 100644
--- a/config/quickshell/modules/overview/OverviewWidget.qml
+++ b/config/quickshell/modules/overview/OverviewWidget.qml
@@ -25,7 +25,7 @@ Item {
property var windowAddresses: HyprlandData.addresses
property var monitorData: HyprlandData.monitors.find(m => m.id === root.monitor.id)
property real scale: ConfigOptions.overview.scale
- property color activeBorderColor: Appearance.m3colors.m3secondary
+ property color activeBorderColor: Appearance.m3colors.m3accentSecondary
property real workspaceImplicitWidth: Math.max(100, (monitorData?.transform % 2 === 1) ?
((monitor.height - monitorData?.reserved[0] - monitorData?.reserved[2]) * root.scale / monitor.scale) :
@@ -71,7 +71,7 @@ Item {
property real padding: 10
anchors.fill: parent
anchors.margins: Appearance.sizes.elevationMargin
- border.color : ColorUtils.transparentize(Appearance.m3colors.m3outline, 0.2)
+ border.color : ColorUtils.transparentize(Appearance.m3colors.m3borderPrimary, 0.2)
border.width : 2
implicitWidth: workspaceColumnLayout.implicitWidth + padding * 2
@@ -170,7 +170,7 @@ Item {
color: "transparent"
radius: parent.radius
border.width: 1
- border.color: hoveredWhileDragging ? hoveredBorderColor : ColorUtils.transparentize(Appearance.m3colors.m3outline, 0.6)
+ border.color: hoveredWhileDragging ? hoveredBorderColor : ColorUtils.transparentize(Appearance.m3colors.m3borderPrimary, 0.6)
z: 10 // Ensure it's on top
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage