doc: required packages moved to accordion

This commit is contained in:
hesam-init 2024-02-12 12:26:21 +03:30
parent 954fdce6e0
commit 4f18ba206f

View file

@ -13,9 +13,6 @@ This repository contains instructions and configurations for setting up Hyprland
- [Table of Contents](#table-of-contents) - [Table of Contents](#table-of-contents)
- [Requirements](#requirements) - [Requirements](#requirements)
- [Package Dependencies](#package-dependencies) - [Package Dependencies](#package-dependencies)
- [Core Hyprland Components](#core-hyprland-components)
- [System Components](#system-components)
- [User Interface Components](#user-interface-components)
- [Installation](#installation) - [Installation](#installation)
## Requirements ## Requirements
@ -28,41 +25,46 @@ Ensure that your system meets the following requirements before proceeding:
The following packages are required for the proper functioning of Hyprland on Void Linux: The following packages are required for the proper functioning of Hyprland on Void Linux:
### Core Hyprland Components <details>
- hyprland <summary><strong>Core Hyprland Components</strong></summary>
- hyprland-protocols
- xdg-desktop-portal-hyprland
- xdg-desktop-portal
### System Components - hyprland
- dbus - hyprland-protocols
- seatd - xdg-desktop-portal-hyprland
- polkit - xdg-desktop-portal
- polkit-kde-agent </details>
- elogind
- mesa-dri
- lightdm
- sddm
- pipewire
- pipewire-pulse
- pipewire-devel
- stow
### User Interface Components <details>
- waybar <summary><strong>System Components</strong></summary>
- grim
- slurp
- dunst
- swayidle
- swappy
- cliphist
- rofi
- wlogout
- font-awesome
Make sure to install these packages using your package manager before setting up Hyprland. - dbus
- seatd
- polkit
- polkit-kde-agent
- elogind
- mesa-dri
- lightdm
- sddm
- pipewire
- pipewire-pulse
- pipewire-devel
- stow
</details>
[Note: Adjust the package names based on your Void Linux distribution and adapt the installation process accordingly.] <details>
<summary><strong>User Interface Components</strong></summary>
- waybar
- grim
- slurp
- dunst
- swayidle
- swappy
- cliphist
- rofi
- wlogout
- font-awesome
</details>
## Installation ## Installation