From 69bfa9328f5f720c5cb102dd7e4d190b376fc088 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 22 Aug 2024 21:31:19 +0900 Subject: [PATCH] added waybar on pre-cleanup.sh --- install-scripts/01-pre-cleanup.sh | 1 + install.sh | 3 +++ 2 files changed, 4 insertions(+) diff --git a/install-scripts/01-pre-cleanup.sh b/install-scripts/01-pre-cleanup.sh index 5f7a7f0..3ede9bb 100644 --- a/install-scripts/01-pre-cleanup.sh +++ b/install-scripts/01-pre-cleanup.sh @@ -12,6 +12,7 @@ PACKAGES=( hyprland Hyprland pypr + waybar ) ## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ## diff --git a/install.sh b/install.sh index 90f6d47..ac37dbc 100755 --- a/install.sh +++ b/install.sh @@ -154,6 +154,9 @@ chmod +x install-scripts/* sudo apt update +# execute pre clean up +execute_script "01-pre-cleanup.sh" + # Install hyprland packages execute_script "00-dependencies.sh" execute_script "00-hypr-pkgs.sh"