screen corner radius back to 15

This commit is contained in:
Damocles 2026-04-12 20:26:49 +02:00
parent 971e44aaf1
commit 4a5b629b8d

View file

@ -34,7 +34,7 @@ QtObject {
property int barSpacing: 12
property int moduleSpacing: 4
property int radius: 4
property int screenRadius: 20
property int screenRadius: 15
property FileView _themeFile: FileView {
path: (Quickshell.env("XDG_CONFIG_HOME") || (Quickshell.env("HOME") + "/.config")) + "/nova-shell/theme.json"