Update .config/btop/btop.conf

Update .local/bin/system_setup.sh
This commit is contained in:
2025-09-29 13:52:33 +02:00
parent f2bf804d5d
commit 61fc7eb7ca
2 changed files with 5 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ update_ms = 2000
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct", #* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly. #* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
proc_sorting = "cpu direct" proc_sorting = "threads"
#* Reverse sorting order, True or False. #* Reverse sorting order, True or False.
proc_reversed = False proc_reversed = False

View File

@@ -116,7 +116,7 @@ THEME_PKGS="
catppuccin-gtk-theme-latte catppuccin-gtk-theme-latte
" "
PKGS=( $HYPR_PKGS $SOUND_PKGS $UTIL_PKGS $GUI_PKGS $PRINT_PKGS $THEME_PKGS ) PKGS=( $HYPR_PKGS $SOUND_PKGS $UTIL_PKGS $GUI_PKGS $PRINT_PKGS )
echo "Downloading packages..." echo "Downloading packages..."
sudo pacman -Syu --needed "${PKGS[@]}" sudo pacman -Syu --needed "${PKGS[@]}"
@@ -149,4 +149,7 @@ echo "Services setup..."
systemctl --user enable hypridle hyprpolkitagent pipewire-pulse systemctl --user enable hypridle hyprpolkitagent pipewire-pulse
sudo systemctl enable bluetooth cups sudo systemctl enable bluetooth cups
echo "Downloading theme with yay..."
yay -S $THEME_PKGS --needed
echo -e "${BOLD}${GREEN}All done!${RESET}" echo -e "${BOLD}${GREEN}All done!${RESET}"