From a23d8a5c383508c1df9519d9fccd5735c9dbaae9 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Thu, 6 Jun 2024 00:35:28 -0400 Subject: [PATCH] update: remove the fucking unused packages --- .install/packages/general-packages.sh | 52 +++++++++----------------- .install/packages/hyprland-packages.sh | 6 +-- 2 files changed, 20 insertions(+), 38 deletions(-) diff --git a/.install/packages/general-packages.sh b/.install/packages/general-packages.sh index 824010e..9cae4c0 100644 --- a/.install/packages/general-packages.sh +++ b/.install/packages/general-packages.sh @@ -7,66 +7,48 @@ packagesPacman=( "fastfetch" "ranger" "btop" - "bluez" - "bluez-utils" "neovim" "wget" "unzip" - "alacritty" - "chromium" - "dunst" + "alacritty" + "dunst" "starship" - "mpv" + "mpv" "thunar" - "nautilus" - "mousepad" - "noto-fonts" - "otf-font-awesome" - "ttf-fira-sans" + "nautilus" + "noto-fonts" + "otf-font-awesome" + "ttf-fira-sans" "ttf-fira-code" "ttf-firacode-nerd" - "ttf-firacode-nerd" - "figlet" - "vlc" - "eza" - "python-pip" - "python-psutil" - "python-rich" - "python-click" + "ttf-firacode-nerd" + "figlet" + "vlc" + "eza" + "python-pip" + "python-psutil" + "python-rich" "python-pywal" - "python-gobject" - "pavucontrol" - "tumbler" + "pavucontrol" + "tumbler" "papirus-icon-theme" - "breeze-icons" - "polkit-gnome" - "brightnessctl" "gum" "man-pages" - "nm-connection-editor" "gvfs" "xdg-user-dirs" "xdg-desktop-portal-gtk" - "networkmanager" - "network-manager-applet" "xarchiver" "thunar-archive-plugin" "zip" "fuse2" - "gtk4" - "libadwaita" "xdg-desktop-portal" "qalculate-gtk" "imagemagick" - "guvcview" "jq" "rofi-wayland" "fastfetch" - "blueman" ); packagesYay=( - "bibata-cursor-theme" - "trizen" - "pacseek" + "google-chrome" ); diff --git a/.install/packages/hyprland-packages.sh b/.install/packages/hyprland-packages.sh index 987b371..4933ed2 100644 --- a/.install/packages/hyprland-packages.sh +++ b/.install/packages/hyprland-packages.sh @@ -3,9 +3,9 @@ packagesPacman=( "hyprpaper" "hyprlock" "hypridle" - "xdg-desktop-portal-hyprland" - "waybar" - "grim" + "xdg-desktop-portal-hyprland" + "waybar" + "grim" "slurp" "swappy" "cliphist"