summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-11 23:59:20 +1000
committerGitHub <noreply@github.com>2025-06-11 23:59:20 +1000
commitbef79bde1f56d42e551424ffb061fe3f76fe5ea6 (patch)
treed68025ceb053f67b83ec88c9127f8aaf0cc00bb2
parentdashboard: remove workspaces tab (diff)
parentBattery Default Width Fix (diff)
downloadcaelestia-shell-bef79bde1f56d42e551424ffb061fe3f76fe5ea6.tar.gz
caelestia-shell-bef79bde1f56d42e551424ffb061fe3f76fe5ea6.tar.bz2
caelestia-shell-bef79bde1f56d42e551424ffb061fe3f76fe5ea6.zip
Merge pull request #46 from Amstel-DEV/Battery-Width
Battery Default Width Issue
-rw-r--r--config/BarConfig.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/BarConfig.qml b/config/BarConfig.qml
index 2b5e7d5..21f9314 100644
--- a/config/BarConfig.qml
+++ b/config/BarConfig.qml
@@ -13,7 +13,7 @@ Singleton {
property int innerHeight: 30
property int windowPreviewSize: 400
property int trayMenuWidth: 300
- property int batteryWidth: 200
+ property int batteryWidth: 250
}
component Workspaces: QtObject {