Skip to content

Commit 13cf01b

Browse files
committed
First commit
1 parent b7c0d1b commit 13cf01b

File tree

109 files changed

+5098
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+5098
-2
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
__pycache__
2+
styles/colors.css
3+
config/hypr
4+
config/config.json

README.md

Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,45 @@
1-
# Ax-Shell
2-
A hackable and powerful shell for Hyprland, powered by Fabric!
1+
<h1 align="center">🍣 Ax-Shell</h1>
2+
<p align="center">A hackable and powerful shell for Hyprland, powered by <a href="https://github.com/Fabric-Development/fabric/">Fabric</a>!</p>
3+
4+
<table>
5+
<tr>
6+
<td colspan="4"><img src="assets/screenshots/1.png"></td>
7+
</tr>
8+
<tr>
9+
<td colspan="1"><img src="assets/screenshots/2.png"></td>
10+
<td colspan="1"><img src="assets/screenshots/3.png"></td>
11+
<td colspan="1" align="center"><img src="assets/screenshots/4.png"></td>
12+
<td colspan="1" align="center"><img src="assets/screenshots/5.png"></td>
13+
</tr>
14+
</table>
15+
16+
## 📦 Installation
17+
18+
> [!CAUTION]
19+
> PRE-RELEASE STATE. USABLE BUT INCOMPLETE.
20+
21+
```bash
22+
curl -fsSL https://raw.githubusercontent.com/Axenide/Ax-Shell/main/install.sh | bash
23+
```
24+
25+
## 🚀 Roadmap
26+
- [x] App Launcher
27+
- [x] Power Menu
28+
- [x] Wallpaper Selector
29+
- [x] System Tray
30+
- [x] Notifications
31+
- [x] Terminal
32+
- [x] Kanban Board
33+
- [x] Calendar (Incomplete)
34+
- [x] Color Picker
35+
- [ ] Dashboard
36+
- [ ] Network Manager
37+
- [ ] Bluetooth Manager
38+
- [ ] Power Manager
39+
- [ ] Settings
40+
- [ ] Screenshot Tool
41+
- [ ] Screen Recorder
42+
- [ ] Clipboard Manager
43+
- [ ] Dock
44+
- [ ] Workspaces Overview
45+
- [ ] Multimodal AI Assistant

0 commit comments

Comments
 (0)