summaryrefslogtreecommitdiff
path: root/config/BarConfig.qml
diff options
context:
space:
mode:
authorBruno Inec <contact@sweenu.xyz>2025-08-27 07:58:54 +0200
committerGitHub <noreply@github.com>2025-08-27 15:58:54 +1000
commitfc3b08f6cb70ed4aa90aa25a485472c876033b2a (patch)
treeca3bee2a9590803adea7bd1d93c3abc1b2bfd080 /config/BarConfig.qml
parentosd: add mic volume (diff)
downloadcaelestia-shell-fc3b08f6cb70ed4aa90aa25a485472c876033b2a.tar.gz
caelestia-shell-fc3b08f6cb70ed4aa90aa25a485472c876033b2a.tar.bz2
caelestia-shell-fc3b08f6cb70ed4aa90aa25a485472c876033b2a.zip
bar/clock: allow hiding icon (#484)
* bar(clock): allow hiding the calendar icon * loader + showCalendarIcon -> showIcon --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
Diffstat (limited to 'config/BarConfig.qml')
-rw-r--r--config/BarConfig.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/BarConfig.qml b/config/BarConfig.qml
index 1733e47..a4a87ec 100644
--- a/config/BarConfig.qml
+++ b/config/BarConfig.qml
@@ -7,6 +7,7 @@ JsonObject {
property Workspaces workspaces: Workspaces {}
property Tray tray: Tray {}
property Status status: Status {}
+ property Clock clock: Clock {}
property Sizes sizes: Sizes {}
property list<var> entries: [
@@ -77,6 +78,10 @@ JsonObject {
property bool showBattery: true
}
+ component Clock: JsonObject {
+ property bool showIcon: true
+ }
+
component Sizes: JsonObject {
property int innerWidth: 40
property int windowPreviewSize: 400