From b69c47a1284455f4000a4e65befe5754eaadbfb2 Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Wed, 14 Jan 2026 02:38:33 +0000 Subject: [PATCH] update packages --- install.sh | 6 +++--- replace.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index aeb7ea1..dd05bd8 100755 --- a/install.sh +++ b/install.sh @@ -164,10 +164,10 @@ if [ "$family" = "arch" ]; then if [[ -z "$aur_helper" ]]; then echo "Continue installing using pacman, replacing swaylock-fancy with swaylock" - sudo pacman -S --needed cava imagemagick cliphist fastfetch fuzzel kitty mako niri swaylock swaync waybar wlogout wofi swaybg swww sddm cliphist + sudo pacman -S --needed ttf-hack cava imagemagick cliphist fastfetch fuzzel kitty mako niri swaylock swaync waybar wlogout wofi swaybg swww sddm cliphist else echo "Installing packages..." - "$aur_helper" -S --needed cava imagemagick cliphist fastfetch fuzzel kitty mako niri swaylock-fancy-git swaync waybar wlogout wofi swaybg swww sddm cliphist + "$aur_helper" -S --needed ttf-hack cava imagemagick cliphist fastfetch fuzzel kitty mako niri swaylock-fancy-git swaync waybar wlogout wofi swaybg swww sddm cliphist fi echo "Setting up SDDM..." @@ -249,6 +249,6 @@ if [ "$family" = "arch" ]; then done else echo "Your Distro is not supported yet, Please install these needed packages manually:" - echo "cava cliphist fastfetch fuzzel imagemagick kitty mako niri swaylock swaync swww swagbg waybar wlogout wofi sddm" + echo "ttf-hack cava cliphist fastfetch fuzzel imagemagick kitty mako niri swaylock swaync swww swagbg waybar wlogout wofi sddm" echo "You can use the replace.sh to replace all the configs after install. :)" fi diff --git a/replace.sh b/replace.sh index 55a4be4..58ee04b 100644 --- a/replace.sh +++ b/replace.sh @@ -5,7 +5,7 @@ set -euo pipefail echo "This is a really simple script that helps you move all config files into place." echo "So you don't need to replace them one by one." echo "Make sure you have the following packages installed (if you want to use them):" -echo "cava cliphist imagemagick fastfetch fuzzel kitty mako niri swaylock swaync swww swaybg waybar wlogout wofi sddm" +echo "ttf-hack cava cliphist imagemagick fastfetch fuzzel kitty mako niri swaylock swaync swww swaybg waybar wlogout wofi sddm" echo "Do you wish to continue?[y/N]"