diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-26 00:10:05 +0800 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-26 00:10:05 +0800 |
| commit | 90a65cd153183014ee50d74f9e32ca28165c7880 (patch) | |
| tree | 0708d313b17012620007397073e121d2f65f7f91 /config/DashboardConfig.qml | |
| parent | bar: fix battery charging icons (diff) | |
| download | caelestia-shell-90a65cd153183014ee50d74f9e32ca28165c7880.tar.gz caelestia-shell-90a65cd153183014ee50d74f9e32ca28165c7880.tar.bz2 caelestia-shell-90a65cd153183014ee50d74f9e32ca28165c7880.zip | |
feat: dashboard media panel
Diffstat (limited to 'config/DashboardConfig.qml')
| -rw-r--r-- | config/DashboardConfig.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/DashboardConfig.qml b/config/DashboardConfig.qml index ea6db4f..3e942e8 100644 --- a/config/DashboardConfig.qml +++ b/config/DashboardConfig.qml @@ -5,6 +5,7 @@ import QtQuick Singleton { readonly property int mediaUpdateInterval: 500 + readonly property int visualiserBars: 45 readonly property Sizes sizes: Sizes {} component Sizes: QtObject { @@ -18,5 +19,7 @@ Singleton { readonly property int mediaProgressThickness: 8 readonly property int resourceProgessThickness: 10 readonly property int weatherWidth: 250 + readonly property int mediaCoverArtSize: 150 + readonly property int mediaVisualiserSize: 80 } } |