mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
use bettercontrol for settings app (#1278)
This commit is contained in:
@@ -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": "blueberry",
|
"bluetooth": "better-control --bluetooth",
|
||||||
"imageViewer": "loupe",
|
"imageViewer": "loupe",
|
||||||
"network": "XDG_CURRENT_DESKTOP=\"gnome\" gnome-control-center wifi",
|
"network": "better-control --wifi",
|
||||||
"settings": "XDG_CURRENT_DESKTOP=\"gnome\" gnome-control-center",
|
"settings": "better-control",
|
||||||
"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
|
||||||
blueberry networkmanager
|
networkmanager
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -7,10 +7,11 @@ 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
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user