feat: add statsDaemon.interval setting, pass --interval to nova-stats
This commit is contained in:
parent
c8d71bd871
commit
937ae5af2e
4 changed files with 35 additions and 3 deletions
|
|
@ -89,6 +89,9 @@ QtObject {
|
|||
property var overviewBackdrop: ({
|
||||
enable: true
|
||||
})
|
||||
property var statsDaemon: ({
|
||||
interval: -1
|
||||
})
|
||||
|
||||
property FileView _file: FileView {
|
||||
path: (Quickshell.env("XDG_CONFIG_HOME") || (Quickshell.env("HOME") + "/.config")) + "/nova-shell/modules.json"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue