mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-01 17:24:48 +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
|
id: timeSource
|
||||||
engine: "time"
|
engine: "time"
|
||||||
connectedSources: ["Local"]
|
connectedSources: ["Local"]
|
||||||
interval: 1000
|
interval: 60000
|
||||||
|
intervalAlignment: P5Support.Types.AlignToMinute
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue