THIS ARCH HYPRLAND SETUP WILL BLOW YOUR MIND 🤯 (Ft. CAELESTIA DOTS)

3 min read 1 month ago
Published on Jul 30, 2025 This response is partially generated with the help of AI. It may contain inaccuracies.

Table of Contents

Introduction

This tutorial will guide you through setting up a stunning Arch Linux environment using Hyprland and the Caelestia DotFiles. The process is streamlined, allowing you to transform your desktop experience quickly and efficiently. Whether you're a seasoned Linux user or a newcomer, this guide will help you achieve a beautiful, functional setup.

Step 1: Install Arch Linux

  • Begin with a fresh installation of Arch Linux.
  • Choose the minimal desktop environment during installation for optimal performance.
  • Follow Arch Linux installation guides if you need assistance.

Step 2: Connect to WIFI

  • Use the terminal to connect to your wireless network.
  • Common commands:
    • Use iwctl to manage wireless connections.
    • Example:
      iwctl
      
    • Then follow the interactive prompts to connect to your network.

Step 3: Update Arch

  • Ensure your system is up to date by running:
    sudo pacman -Syu
    

Step 4: Increase Console Font Size

  • Adjust the console font size for better readability:
    • Edit the configuration file:
      sudo nano /etc/vconsole.conf
      
    • Add or modify the line:
      FONT=lat2-Terminus32x16
      

Step 5: Install Dependencies

  • Install necessary packages for the setup:
    sudo pacman -S git base-devel
    

Step 6: Install CAELESTIA Shell

  • Clone the Caelestia DotFiles repository:
    git clone https://github.com/caelestia-dots/shell.git
    
  • Navigate to the directory:
    cd shell
    
  • Run the installation script:
    ./install.sh
    

Step 7: Explore Hyprland

  • After installation, launch Hyprland to explore its features.
  • Familiarize yourself with the user interface and settings.

Step 8: Increase FOOT Terminal Font Size

  • Open the FOOT terminal configuration file:
    nano ~/.config/foot/foot.ini
    
  • Modify the font size line:
    font = "Fira Code 12"
    

Step 9: Fix Wallpaper Issues

  • If wallpapers are not showing correctly:
    • Ensure you have the correct paths set in your configuration files.
    • You can download wallpapers from this wallpaper bank.

Step 10: Set Up Caelestia Control Centre

  • Access the Caelestia Control Centre to customize settings:
    • Adjust themes, colors, and other preferences as desired.

Step 11: Configure Caelestia Launcher and Panels

  • Customize your launcher and panels for optimal workflow:
    • Change panel positions and appearance to suit your style.

Step 12: Manage Workspaces

  • Learn how to create and manage workspaces within Hyprland for better organization:
    • Use shortcuts to switch between workspaces quickly.

Step 13: Edit Hyprland Configuration Files

  • For advanced customization, edit the configuration files:
    • These are typically located in ~/.config/hypr/.
    • Adjust settings like keybindings, themes, and window management.

Conclusion

You have successfully set up Arch Linux with a stunning Hyprland environment using Caelestia DotFiles! This setup not only enhances the aesthetic appeal of your desktop but also maximizes functionality. Feel free to explore additional customizations and tweak your setup to make it truly your own. Happy computing!