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": {
"format": "{icon} {percent}%",
"format-icons": ["󰃞", "󰃟", "󰃠"],
// "on-scroll-up": "brightnessctl set 1%+",
// "on-scroll-down": "brightnessctl set 1%-",
"on-scroll-up": "brictl +",
"on-scroll-down": "brictl -",
"on-scroll-up": "brightnessctl set 1%+",
"on-scroll-down": "brightnessctl set 1%-",
"min-length": 6
},
"pulseaudio": {

View File

@ -129,7 +129,7 @@ Do you understand the risks and want to continue?" || exit 1
source "$currentDir/packages/pkg_utils.sh"
prompt_style "Important utilities (Most likely go with defaults)"
if ((AUTO_YES)); then
UTILITY_PKGS=("${pkg_utils[@]}")
DEV_PKGS=("${pkg_utils[@]}")
else
gum_to_array UTILITY_PKGS < <(choose_packages pkg_utils)
fi