Updated README.md

This commit is contained in:
duma97
2025-11-14 23:17:05 +04:00
parent 87aac1b3d7
commit 7627005e01
+30 -2
View File
@@ -30,8 +30,36 @@ Personal Hyprland configuration focused on productivity and ergonomics.
### Requirements ### Requirements
```bash ```bash
# Arch Linux # Core Hyprland components
sudo pacman -S hyprland kitty waybar hyprpaper wofi hyprlock hyprshot sudo pacman -S hyprland hyprlock hyprshot
# Terminal & Shell
sudo pacman -S kitty
# Status bar & Wallpaper
sudo pacman -S waybar swww waypaper
# Application launcher
sudo pacman -S wofi
# File manager (GNOME)
sudo pacman -S nautilus
# Audio control (PipeWire)
sudo pacman -S wireplumber pipewire-pulse
# Brightness control
sudo pacman -S brightnessctl
# Media player control
sudo pacman -S playerctl
# Optional applications (adjust in config)
sudo pacman -S telegram-desktop spotify code # Telegram, Spotify, VSCode
yay -S google-chrome # Browser (AUR)
# Cursor theme
sudo pacman -S adwaita-cursors
``` ```
### Installation ### Installation