diff options
| author | Nikhil Sharma <48005807+ThEditor@users.noreply.github.com> | 2025-07-26 09:00:59 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-26 13:30:59 +1000 |
| commit | c3a47f24e80c9ce31cd73c7d913f89caf841e628 (patch) | |
| tree | 12ac044d4a3bd36c54a86f7be66f4e693b175c29 /config | |
| parent | brightness: debounce ddc changes (diff) | |
| download | caelestia-shell-c3a47f24e80c9ce31cd73c7d913f89caf841e628.tar.gz caelestia-shell-c3a47f24e80c9ce31cd73c7d913f89caf841e628.tar.bz2 caelestia-shell-c3a47f24e80c9ce31cd73c7d913f89caf841e628.zip | |
feat: improve network popout (#268)
* feat: network popout (saved networks only)
* fix: rem unfinished forget network
* network: some fixes
---------
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
Diffstat (limited to 'config')
| -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 472bd4b..c8a8bba 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -24,5 +24,6 @@ JsonObject { property int windowPreviewSize: 400 property int trayMenuWidth: 300 property int batteryWidth: 250 + property int networkWidth: 320 } } |