screen corner radius back to 15
This commit is contained in:
parent
971e44aaf1
commit
4a5b629b8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue