KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
Lunur-Shell
★ 9
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
food-scan-benchmarks
:
Benchmarks of January's AI Food Scanner against other multimodal LLMs
registry
:
is osfc registry
Efficient-Real-World-Deblurring
:
No description available.
apple-iap-java-guide
:
这是一个专注于 Apple 应用内购买(IAP) Java 后端接入的指南项目,基于苹果最新官方文档和 Java SDK 实现。
synched-memory
:
A rust library to handle synchronized memory
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Lunur-Shell
?
Download (.md)
# Lunur-Shell <div align=center>     </div> > [!WARNING] > This is in active development ## Screenshots <table align="center"> <tr> <td colspan="4"><img src="assets/screenshots/main.png"></td> </tr> </table> 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)