An open API service indexing awesome lists of open source software.

https://github.com/eq-desktop/eqsh

Your Polished AIO Hyprland Shell. Built for maximum efficiency and a better workflow
https://github.com/eq-desktop/eqsh

control-center dock hyprland linux macos notch notifications quickshell ricing shell system-tray

Last synced: about 1 month ago
JSON representation

Your Polished AIO Hyprland Shell. Built for maximum efficiency and a better workflow

Awesome Lists containing this project

README

          

# eqSh


“Sometimes less is more, when it's built right.”

---


eqSh Logo


[![GitHub stars](https://img.shields.io/github/stars/eq-desktop/eqsh?style=for-the-badge&logo=github&color=FFB686&logoColor=D9E0EE&labelColor=1e1e1e)](https://github.com/eq-desktop/eqsh/stargazers)
[![Hyprland](https://img.shields.io/badge/Made%20for-Hyprland-blue?style=for-the-badge&logo=linux&logoColor=D9E0EE&labelColor=1e1e1e&color=58E1FF)](https://hyprland.org/)
[![Maintained](https://img.shields.io/badge/Maintained-Yes-blue?style=for-the-badge&logo=linux&logoColor=D9E0EE&labelColor=1e1e1e&color=2369FF)]()
[![LICENSE](https://img.shields.io/badge/License-Apache_2.0-blue.svg?style=for-the-badge&labelColor=1e1e1e&color=EEE1FF)](https://hyprland.org/)

![eqSh Banner](./Media/banner.png)

---


Install
Issues
Wiki

---

**eqSh** is the next-generation shell for [Hyprland](https://github.com/hyprwm/Hyprland) —
a polished, Apple-inspired Linux environment for both **superusers** and **everyday users**.

It’s more than a bar. eqSh is your **panel, notch, launcher, notifications hub, lockscreen, wallpaper engine, tray, and more** — all in one.

## Preview

![Preview of eqShs About Menu and Control Center](Media/preview7.png)

![Preview of eqSh Lockscreen with Password](Media/preview6.png)

More Screenshots

![Preview of eqSh](Media/preview.png)

![Preview of eqSh Settings app](Media/preview2.png)

![Preview of eqSh AI Sigrid](Media/preview3.png)

![Preview of eqSh Lockscreen](Media/preview4.png)

![Preview of eqSh Notch App](Media/preview5.png)

---

## Quickstart

Wiki

Install Guide

1. Install Quickshell

Arch

```bash
yay -S quickshell
```

NixOS

```
{
inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable";

quickshell = {
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
inputs.nixpkgs.follows = "nixpkgs";
};
};
}
```

Fedora

```bash
sudo dnf copr enable errornointernet/quickshell
sudo dnf install quickshell
```

Guix

```bash
guix install quickshell
```

2. Installation

Install using curl:
```bash
curl -fsSL https://eqsh-wiki.github.io/get | bash
au run
```

Manual installation:
```bash
git clone https://github.com/eq-desktop/eqSh
cd eqSh
git submodule update --init --recursive
mkdir -p ~/.local/share/equora/
mv ~/eqSh/ ~/.local/share/equora/
```

For wallpapers do:
```bash
git clone https://github.com/eq-desktop/wallpapers.git ~/eqSh/wallpapers
```

3. Start eqSh

```bash
au run
```

Or make it permanent by adding this to `~/.config/hypr/hyprland.conf`:

```bash
exec-once = /usr/local/bin/au run
```

4. Post-Install

Icon theme: [MacTahoe Icon Theme](https://github.com/vinceliuice/MacTahoe-icon-theme)

GTK theme: [MacTahoe GTK Theme](https://github.com/vinceliuice/MacTahoe-gtk-theme)

Hyprland Config: [Hyprland Config](https://github.com/eq-desktop/hyprland-config)

---

## ✨ Features

- [x] Top Panel
- [x] Notch
- [x] Notch Applications
- [x] Notifications
- [x] Modals with IPC integration
- [x] App Drawer / Launchpad
- [x] Lockscreen
- [x] Wallpaper Engine
- [x] System Tray
- [x] Battery & WiFi Indicators
- [x] Clock
- [x] On-Screen-Displays for Volume and Brightness
- [x] Polkit
- [x] Control Center
- [x] Dock
- [x] Sigrid AI Chatbot
- [x] Desktop Widgets
- [x] Screenshot tool
- [x] Full JSON user settings & Settings App
- [x] Control Center
- [x] Advanced IPC-powered popup system

---

## 🛠 Coming Soon

* Dock with magnification
* Global Menu
* Desktop Files
* Spotlight Extensions
* Custom dropdown menus

---

## Documentation

- Full docs & guides: [Wiki](https://eqsh-wiki.github.io/)

---

[![Stargazers over time](https://starchart.cc/eq-desktop/eqsh.svg?variant=adaptive)](https://starchart.cc/eq-desktop/eqsh)

## ⚖️ License

This project is released under the **APACHE-2.0 License**.
You are free to use, modify, and distribute — but all changes must remain open-source.