SkillAgentSearch skills...

Eqsh

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

Install / Use

/learn @eq-desktop/Eqsh
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

eqSh

<p align="center"> <i>“Sometimes less is more, when it's built right.”</i> </p>
<p align="center"> <img src="./Media/logo.svg" alt="eqSh Logo" width="160"/> </p> <div align="center">

GitHub stars Hyprland Maintained LICENSE

</div>

eqSh Banner


<table align="center"> <tr> <td><a href="https://eqsh-wiki.github.io/install">Install</a></td> <td><a href="https://github.com/eq-desktop/eqSh/issues">Issues</a></td> <td><a href="https://eqsh-wiki.github.io/">Wiki</a></td> </tr> </table>

eqSh is the next-generation shell for 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.

<figure>

Preview

Preview of eqShs About Menu and Control Center

Preview of eqSh Lockscreen with Password

</figure> <details> <summary> <b>More Screenshots</b> </summary>

Preview of eqSh

Preview of eqSh Settings app

Preview of eqSh AI Sigrid

Preview of eqSh Lockscreen

Preview of eqSh Notch App

</details>

Quickstart

<h3><a href="https://eqsh-wiki.github.io/"><b>Wiki</b></a></h3>

<a name="install-guide">Install Guide</a>

<details> <summary> <b>1. Install Quickshell</b> </summary> <details> <summary>Arch</summary>
yay -S quickshell
</details> <details> <summary>NixOS</summary>
{
	inputs = {  
		nixpkgs.url = "nixpkgs/nixos-unstable";  

		quickshell = {
			url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
			inputs.nixpkgs.follows = "nixpkgs";
		};
	};
}
</details> <details> <summary>Fedora</summary>
sudo dnf copr enable errornointernet/quickshell
sudo dnf install quickshell
</details> <details> <summary>Guix</summary>
guix install quickshell
</details> </details> <details> <summary> <b>2. Installation</b> </summary>

Install using curl:

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

Manual installation:

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:

git clone https://github.com/eq-desktop/wallpapers.git ~/eqSh/wallpapers
</details> <details> <summary> <b>3. Start eqSh</b> </summary>
au run

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

exec-once = /usr/local/bin/au run
</details> <details> <summary> <b>4. Post-Install</b> </summary>

Icon theme: MacTahoe Icon Theme

GTK theme: MacTahoe GTK Theme

Hyprland Config: Hyprland Config

</details>

✨ 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

Stargazers over time

⚖️ 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.

View on GitHub
GitHub Stars141
CategoryDevelopment
Updated41m ago
Forks2

Languages

QML

Security Score

100/100

Audited on Apr 9, 2026

No findings