mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Increase interval to clock update from 1 second to 60 seconds.
This reduces energy consumption.
This commit is contained in:
parent
42086cd584
commit
54e9ced5b4
1 changed files with 2 additions and 1 deletions
|
|
@ -63,7 +63,8 @@ ColumnLayout {
|
|||
id: timeSource
|
||||
engine: "time"
|
||||
connectedSources: ["Local"]
|
||||
interval: 1000
|
||||
interval: 60000
|
||||
intervalAlignment: P5Support.Types.AlignToMinute
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue