https://github.com/reentryti/wayland-dotfiles
Niri & Hyprland Dotfiles
https://github.com/reentryti/wayland-dotfiles
archlinux fastfetch hyprland-dotfiles hyprlock kitty niri-dotfiles nvim nwgbar waybar wofi
Last synced: about 2 months ago
JSON representation
Niri & Hyprland Dotfiles
- Host: GitHub
- URL: https://github.com/reentryti/wayland-dotfiles
- Owner: Reentryti
- Created: 2025-10-24T05:50:36.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2026-04-07T21:42:21.000Z (3 months ago)
- Last Synced: 2026-04-28T16:42:33.519Z (about 2 months ago)
- Topics: archlinux, fastfetch, hyprland-dotfiles, hyprlock, kitty, niri-dotfiles, nvim, nwgbar, waybar, wofi
- Language: Shell
- Homepage:
- Size: 25.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Dotfiles — Arch Linux on Wayland Environments
My personal Arch Linux setup — lightweight, elegant, and fully modular
---
## About
This repository contains all my personal dotfiles for building a minimal, functional and beautiful DE under **niri** and **hyprland** on Arch Linux
It includes multiple others configuration for:
- **Zsh**
- **Waybar**
- **Wofi**
- **Kitty**
- **Fastfetch**
- **Nwg-bar**
- **Hyprlock**
- **Neovim (Kickstart-based setup)**
> ⚠️ **Caution:**
> The install scripts provided are made for personal use.
> You can browse and adapt them at your own risk.
---
## Installation
### 1. System dependencies
```bash
sudo pacman -S git wget curl unzip
```
### 2. Wayland environment
```bash
sudo pacman -S niri hyprland waybar wofi kitty nwg-bar cava fastfetch hyprlock neovim
```
### 3. Shell & Fonts
```bash
sudo pacman -S ttf-jetbrains-mono-nerd powerlevel10k
```
### 4. Useful tools
```bash
sudo pacman -S jq checkupdates playerctl
```
### Or run the install script
```bash
sudo chmod +x install.sh
./install.sh
```