forgot to add hyprland :)

This commit is contained in:
JaKooLit
2025-03-11 13:57:21 +09:00
parent e632e64fce
commit 3c65d6b5b6

View File

@@ -80,55 +80,58 @@ remove_directories() {
# Define the list of packages to choose from (with options_command tags) # Define the list of packages to choose from (with options_command tags)
packages=( packages=(
"btop" "resource monitor" "off"
"brightnessctl" "brightnessctl" "off"
"cava" "Cross-platform Audio Visualizer" "off"
"cliphist" "clipboard manager" "off" "cliphist" "clipboard manager" "off"
"fastfetch" "fastfetch" "off"
"ffmpegthumbnailer" "FFmpeg Thumbnailer" "off"
"gnome-system-monitor" "gnome-system-monitor" "off"
"grim" "screenshot tool" "off" "grim" "screenshot tool" "off"
"hypridle" "hyprland idling agent" "off"
"hyprland" "hyprland main package" "off"
"hyprlock" "lockscreen" "off"
"hyprpolkitagent" "hyprland polkit agent" "off" "hyprpolkitagent" "hyprland polkit agent" "off"
"imagemagick" "imagemagick" "off" "imagemagick" "imagemagick" "off"
"inxi" "CLI system information" "off" "inxi" "CLI system information" "off"
"jq" "json data" "off" "jq" "json data" "off"
"kitty" "kitty-terminal" "off" "kitty" "kitty-terminal" "off"
"kvantum" "QT apps theming" "off" "kvantum" "QT apps theming" "off"
"loupe" "image viewer" "off"
"mousepad" "simple text editor" "off"
"mpv" "multi-media player" "off"
"mpv-mpris" "mpv-plugin" "off"
"network-manager-applet" "network-manager-applet" "off" "network-manager-applet" "network-manager-applet" "off"
"nvtop" "gpu resource monitor" "off"
"nwg-displays" "display monitor configuration app" "off"
"nwg-look" "gtk settings app" "off"
"pamixer" "pamixer" "off" "pamixer" "pamixer" "off"
"pavucontrol" "pavucontrol" "off" "pavucontrol" "pavucontrol" "off"
"pipewire-alsa" "pipewire-alsa" "off" "pipewire-alsa" "pipewire-alsa" "off"
"playerctl" "playerctl" "off" "playerctl" "playerctl" "off"
"qalculate-gtk" "calculater - QT" "off"
"qt5ct" "qt5ct" "off" "qt5ct" "qt5ct" "off"
"qt6ct" "qt6ct" "off"
"qt6-svg" "qt6-svg" "off" "qt6-svg" "qt6-svg" "off"
"qt6ct" "qt6ct" "off"
"rofi-wayland" "rofi-wayland" "off" "rofi-wayland" "rofi-wayland" "off"
"slurp" "screenshot tool" "off" "slurp" "screenshot tool" "off"
"swappy" "screenshot tool" "off" "swappy" "screenshot tool" "off"
"swaync" "notification agent" "off" "swaync" "notification agent" "off"
"swww" "wallpaper engine" "off" "swww" "wallpaper engine" "off"
"thunar" "File Manager" "off"
"thunar-archive-plugin" "Archive Plugin" "off"
"thunar-volman" "Volume Management" "off"
"tumbler" "Thumbnail Service" "off"
"unzip" "unzip" "off" "unzip" "unzip" "off"
"wallust" "color pallete generator" "off" "wallust" "color pallete generator" "off"
"waybar" "wayland bar" "off" "waybar" "wayland bar" "off"
"wl-clipboard" "clipboard manager" "off" "wl-clipboard" "clipboard manager" "off"
"wlogout" "logout menu" "off" "wlogout" "logout menu" "off"
"yad" "dialog box" "off"
"brightnessctl" "brightnessctl" "off"
"btop" "resource monitor" "off"
"cava" "Cross-platform Audio Visualizer" "off"
"loupe" "image viewer" "off"
"fastfetch" "fastfetch" "off"
"gnome-system-monitor" "gnome-system-monitor" "off"
"mousepad" "simple text editor" "off"
"mpv" "multi-media player" "off"
"mpv-mpris" "mpv-plugin" "off"
"nvtop" "gpu resource monitor" "off"
"nwg-look" "gtk settings app" "off"
"nwg-displays" "display monitor configuration app" "off"
"qalculate-gtk" "calculater - QT" "off"
"thunar" "File Manager" "off"
"thunar-volman" "Volume Management" "off"
"tumbler" "Thumbnail Service" "off"
"ffmpegthumbnailer" "FFmpeg Thumbnailer" "off"
"thunar-archive-plugin" "Archive Plugin" "off"
"xarchiver" "Archive Manager" "off"
"yt-dlp" "video downloader" "off"
"xdg-desktop-portal-hyprland" "hyprland file picker" "off"
"xdg-desktop-portal-gtk" "gtk file picker" "off" "xdg-desktop-portal-gtk" "gtk file picker" "off"
"xdg-desktop-portal-hyprland" "hyprland file picker" "off"
"yad" "dialog box" "off"
"yt-dlp" "video downloader" "off"
"xarchiver" "Archive Manager" "off"
) )
# Define the list of directories to choose from (with options_command tags) # Define the list of directories to choose from (with options_command tags)