From 69ee00004a71ab8c0eb509db3a5fc7438939cc24 Mon Sep 17 00:00:00 2001 From: Damocles Date: Sun, 12 Apr 2026 18:59:41 +0200 Subject: [PATCH] increase default screen corner radius to 20 --- modules/Theme.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Theme.qml b/modules/Theme.qml index 6c9e834..e89dbfa 100644 --- a/modules/Theme.qml +++ b/modules/Theme.qml @@ -34,7 +34,7 @@ QtObject { property int barSpacing: 12 property int moduleSpacing: 4 property int radius: 4 - property int screenRadius: 15 + property int screenRadius: 20 property FileView _themeFile: FileView { path: (Quickshell.env("XDG_CONFIG_HOME") || (Quickshell.env("HOME") + "/.config")) + "/nova-shell/theme.json"