From 3d6e7970acf8a727df757b7d54b07d530b020467 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 8 May 2025 11:53:59 +0200 Subject: [PATCH] adjust window rounding to match vscode & zen browser --- .config/hypr/hyprland/general.conf | 2 +- .config/quickshell/modules/bar/Bar.qml | 2 +- .config/quickshell/modules/common/Appearance.qml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/hypr/hyprland/general.conf b/.config/hypr/hyprland/general.conf index 132efc873..bcb637e7c 100644 --- a/.config/hypr/hyprland/general.conf +++ b/.config/hypr/hyprland/general.conf @@ -65,7 +65,7 @@ dwindle { } decoration { - rounding = 20 + rounding = 18 blur { enabled = true diff --git a/.config/quickshell/modules/bar/Bar.qml b/.config/quickshell/modules/bar/Bar.qml index 1e14d60f8..7975b1173 100644 --- a/.config/quickshell/modules/bar/Bar.qml +++ b/.config/quickshell/modules/bar/Bar.qml @@ -316,7 +316,7 @@ Scope { Item { anchors.left: parent.left anchors.right: parent.right - anchors.bottom: parent.bottom + anchors.top: barContent.bottom height: Appearance.rounding.screenRounding RoundCorner { diff --git a/.config/quickshell/modules/common/Appearance.qml b/.config/quickshell/modules/common/Appearance.qml index e2e9809f0..a96ea6a34 100644 --- a/.config/quickshell/modules/common/Appearance.qml +++ b/.config/quickshell/modules/common/Appearance.qml @@ -146,10 +146,10 @@ Singleton { property int verysmall: 8 property int small: 12 property int normal: 17 - property int large: 25 + property int large: 23 property int full: 9999 property int screenRounding: large - property int windowRounding: 20 + property int windowRounding: 18 } font: QtObject {