bluetooth and wifi

This commit is contained in:
end-4
2025-04-15 20:10:52 +02:00
parent ff8cee9dde
commit 62ef2fc421
13 changed files with 373 additions and 42 deletions
@@ -7,6 +7,15 @@ Singleton {
property int fakeScreenRounding: 1 // 0: None | 1: Always | 2: When not fullscreen
}
property QtObject apps: QtObject {
property string bluetooth: "blueberry"
property string imageViewer: "loupe"
property string network: "XDG_CURRENT_DESKTOP=\"gnome\" gnome-control-center wifi"
property string settings: "XDG_CURRENT_DESKTOP=\"gnome\" gnome-control-center"
property string taskManager: "gnome-usage"
property string terminal: "foot" // This is only for shell actions
}
property QtObject bar: QtObject {
property int workspacesShown: 10
property int batteryLowThreshold: 20