diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-11 23:59:20 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-11 23:59:20 +1000 |
| commit | bef79bde1f56d42e551424ffb061fe3f76fe5ea6 (patch) | |
| tree | d68025ceb053f67b83ec88c9127f8aaf0cc00bb2 /config | |
| parent | dashboard: remove workspaces tab (diff) | |
| parent | Battery Default Width Fix (diff) | |
| download | caelestia-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
Diffstat (limited to 'config')
| -rw-r--r-- | config/BarConfig.qml | 2 |
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 { |