Revert "use better-control instead of gnome settings and blueberry"

This reverts commit e1ee645e87.
This commit is contained in:
end-4
2025-05-27 22:28:28 +02:00
parent 02712868f9
commit 5ea497068c
4 changed files with 9 additions and 9 deletions
@@ -13,10 +13,10 @@ Singleton {
}
property QtObject apps: QtObject {
property string bluetooth: "better-control --bluetooth"
property string bluetooth: "blueberry"
property string imageViewer: "loupe"
property string network: "better-control --wifi"
property string settings: "better-control"
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
}