Compare commits
2 Commits
20678601db
...
57dab0ae72
| Author | SHA1 | Date |
|---|---|---|
|
|
57dab0ae72 | |
|
|
bfeb728f80 |
|
|
@ -119,8 +119,10 @@
|
||||||
"backlight": {
|
"backlight": {
|
||||||
"format": "{icon} {percent}%",
|
"format": "{icon} {percent}%",
|
||||||
"format-icons": ["", "", ""],
|
"format-icons": ["", "", ""],
|
||||||
"on-scroll-up": "brightnessctl set 1%+",
|
// "on-scroll-up": "brightnessctl set 1%+",
|
||||||
"on-scroll-down": "brightnessctl set 1%-",
|
// "on-scroll-down": "brightnessctl set 1%-",
|
||||||
|
"on-scroll-up": "brictl +",
|
||||||
|
"on-scroll-down": "brictl -",
|
||||||
"min-length": 6
|
"min-length": 6
|
||||||
},
|
},
|
||||||
"pulseaudio": {
|
"pulseaudio": {
|
||||||
|
|
|
||||||
|
|
@ -129,7 +129,7 @@ Do you understand the risks and want to continue?" || exit 1
|
||||||
source "$currentDir/packages/pkg_utils.sh"
|
source "$currentDir/packages/pkg_utils.sh"
|
||||||
prompt_style "Important utilities (Most likely go with defaults)"
|
prompt_style "Important utilities (Most likely go with defaults)"
|
||||||
if ((AUTO_YES)); then
|
if ((AUTO_YES)); then
|
||||||
DEV_PKGS=("${pkg_utils[@]}")
|
UTILITY_PKGS=("${pkg_utils[@]}")
|
||||||
else
|
else
|
||||||
gum_to_array UTILITY_PKGS < <(choose_packages pkg_utils)
|
gum_to_array UTILITY_PKGS < <(choose_packages pkg_utils)
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue