quickshell: steal wifi & bluetooth panel

This commit is contained in:
2025-10-19 04:08:22 +02:00
parent ffa502e0c3
commit acf6f69268
27 changed files with 2355 additions and 124 deletions

View File

@@ -10,6 +10,7 @@ Singleton {
property alias showLyricsBar: adapter.showLyricsBar
property alias notifications: adapter.notifications
property alias location: adapter.location
property alias wifiEnabled: adapter.wifiEnabled
property string settingsFilePath: Qt.resolvedUrl("../Assets/Config/Settings.json")
FileView {
@@ -27,6 +28,7 @@ Singleton {
property bool showLyricsBar: false
property JsonObject notifications
property string location: "New York"
property bool wifiEnabled: true
notifications: JsonObject {
property bool doNotDisturb: false