https://github.com/dianaw353/lunur-shell
https://github.com/dianaw353/lunur-shell
fabric hyprland shell
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dianaw353/lunur-shell
- Owner: dianaw353
- Created: 2025-06-09T00:29:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-25T05:35:34.000Z (5 months ago)
- Last Synced: 2026-01-25T20:25:49.542Z (5 months ago)
- Topics: fabric, hyprland, shell
- Language: Python
- Homepage:
- Size: 10.8 MB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lunur-Shell




> [!WARNING]
> This is in active development
## Screenshots
As of 8/3/25
## Installation
> [!NOTE]
> You need a functioning Hyprland installation.
Clone the repo:
```
git clone https://github.com/dianaw353/Lunur-Shell.git ~/.config/Lunur-Shell
cd ~/.config/Lunur-Shell/
```
### Option 1: Automated Installation
#### Step 1: Run the script
Run the following script
```
./install_requirements.sh
```
#### Step 2: Run Lunur-Shell
```
uv run main.py
```
### Option 2: Manual Installation
#### Step 1: Install system packages
```
yay -S --needed - < ~/.config/Lunur-Shell/assets/packages/arch/packages_official.txt
yay -S --needed - < ~/.config/Lunur-Shell/assets/packages/arch/packages_aur.txt
```
#### Step 2: Run Lunur-Shell
`uv` is a Python package and project manager in whitch it will download and install python dependencies and run the shell
```
uv run main.py
```
## Roadmap
- [x] App Launcher
- [x] Workspaces
- [x] Window Title
- [x] Date/Time
- [x] Calender
- [x] Battery
- [x] Network Manager
- [x] Bluetooth Manager
- [x] Clipboard Manager
- [x] Power Manager
- [x] Power Menu
- [x] Color Picker
- [ ] QuickSettings (in progress)
- [x] Notifications
- [x] System Tray
- [x] Keybind Cheat Sheet
- [x] Screen Recorder (basic)
- [x] Screenshots (basic)
- [ ] OCR
- [ ] OSD (volume and brightness added, more to come soon)
- [x] Emoji Picker
- [ ] Theme Switcher
- [ ] Wallpaper Switcher
- [ ] Media Player (half done)
- [ ] Matugen theme (in progress)
## Sister Projects
- [Lunur-Dots](https://github.com/dianaw353/Lunur-Dots)
- [Lunur-Wallpaper](https://github.com/dianaw353/Lunur-Wallpapers)