root@anto426: ~/dotfiles (main⚡)$ neofetch --view features
- 🎨 Dynamic Colors: Sourced instantly from the wallpaper to GTK, Qt, Rofi, Ghostty, VSCode, and Waybar.
- 🧱 Stable Base: Built on top of the custom Anto426-theme fallback to avoid raw system theme breakages.
- 🖼️ Boot Theme Sync: Generates custom GRUB and SDDM setups matching the wallpaper colors automatically.
- ⚡ Wayland Native: Tuned strictly around modern, high-performance Wayland compositor tools.
- 🧩 Rofi Control Panels: Sliding interactive menus for calendar, audio controls, live brightness, and power.root@anto426: ~/dotfiles (main⚡)$ btop --preset applications
+- window.manager -+ +- user.experience -+
| Hyprland (Compositor/WM) | | Waybar (Status Bar) |
| Ghostty (Terminal Emulator) | | SwayNC (Notification Center) |
| Oh My Posh + Zsh (Prompt Shell) | | wlogout (Logout Menus) |
| Neovim / VS Code (IDE & Editing) | | Tmux (Multiplexer & Stow tools) |
+-------------------------------------+ +-------------------------------------+Managed seamlessly using GNU Stow:
.
├── .config/
│ ├── anto426/ # Core wallpaper engine & script configurations
│ ├── cava/ # Audio visualizer layout
│ ├── colors/ # Auto-generated runtime color palettes
│ ├── fontconfig/ # Desktop font renderings
│ ├── ghostty/ # Terminal styling and matching colors
│ ├── hypr/ # Hyprland core rules and keybind configs
│ ├── nvim/ # Custom Neovim IDE modules
│ ├── ohmyposh/ # Terminal prompt skins
│ ├── rofi/ # Custom panels, launchers and dynamic menu themes
│ ├── swaync/ # Notifications center layouts
│ ├── waybar/ # Status bar CSS styling
│ └── wlogout/ # Action menu buttons
├── .tmux.conf # Window multiplexer rules
└── .zshrc # Interactive shell configuration
root@anto426: ~/dotfiles (main⚡)$ installer --runInstall standard utilities first:
sudo pacman -S --needed base-devel git stowClone this repo to your root $HOME and stow the symlinks:
cd ~
git clone https://github.com/Arch-repo/dotfiles.git
cd dotfiles
stow --restow .Build packages and custom Rofi system-wide:
~/.config/anto426/install_archpkg.shNote
The installation script builds the customized Rofi build directly into /usr, satisfies standard package managers (IgnorePkg), and prevents normal pacman operations from overwriting your custom menus.
If you only need to rebuild the custom slider-enabled Rofi system-wide:
sudo pacman -S --needed base-devel git meson ninja pkgconf flex bison check pandoc doxygen \
glib2 cairo pango gdk-pixbuf2 startup-notification libxkbcommon libxcb \
xcb-util xcb-util-wm xcb-util-cursor xcb-util-keysyms xcb-imdkit \
wayland wayland-protocols
git clone --recursive https://github.com/Arch-repo/rofi ~/Git/arch/rofi
meson setup ~/Git/arch/rofi/build-anto426 ~/Git/arch/rofi --prefix /usr
meson compile -C ~/Git/arch/rofi/build-anto426
sudo meson install -C ~/Git/arch/rofi/build-anto426Confirm slider compatibility:
rofi -help | grep sliderInitialize palettes and wallpaper configuration:
~/.config/anto426/wallpaper_select.sh
Configured by anto426