Skip to content

Commit

Permalink
Remove GTK Stuffs (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: aayush <[email protected]>
Co-authored-by: Smriti Bhandari <[email protected]>
Co-authored-by: aayushxvf <[email protected]>
  • Loading branch information
4 people authored Jan 4, 2025
1 parent d5b83c4 commit c221967
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 83 deletions.
1 change: 0 additions & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export default {
items: [
{ text: "Terminal", link: "/installation/cli" },
{ text: "Commands", link: "/installation/cmd" },
{ text: "GTK", link: "/installation/gtk" },
{ text: "TUI", link: "/installation/tui" },
{ text: "Arch [AUR]", link: "/installation/aur" },
],
Expand Down
5 changes: 1 addition & 4 deletions docs/getting-started/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,9 @@
- **Stable and Reliable**
*Updates are only pushed after rigorous testing to ensure stability and a bug-free experience.*

## GTK and CLI Support
## Commands Support
<img src="https://img.icons8.com/?size=80&id=114423&format=png" width="50" />

- **GTK Version**
*A GTK-based version of Carch is available `(currently in development)` for a more user-friendly, graphical experience.*

- **Carch CLI**
*A command-line interface is also included for handling various instructions and tasks.*

Expand Down
12 changes: 5 additions & 7 deletions docs/github/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
- Enhance user experience with better navigation and visuals.
- Add more themes and customization options.
- Integrate user feedback for continuous improvement.
- Explore GTK integration for a graphical interface.

- **Implement Additional Programming Languages** <img src="https://img.icons8.com/?size=64&id=t7vIvDXazOGO&format=png" width="20" />
- Add Rust implementations for performance-critical components.
Expand Down Expand Up @@ -62,13 +61,12 @@

- Enhance Navigation <img src="https://cdn-icons-png.flaticon.com/128/190/190411.png" width="20" />
- Add themes/customizations <img src="https://cdn-icons-png.flaticon.com/128/190/190411.png" width="20" />
- GUI/GTK <img src="https://cdn-icons-png.flaticon.com/128/190/190411.png" width="20" />
- Gather user feedback <img src="https://cdn-icons-png.flaticon.com/128/190/190406.png" width="20" />


- **Implement additional programming languages:**

- Develop Rust components <img src="https://cdn-icons-png.flaticon.com/128/190/190406.png" width="20" />
- Develop Rust components <img src="https://cdn-icons-png.flaticon.com/128/190/190411.png" width="20" />
- Assess areas for parallel development <img src="https://cdn-icons-png.flaticon.com/128/190/190406.png" width="20" />

- **Add WM setup scripts:**
Expand All @@ -84,12 +82,12 @@
- Documentation for beginners <img src="https://cdn-icons-png.flaticon.com/128/190/190411.png" width="20" />

- **Transition TUI to Rust:**
- Research best practices for TUI development in Rust <img src="https://cdn-icons-png.flaticon.com/128/190/190406.png" width="20" />
- Implement and test new TUI <img src="https://cdn-icons-png.flaticon.com/128/190/190406.png" width="20" />
- Research best practices for TUI development in Rust <img src="https://cdn-icons-png.flaticon.com/128/190/190406.png" width="20" /> [ongoing]
- Implement and test new TUI <img src="https://cdn-icons-png.flaticon.com/128/190/190411.png" width="20" />

## Timeline (Tentative) 📅

- **Q 2024**: Develop additional WM setup scripts and core system setup scripts. <img src="https://cdn-icons-png.flaticon.com/128/190/190411.png" width="20" />
- **Q 2025**: Refactor existing scripts for stability and begin expanding distribution support.
- **Q Mid 2025**: Rust Implementation
- **Q 2025**: Rust Implementation <img src="https://cdn-icons-png.flaticon.com/128/190/190411.png" width="20" />
- **Q Mid 2025/2026**: Refactor existing scripts for stability and begin expanding distribution support. [If possible] <img src="https://cdn-icons-png.flaticon.com/128/190/190406.png" width="20" />

2 changes: 0 additions & 2 deletions docs/installation/cmd.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Options:
--run-script <name>, -r Run the specified script from /usr/bin/scripts.
--list-scripts, -l List all available scripts in /usr/bin/scripts.
--update Update Carch using the latest script.
--gtk, -g Launch the GTK interface.
--tui, -t Launch the TUI interface.
--uninstall Uninstall Carch and remove all associated files.
```
Expand All @@ -38,7 +37,6 @@ Options:
- `--run-script <name>, -r` *Run the specified script from /usr/bin/scripts.*
- `--list-scripts, -l` *List all available scripts in /usr/bin/scripts.*
- `--update` *Update Carch using the latest script.*
- `--gtk, -g` *Launch the GTK interface.*
- `--tui, -t` *Launch the TUI interface.*
- `--uninstall` *Uninstall Carch and remove all associated files.*

Expand Down
69 changes: 0 additions & 69 deletions docs/installation/gtk.md

This file was deleted.

0 comments on commit c221967

Please sign in to comment.