forked from Shinonome/dots-hyprland
media: progress update interval follows resources
This commit is contained in:
@@ -22,7 +22,7 @@ MouseArea {
|
||||
|
||||
Timer {
|
||||
running: activePlayer?.playbackState == MprisPlaybackState.Playing
|
||||
interval: 1000
|
||||
interval: Config.options.resources.updateInterval
|
||||
repeat: true
|
||||
onTriggered: activePlayer.positionChanged()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user