summaryrefslogtreecommitdiff
path: root/config/BarConfig.qml
diff options
context:
space:
mode:
authorNikhil Sharma <48005807+ThEditor@users.noreply.github.com>2025-07-26 09:00:59 +0530
committerGitHub <noreply@github.com>2025-07-26 13:30:59 +1000
commitc3a47f24e80c9ce31cd73c7d913f89caf841e628 (patch)
tree12ac044d4a3bd36c54a86f7be66f4e693b175c29 /config/BarConfig.qml
parentbrightness: debounce ddc changes (diff)
downloadcaelestia-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/BarConfig.qml')
-rw-r--r--config/BarConfig.qml1
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
}
}