Revert "use bettercontrol for settings app (#1278)"

This reverts commit cfe48fb0a1.
This commit is contained in:
end-4
2025-05-27 22:24:48 +02:00
parent d12ada5222
commit adce55865e
3 changed files with 5 additions and 6 deletions
@@ -46,10 +46,10 @@
"fakeScreenRounding": 2 // 0: None | 1: Always | 2: When not fullscreen "fakeScreenRounding": 2 // 0: None | 1: Always | 2: When not fullscreen
}, },
"apps": { "apps": {
"bluetooth": "better-control --bluetooth", "bluetooth": "blueberry",
"imageViewer": "loupe", "imageViewer": "loupe",
"network": "better-control --wifi", "network": "XDG_CURRENT_DESKTOP=\"gnome\" gnome-control-center wifi",
"settings": "better-control", "settings": "XDG_CURRENT_DESKTOP=\"gnome\" gnome-control-center",
"taskManager": "gnome-usage", "taskManager": "gnome-usage",
"terminal": "foot" // This is only for shell actions "terminal": "foot" // This is only for shell actions
}, },
@@ -8,5 +8,5 @@ depends=(
polkit-gnome polkit-gnome
gnome-keyring gnome-keyring
gnome-control-center gnome-control-center
networkmanager blueberry networkmanager
) )
@@ -7,11 +7,10 @@ license=(None)
depends=( depends=(
dart-sass dart-sass
hypridle hypridle
hyprutils hyprutils
hyprlock hyprlock
wlogout wlogout
wl-clipboard wl-clipboard
hyprpicker hyprpicker
nm-connection-editor nm-connection-editor
better-control-git
) )