Refactor into modular configs, fix btop triple bind, add opacity notes

This commit is contained in:
2026-06-07 23:11:05 +03:30
parent 4126c53488
commit 4752bed721
12 changed files with 510 additions and 627 deletions

View File

@@ -11,7 +11,7 @@ print_info "\nStarting hypr setup..."
print_info "\nEverything is recommended to INSTALL"
run_command "pacman -S --noconfirm hyprland" "Install Hyprland (Must)" "yes"
run_command "mkdir -p /home/$SUDO_USER/.config/hypr/ && cp -r $BASE_DIR/configs/hypr/hyprland.conf $BASE_DIR/configs/hypr/mocha.conf /home/$SUDO_USER/.config/hypr/" "Copy hyprland config + mocha colors (Must)" "yes" "no"
run_command "mkdir -p /home/$SUDO_USER/.config/hypr/ && cp -r $BASE_DIR/configs/hypr/*.conf /home/$SUDO_USER/.config/hypr/" "Copy all modular hypr configs (Must)" "yes" "no"
run_command "pacman -S --noconfirm xdg-desktop-portal-hyprland" "Install XDG desktop portal for Hyprland" "yes"