mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
revert stupid triggeredonstart for resource usage
This commit is contained in:
@@ -19,8 +19,7 @@ Singleton {
|
||||
property var previousCpuStats
|
||||
|
||||
Timer {
|
||||
triggeredOnStart: true
|
||||
interval: ConfigOptions?.resources?.updateInterval ?? 3000
|
||||
interval: 1
|
||||
running: true
|
||||
repeat: true
|
||||
onTriggered: {
|
||||
@@ -51,6 +50,7 @@ Singleton {
|
||||
|
||||
previousCpuStats = { total, idle }
|
||||
}
|
||||
interval = ConfigOptions?.resources?.updateInterval ?? 3000
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user