From 4f18ba206f58b78aab8ae45ed3b77f3896ab8f29 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Mon, 12 Feb 2024 12:26:21 +0330 Subject: [PATCH] doc: required packages moved to accordion --- README.md | 70 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 36 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index b26125a..88f49c1 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,6 @@ This repository contains instructions and configurations for setting up Hyprland - [Table of Contents](#table-of-contents) - [Requirements](#requirements) - [Package Dependencies](#package-dependencies) - - [Core Hyprland Components](#core-hyprland-components) - - [System Components](#system-components) - - [User Interface Components](#user-interface-components) - [Installation](#installation) ## 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: -### Core Hyprland Components -- hyprland -- hyprland-protocols -- xdg-desktop-portal-hyprland -- xdg-desktop-portal +
+ Core Hyprland Components -### System Components -- dbus -- seatd -- polkit -- polkit-kde-agent -- elogind -- mesa-dri -- lightdm -- sddm -- pipewire -- pipewire-pulse -- pipewire-devel -- stow + - hyprland + - hyprland-protocols + - xdg-desktop-portal-hyprland + - xdg-desktop-portal +
-### User Interface Components -- waybar -- grim -- slurp -- dunst -- swayidle -- swappy -- cliphist -- rofi -- wlogout -- font-awesome +
+ System Components -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 +
-[Note: Adjust the package names based on your Void Linux distribution and adapt the installation process accordingly.] +
+ User Interface Components + + - waybar + - grim + - slurp + - dunst + - swayidle + - swappy + - cliphist + - rofi + - wlogout + - font-awesome +
## Installation