mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-27 00:03:44 +02:00
feat: wayland rofi package
This commit is contained in:
parent
2f57ade367
commit
19b5bb9196
2 changed files with 4 additions and 3 deletions
|
@ -48,7 +48,7 @@ The following packages are required for the proper functioning of Hyprland on Vo
|
||||||
<details>
|
<details>
|
||||||
<summary><strong>User Interface Components</strong></summary>
|
<summary><strong>User Interface Components</strong></summary>
|
||||||
|
|
||||||
- Ui Components : ``` Waybar rofi avizo font-awesome-6 swaylock dunst ```
|
- Ui Components : ``` Waybar avizo font-awesome-6 swaylock dunst ``` [rofi](https://github.com/lbonn/rofi/blob/wayland/INSTALL.md)
|
||||||
- Wallpaper Daemons : ``` swaybg mpvpaper ``` [swww](https:i//github.com/LGFae/swww)
|
- Wallpaper Daemons : ``` swaybg mpvpaper ``` [swww](https:i//github.com/LGFae/swww)
|
||||||
- Utilities : ``` grim jq slurp playerctl cliphist wl-clipboard swayidle swappy pavucontrol ```
|
- Utilities : ``` grim jq slurp playerctl cliphist wl-clipboard swayidle swappy pavucontrol ```
|
||||||
</details>
|
</details>
|
||||||
|
|
|
@ -5,9 +5,10 @@ CLEAR_CACHE=false
|
||||||
DISABLE_GRUB_MENU=false
|
DISABLE_GRUB_MENU=false
|
||||||
|
|
||||||
declare -A PACKAGES=(
|
declare -A PACKAGES=(
|
||||||
["BASE_PACKAGES"]="cronie git stow eza dbus seatd elogind polkit NetworkManager gnome-keyring polkit-gnome mesa-dri pipewire wireplumber inotify-tools void-repo-multilib void-repo-nonfree wpa_supplicant wifish wpa-cute wpa_gui xorg gnome-keyring polkit-gnome mtpfs inotify-tools ffmpeg libnotify git base-devel"
|
["BASE_PACKAGES"]="cronie git stow eza dbus seatd elogind polkit NetworkManager gnome-keyring polkit-gnome mesa-dri pipewire wireplumber inotify-tools void-repo-multilib void-repo-nonfree wpa_supplicant wifish wpa-cute wpa_gui xorg gnome-keyring polkit-gnome mtpfs inotify-tools ffmpeg libnotify"
|
||||||
|
["DEVEL_PACKAGES"]="base-devel startup-notification-devel cairo-devel xcb-util-devel xcb-util-cursor-devel xcb-util-xrm-devel xcb-util-wm-devel"
|
||||||
["AMD_DRIVERS"]="opencv Vulkan-Headers Vulkan-Tools Vulkan-ValidationLayers-32bit mesa-vulkan-radeon mesa-vulkan-radeon-32bit vulkan-loader vulkan-loader-32bit libspa-vulkan libspa-vulkan-32bit amdvlk mesa-dri"
|
["AMD_DRIVERS"]="opencv Vulkan-Headers Vulkan-Tools Vulkan-ValidationLayers-32bit mesa-vulkan-radeon mesa-vulkan-radeon-32bit vulkan-loader vulkan-loader-32bit libspa-vulkan libspa-vulkan-32bit amdvlk mesa-dri"
|
||||||
["HYPRLAND_PACKAGES"]="Waybar rofi avizo dunst swaybg mpvpaper grim jq slurp cliphist wl-clipboard swayidle pavucontrol nemo eog pavucontrol evince xorg-server-xwayland xdg-desktop-portal-gtk xdg-desktop-portal-wlr xdg-utils"
|
["HYPRLAND_PACKAGES"]="Waybar avizo dunst swaybg mpvpaper grim jq slurp cliphist wl-clipboard swayidle pavucontrol nemo eog pavucontrol evince xorg-server-xwayland xdg-desktop-portal-gtk xdg-desktop-portal-wlr xdg-utils"
|
||||||
["SYSTEM_APPS"]="alacritty zellij bat dust aria2 fzf neofetch bat octoxbps"
|
["SYSTEM_APPS"]="alacritty zellij bat dust aria2 fzf neofetch bat octoxbps"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue