Personal configuration files for my Arch Linux + Hyprland setup.
This repository contains my complete system configuration, featuring a modern Wayland-based desktop environment with a custom status bar built using AGS (Aylur's GTK Shell).
- Hyprland - Dynamic tiling Wayland compositor
- Animated wallpapers support
- Volume control scripts
- Custom keybindings and window rules
- AGS - Aylur's GTK Shell
- Custom bar with workspaces, system tray, and quick settings
- Powermenu with verification dialog
- Volume menu and app launcher
- Calendar and notification popups
- Wallpaper selector menu
- Foot - Fast, lightweight Wayland terminal
- Fish - Friendly interactive shell
- Custom "Frozen" theme
- Profile-specific configurations
- Tmux - Terminal multiplexer with custom configuration
- Rofi - Application launcher and powermenu
- MPD - Music Player Daemon with custom configuration
- MPV - Media player configuration
dot- Safe git wrapper for dotfiles managementtmx- Tmux session managermk- Project scaffolding toolcommit- Git commit helpergit_diff- Enhanced git diff viewerpower-profiles- System power profile switchereditorconfig- Editor configuration generator
- Arch Linux (or Arch-based distribution)
gitandbase-develinstalled
- Clone the repository:
git clone https://github.com/yourusername/dotfiles.git ~/.dotfiles
cd ~/.dotfiles- Run the installation script:
./.dot.shThis script will:
- Install
yay(AUR helper) if not present - Install all packages from
pkglist.txt - Configure system settings for gaming (memory limits, etc.)
- Enable essential systemd services
If you prefer to install packages manually:
# Install yay first
git clone https://aur.archlinux.org/yay.git
cd yay && makepkg -si
# Install all packages
yay -S --needed - < pkglist.txtThe repository uses a special git alias for managing dotfiles:
# Add this to your .gitconfig
git config --global alias.dot '!git --git-dir=$HOME/.dotfiles/.git --work-tree=$HOME'Use the dot script for safer operations:
dot status
dot add <file>
dot commit -m "message"
dot pushsystemctl --user enable --now pipewire pipewire-pulse wireplumber mpd atd- Gaming Optimized: Includes memory optimizations and limits configuration
- Modern Wayland Stack: Full Wayland-native setup with no X11 dependencies
- Custom Widgets: Fully customized AGS widgets for system control
- Development Ready: Includes Neovim, development tools, and productivity scripts
- GTK Theme: WhiteSur GTK Theme
- Icon Theme: WhiteSur Icon Theme
- Terminal Theme: VS Code Dark+
- Fonts:
- Noto Fonts (main)
- JetBrains Mono Nerd Font (terminal)
- Montserrat (display)
.
├── .config/
│ ├── ags/ # Aylur's GTK Shell config
│ ├── fish/ # Fish shell config
│ ├── foot/ # Terminal config
│ ├── hypr/ # Hyprland config
│ ├── mpd/ # Music player daemon
│ ├── mpv/ # Media player
│ └── rofi/ # Application launcher
├── .local/bin/ # Custom scripts
├── .dot.sh # Installation script
├── pkglist.txt # Package list
├── .tmux.conf # Tmux configuration
├── .gitconfig # Git configuration
└── .bash_profile # Bash profile
- AGS: Aylur
- Hyprland: vaxerski
- WhiteSur Theme: vinceliuice
This configuration is shared as-is for reference and inspiration. Feel free to use and modify as needed.