diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-28 22:35:49 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-28 22:35:49 +1000 |
| commit | 40b43a49abbeabfa213b757a1040778767d9c58a (patch) | |
| tree | 1c1c34e24a2179cd45fe763c4c20225182ab78cf /modules/dashboard/dash/Resources.qml | |
| parent | dashboard: optimise cava (diff) | |
| download | caelestia-shell-40b43a49abbeabfa213b757a1040778767d9c58a.tar.gz caelestia-shell-40b43a49abbeabfa213b757a1040778767d9c58a.tar.bz2 caelestia-shell-40b43a49abbeabfa213b757a1040778767d9c58a.zip | |
dashboard: optimise systemusage
Ref same way as cava
Diffstat (limited to 'modules/dashboard/dash/Resources.qml')
| -rw-r--r-- | modules/dashboard/dash/Resources.qml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/dashboard/dash/Resources.qml b/modules/dashboard/dash/Resources.qml index 9a1f07a..a27cce5 100644 --- a/modules/dashboard/dash/Resources.qml +++ b/modules/dashboard/dash/Resources.qml @@ -2,7 +2,6 @@ import "root:/widgets" import "root:/services" import "root:/config" import QtQuick -import QtQuick.Controls Row { id: root @@ -13,6 +12,10 @@ Row { padding: Appearance.padding.large spacing: Appearance.spacing.normal + Ref { + service: SystemUsage + } + Resource { icon: "memory" value: SystemUsage.cpuPerc |