added waybar on pre-cleanup.sh

This commit is contained in:
JaKooLit 2024-08-22 21:31:19 +09:00
parent e3f5cade66
commit 69bfa9328f
2 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,7 @@ PACKAGES=(
hyprland hyprland
Hyprland Hyprland
pypr pypr
waybar
) )
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ## ## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##

View File

@ -154,6 +154,9 @@ chmod +x install-scripts/*
sudo apt update sudo apt update
# execute pre clean up
execute_script "01-pre-cleanup.sh"
# Install hyprland packages # Install hyprland packages
execute_script "00-dependencies.sh" execute_script "00-dependencies.sh"
execute_script "00-hypr-pkgs.sh" execute_script "00-hypr-pkgs.sh"