Welcome to my personal Arch Linux configuration! This is a minimalist and functional Wayland-based environment.
- OS: Arch Linux
- WM: Hyprland (Wayland)
- Terminal: Kitty
- Shell: Zsh (with Oh My Zsh)
- Bar: Waybar
- Launcher: Wofi
- Notification: Mako
- Fonts: JetBrainsMono Nerd Font
Make sure to install these components to get the exact same look and feel:
| Category | Packages |
|---|---|
| Core | hyprland, waybar, kitty, swww, mako |
| Utils | wofi, grim, slurp, wl-clipboard, network-manager-applet |
| Fonts | ttf-jetbrains-mono-nerd, noto-fonts |
Use this if you want to copy the configuration files manually.
-
Clone the repository:
git clone [https://github.com/EsDeaths/Arch-Linux.git](https://github.com/EsDeaths/Arch-Linux.git) cd Arch-Linux -
Copy all config folders to your directory:
cp -r ./hypr ./waybar ./wofi ./mako ./kitty ./fastfetch ~/.config/
Caution
Be careful! This will overwrite any existing files in your ~/.config folder if they have the same names.
- Wallpapers: To set an animated wallpaper, you need to have
swww (awww)installed.- Note:
swwwdoes not support.mp4directly. You must convert your video to.giffirst. - You can use
ffmpegfor this:ffmpeg -i input.mp4 output.gif - Then run:
swww initandswww img path/to/wallpaper.gif
- Note:
- Visuals: For the best experience, install a Nerd Font (e.g.,
ttf-jetbrains-mono-nerd) to display icons correctly in Waybar. - Customization: All main configurations are located in
~/.config/hypr/hyprland.conf. Feel free to change the gaps and borders there.