diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-07 20:38:52 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-07 20:38:52 +1000 |
| commit | 285221b1ffdf59259a4ee08b0018a60d95bcc5a0 (patch) | |
| tree | a7bb2d0e7ee5ef953d9438674715b5f9a4eed030 /config/BarConfig.qml | |
| parent | dashboard: hide dash when raise media (diff) | |
| download | caelestia-shell-285221b1ffdf59259a4ee08b0018a60d95bcc5a0.tar.gz caelestia-shell-285221b1ffdf59259a4ee08b0018a60d95bcc5a0.tar.bz2 caelestia-shell-285221b1ffdf59259a4ee08b0018a60d95bcc5a0.zip | |
popouts: fixed width for battery popout
Diffstat (limited to 'config/BarConfig.qml')
| -rw-r--r-- | config/BarConfig.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/BarConfig.qml b/config/BarConfig.qml index d7e89e3..2b5e7d5 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -13,6 +13,7 @@ Singleton { property int innerHeight: 30 property int windowPreviewSize: 400 property int trayMenuWidth: 300 + property int batteryWidth: 200 } component Workspaces: QtObject { |