diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-03-16 10:07:32 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-03-16 10:07:32 -0400 |
| commit | fc60c4aacf4189188bf566219d38cb2dab4704d8 (patch) | |
| tree | 3098f974ed4cfd7090c47db6de053d59e976f65d /config | |
| parent | fix build (diff) | |
| download | caelestia-shell-fc60c4aacf4189188bf566219d38cb2dab4704d8.tar.gz caelestia-shell-fc60c4aacf4189188bf566219d38cb2dab4704d8.tar.bz2 caelestia-shell-fc60c4aacf4189188bf566219d38cb2dab4704d8.zip | |
simplify dashboard
Diffstat (limited to 'config')
| -rw-r--r-- | config/DashboardConfig.qml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/config/DashboardConfig.qml b/config/DashboardConfig.qml index 0a16cc1..5bf7c41 100644 --- a/config/DashboardConfig.qml +++ b/config/DashboardConfig.qml @@ -25,16 +25,13 @@ JsonObject { component Sizes: JsonObject { readonly property int tabIndicatorHeight: 3 readonly property int tabIndicatorSpacing: 5 - readonly property int infoWidth: 200 - readonly property int infoIconSize: 25 - readonly property int dateTimeWidth: 110 + readonly property int dashboardHeight: 350 + readonly property int calandarWidth: 320 readonly property int mediaWidth: 200 readonly property int mediaProgressSweep: 180 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 - readonly property int resourceSize: 200 } } |