Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 ▄▄▄      ▓█████▄▄▄█████▓ ██░ ██ ▓█████  ██▀███   ██▓  ██████ 
▒████▄    ▓█   ▀▓  ██▒ ▓▒▓██░ ██▒▓█   ▀ ▓██ ▒ ██▒▓██▒▒██    ▒ 
▒██  ▀█▄  ▒███  ▒ ▓██░ ▒░▒██▀▀██░▒███   ▓██ ░▄█ ▒▒██▒░ ▓██▄   
░██▄▄▄▄██ ▒▓█  ▄░ ▓██▓ ░ ░▓█ ░██ ▒▓█  ▄ ▒██▀▀█▄  ░██░  ▒   ██▒
 ▓█   ▓██▒░▒████▒ ▒██▒ ░ ░▓█▒░██▓░▒████▒░██▓ ▒██▒░██░▒██████▒▒
 ▒▒   ▓▒█░░░ ▒░ ░ ▒ ░░    ▒ ░░▒░▒░░ ▒░ ░░ ▒▓ ░▒▓░░▓  ▒ ▒▓▒ ▒ ░
  ▒   ▒▒ ░ ░ ░  ░   ░     ▒ ░▒░ ░ ░ ░  ░  ░▒ ░ ▒░ ▒ ░░ ░▒  ░ ░
  ░   ▒      ░    ░       ░  ░░ ░   ░     ░░   ░  ▒ ░░  ░  ░  
      ░  ░   ░  ░         ░  ░  ░   ░  ░   ░      ░        ░  

Typing SVG

License: GPL-3.0 Built with Quickshell Support on Ko-fi

Status: pre-alpha Stars

Warning

⚠️ Project Status: Pre-Alpha / Under Development

Ætheris-shell is currently in a very early stage of development.

  • Instability: expect bugs, unexpected crashes, and erratic behavior.
  • Incomplete features: many parts are unimplemented or half-finished.
  • Breaking changes: structure and configuration may change radically without notice.

Not recommended for daily use in production environments yet.

Ætheris-shell preview

📹 A demo video is planned for a future update.

✨ What is Ætheris-shell?

Ætheris-shell is a desktop shell built on top of Quickshell (QtQuick/QML), created to give tiling window managers a cohesive, animated, and modern interface — without giving up the control and minimalism that draws people to tiling in the first place.

Instead of stitching together separate tools for bars, wallpapers, and window-manager glue scripts (Polybar, Eww, Waybar, and friends), Ætheris-shell aims to be one coherent QML-driven layer that talks directly to your WM/compositor, reacts to it in real time, and looks like it was designed on purpose.

The name comes from Aether, a character from a game whose story left a real mark on me, even after I stepped away from it. There are a few visual nods to that here and there, but recreating a game's UI was never the goal — the goal is to let ideas flow naturally into something detailed and comfortable to actually live in day to day. Above all, this project is about sharing: ricing is what got me into Linux in the first place, and Ætheris-shell is my way of putting a piece of that environment out into the world for others to use, tweak, and build on.

🖥️ Supported Environments

Ætheris-shell is planned to support a range of window managers and desktop environments, across both X11 and Wayland. BSPWM is where most of the active development happens today, but the architecture isn't tied to it — Hyprland already runs, and more targets are on the roadmap as the shell matures.

Environment Display Server Support Level
BSPWM X11 🟢 Main target
Hyprland Wayland 🟡 Experimental
i3 X11 ⚪ Planned
Sway Wayland ⚪ Planned

Legend: 🟢 Main target, actively developed · 🟡 Experimental / usable but incomplete · ⚪ Planned, not started

🚀 Features

Under the hood, Ætheris-shell is built around several modules designed to provide a comfortable and visually polished desktop experience.

Each module is responsible for a specific part of the shell:

EUTHYMIA (systeminfo)

The Plane of Eternal Consciousness.

Monitors hardware integrity and energy flow. Like the alchemical opus, system variables remain in an immutable constant, free from the erosion of the system.

Capabilities

  • Live CPU, RAM and Disk usage
  • Temperature monitoring (°C / °F)
  • User profile card
  • Logout, Suspend, Reboot and Shutdown actions

AKASHA (centerpanel)

The terminal of absolute wisdom.

Centralizes the reception of data and external notifications. Transforms the flow of raw information into actionable knowledge for the user, operating as Sumeru's neural network.

Capabilities

  • Centralized notification archive
  • Dynamic clock and date display
  • Interactive calendar overview
  • Real-time weather information card
akasha
KHEMIA

KHEMIA (controlcenter)

The art of primordial transmutation.

Interface designed to alter environment variables. It doesn't just adjust parameters; it reshapes the desktop environment, breaking through the limitations imposed by the system.

Capabilities

  • Networking quick settings
  • Bluetooth controls (WIP)
  • Volume and microphone controls with sink/source selection
  • Quick toggle grid (WIP)

Irminsul (the bar)

The axis of the world.

The upper structure that holds the information network. Acts as the main branch from which the knowledge of Akasha and the transmutations of Khemia emerge.

Capabilities

  • Workspace and system information
  • Now Playing information display
  • Clock and weather
  • Integrated shell controls

Wallpaper System

  • Quickshell-native wallpaper rendering
  • Video wallpaper support
  • Overlay visual widgets (currently Now Playing)
akasha

Other Components

Control Player

akasha

A unified media controller built on MPRIS, providing a consistent interface for your favorite music players. Designed to keep playback controls always within reach, without breaking your workflow.

Notifications Popups

akasha

🔮 Roadmap

  • A dock at the bottom of the screen for quickly launching pinned apps and viewing currently open windows.
  • A Polkit authentication window (actively being developed on a feature branch).
  • A settings window to unify all of the shell's configuration in one place.
  • Battery & brightness support for laptops.

🛠️ Requirements

  • Quickshell — the QML runtime Ætheris-shell is built on.
  • BSPWM (X11):
    • System dependencies: xrandr, xwininfo, xprop, xdo, picom (used by the helper scripts).
  • Hyprland (Wayland):
    • System dependencies: none for now.

🚀 Installation

Quick install (dotfiles)

Note

This repo contains only the shell itself. If you just want to install and run Ætheris-shell with a ready-to-use environment (configs, keybinds, autostart, etc.), head to the dotfiles repo instead:

➡️ Ætheris-dots (link coming soon — 🚧 work in progress)

The dotfiles repo will ship an automated installer that sets everything up for you. Use this path once it's available if you just want to run the shell without customizing it yourself.

If you plan to integrate Ætheris-shell into your own config, or want to contribute to development, keep reading below for manual installation.

Manual installation

First, clone the repo and place its contents in ~/.config/quickshell:

git clone https://github.com/MarioRRom/aetheris-shell ~/.config/quickshell
BSPWM setup

Add the following to your bspwmrc:

export XDG_CURRENT_DESKTOP=bspwm
 
# Assign workspaces to each monitor based on its hardware name (xrandr).
# This is required so Quickshell can correctly identify the screens.
workspaces() {
    paste <(bspc query -M) <(xrandr --query | grep " connected" | awk '{print $1}') | \
    while read -r monitor_id monitor_name; do
        # Change the number of workspaces to your liking
        bspc monitor "${monitor_id}" -n "${monitor_name}" -d '1' '2' '3' '4' '5' '6'
    done
}
workspaces
 
quickshell &
Hyprland setup

Simply launch it at startup in your hyprland.conf:

exec-once = quickshell

🧩 Architecture & Development

Want to contribute? All the details live in two documents so this README doesn't turn into a wall of text:

  • 📐 CODING_GUIDELINES.md — the most important one if you want to understand the project deeply: architecture, folder structure, QML conventions, and how development actually works here.
  • 📖 CONTRIBUTING.md — the rules to follow when opening issues and PRs.
  • 📚 Wikiwork in progress. Will cover day-to-day usage and configuration once the shell stabilizes.

Running it locally for development

Since Ætheris-shell lives directly in ~/.config/quickshell, cloning it there (see Manual installation) is your dev setup. Quickshell's default entry point is shell.qml, and it hot-reloads automatically whenever you edit a file — no restart needed.

Run it straight from a terminal to see live logs while you work:

quickshell

💡 Inspirations

Ætheris-shell would not exist without the ideas (and code) from other shells and configuration files in this space, as well as the support and feedback from a number of people :) Among them are:


☕ Support

If you like my work and want to support it, you can buy me a coffee on Ko-fi. Any help is welcome! ☕

ko-fi

About

Ætheris-shell: A fluid, QtQuick-powered interface for X11 and Wayland.

Topics

Resources

Contributing

Stars

Watchers

Forks

Sponsor this project

Contributors

Languages