diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-28 23:56:44 +0800 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-28 23:56:44 +0800 |
| commit | ea573554d47dac0bca9034aee5f3fc591ac063f3 (patch) | |
| tree | 46333e8c0abfcb9a5388cf3275c998c718dd6fc2 /modules/dashboard/Content.qml | |
| parent | internal: move weather into service (diff) | |
| download | caelestia-shell-ea573554d47dac0bca9034aee5f3fc591ac063f3.tar.gz caelestia-shell-ea573554d47dac0bca9034aee5f3fc591ac063f3.tar.bz2 caelestia-shell-ea573554d47dac0bca9034aee5f3fc591ac063f3.zip | |
feat: dashboard performance panel
Diffstat (limited to 'modules/dashboard/Content.qml')
| -rw-r--r-- | modules/dashboard/Content.qml | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/modules/dashboard/Content.qml b/modules/dashboard/Content.qml index 4026989..5b88f9b 100644 --- a/modules/dashboard/Content.qml +++ b/modules/dashboard/Content.qml @@ -54,18 +54,21 @@ Item { radius: Appearance.rounding.normal color: "transparent" - Dash { - clip: true - } + Dash {} } ClippingWrapperRectangle { radius: Appearance.rounding.normal color: "transparent" - Media { - clip: true - } + Media {} + } + + ClippingWrapperRectangle { + radius: Appearance.rounding.normal + color: "transparent" + + Performance {} } } } |