From 1c5fae80967ee5e9e73ff3f2791f4e5a4d544c0f Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 23 Jan 2024 12:03:39 +0700 Subject: [PATCH] re-add swww dep --- dependencies.txt | 2 +- uninstall.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dependencies.txt b/dependencies.txt index 4d9b738b..5195bf5a 100644 --- a/dependencies.txt +++ b/dependencies.txt @@ -1,6 +1,6 @@ coreutils cliphist curl rsync wget ripgrep gojq npm meson typescript gjs sassc python-build python-material-color-utilities python-pillow python-poetry python-pywal hyprland-git xorg-xrandr -cava pavucontrol wireplumber libdbusmenu-gtk3 plasma-browser-integration playerctl +cava pavucontrol wireplumber libdbusmenu-gtk3 plasma-browser-integration playerctl swww webp-pixbuf-loader gtk-layer-shell gtk3 gtksourceview3 gobject-introspection upower fuzzel yad ydotool polkit-gnome gnome-keyring gnome-control-center blueberry networkmanager brightnessctl wlsunset gnome-bluetooth-3.0 wayland-idle-inhibitor-git swayidle swaylock-effects-git wlogout wl-clipboard hyprpicker-git grim tesseract slurp diff --git a/uninstall.sh b/uninstall.sh index a0b0711e..5d9690c3 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -42,8 +42,9 @@ v sudo deluser "$user" video v sudo deluser "$user" input ############################################################################################################################## +read -p "Do you want to uninstall packages used by the dotfiles?\nCtrl+C to exit, or press Enter to proceed" # Removing installed yay packages and dependencies -v yay -Rns adw-gtk3-git brightnessctl cava foot fuzzel gjs gojq gradience-git grim gtk-layer-shell hyprland-git lexend-fonts-git libdbusmenu-gtk3 plasma-browser-integration playerctl python-build python-material-color-utilities python-poetry python-pywal ripgrep sassc slurp starship swayidle swaylock tesseract ttf-jetbrains-mono-nerd ttf-material-symbols-variable-git ttf-space-mono-nerd typescript webp-pixbuf-loader wl-clipboard wlogout yad ydotool +v yay -Rns adw-gtk3-git brightnessctl cava foot fuzzel gjs gojq gradience-git grim gtk-layer-shell hyprland-git lexend-fonts-git libdbusmenu-gtk3 plasma-browser-integration playerctl python-build python-material-color-utilities python-poetry python-pywal ripgrep sassc swww slurp starship swayidle swaylock tesseract ttf-jetbrains-mono-nerd ttf-material-symbols-variable-git ttf-space-mono-nerd typescript webp-pixbuf-loader wl-clipboard wlogout yad ydotool printf '\e[36mUninstall Complete.\n\e[97m'