diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 51c6657..85b2d70 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -1,5 +1,9 @@ ## Changelogs +## 29 Aug 2024 +- switched over to non-git wallust package +- improved indentions on some install scripts + ## 28 Aug 2024 - Added final check if hyprland is installed and will give an error to user diff --git a/install-scripts/00-hypr-pkgs.sh b/install-scripts/00-hypr-pkgs.sh index a9ddaed..a1e3f43 100755 --- a/install-scripts/00-hypr-pkgs.sh +++ b/install-scripts/00-hypr-pkgs.sh @@ -40,7 +40,7 @@ hypr_package=( swappy swaync swww - wallust-git + wallust waybar wget wl-clipboard diff --git a/install-scripts/fonts.sh b/install-scripts/fonts.sh index 57ec06a..9de24f6 100755 --- a/install-scripts/fonts.sh +++ b/install-scripts/fonts.sh @@ -7,13 +7,13 @@ # and also, ensure that packages are present in AUR and official Arch Repo fonts=( -adobe-source-code-pro-fonts -noto-fonts-emoji -otf-font-awesome -ttf-droid -ttf-fira-code -ttf-jetbrains-mono -ttf-jetbrains-mono-nerd + adobe-source-code-pro-fonts + noto-fonts-emoji + otf-font-awesome + ttf-droid + ttf-fira-code + ttf-jetbrains-mono + ttf-jetbrains-mono-nerd ) diff --git a/install-scripts/thunar.sh b/install-scripts/thunar.sh index a26a678..3e35e24 100755 --- a/install-scripts/thunar.sh +++ b/install-scripts/thunar.sh @@ -3,12 +3,12 @@ # Thunar # thunar=( -thunar -thunar-volman -tumbler -ffmpegthumbnailer -file-roller -thunar-archive-plugin + thunar + thunar-volman + tumbler + ffmpegthumbnailer + file-roller + thunar-archive-plugin ) ## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ## diff --git a/install-scripts/xdph.sh b/install-scripts/xdph.sh index 2c70ab1..73366a6 100755 --- a/install-scripts/xdph.sh +++ b/install-scripts/xdph.sh @@ -6,8 +6,8 @@ if [[ $USE_PRESET = [Yy] ]]; then fi xdg=( -xdg-desktop-portal-hyprland -xdg-desktop-portal-gtk + xdg-desktop-portal-hyprland + xdg-desktop-portal-gtk ) ## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##