increase default screen corner radius to 20

This commit is contained in:
Damocles 2026-04-12 18:59:41 +02:00
parent 7e5afebada
commit 69ee00004a

View file

@ -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"