diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-19 00:59:15 +0800 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-19 00:59:15 +0800 |
| commit | 7c5a23d3348a6a868204b6f2969b7ceddca0e675 (patch) | |
| tree | 955c2cadf86b30499eedc823836844f6e3738423 /config | |
| parent | launcher: fix actions (diff) | |
| download | caelestia-shell-7c5a23d3348a6a868204b6f2969b7ceddca0e675.tar.gz caelestia-shell-7c5a23d3348a6a868204b6f2969b7ceddca0e675.tar.bz2 caelestia-shell-7c5a23d3348a6a868204b6f2969b7ceddca0e675.zip | |
dashboard: add media
Diffstat (limited to 'config')
| -rw-r--r-- | config/DashboardConfig.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/DashboardConfig.qml b/config/DashboardConfig.qml index 1461ff7..f0d34cd 100644 --- a/config/DashboardConfig.qml +++ b/config/DashboardConfig.qml @@ -4,6 +4,7 @@ import Quickshell import QtQuick Singleton { + readonly property int mediaUpdateInterval: 500 readonly property Sizes sizes: Sizes {} component Sizes: QtObject { @@ -12,5 +13,8 @@ Singleton { readonly property int infoWidth: 200 readonly property int infoIconSize: 25 readonly property int dateTimeWidth: 110 + readonly property int mediaWidth: 200 + readonly property int mediaProgressSweep: 180 + readonly property int mediaProgressThickness: 8 } } |