Compare commits

..

No commits in common. "57dab0ae72c41208d883cabe2059d813643e42c5" and "20678601dbae0942f63cde33ab4a2beec8a1ab23" have entirely different histories.

2 changed files with 3 additions and 5 deletions

View File

@ -119,10 +119,8 @@
"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": {

View File

@ -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
UTILITY_PKGS=("${pkg_utils[@]}") DEV_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