mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00

* Add main CLI interface for Omarchy Introduces the omarchy script, providing a command-line interface with options for current version, update, and waybar configuration refresh. Includes help documentation. * Add really cool Omarchy ASCII art to help menu in cli * Refactor Omarchy CLI to include a TUI menu with system, theme, and tools options. * Add .desktop for Omarchy TUI * Make omarchy script executable * Refactor omarchy cli and add new theme tools * Add help menu
10 lines
249 B
Desktop File
10 lines
249 B
Desktop File
[Desktop Entry]
|
|
Version=1.0
|
|
Type=Application
|
|
Name=Omarchy
|
|
Comment=Omarchy TUI
|
|
Exec=alacritty --class=Omarchy --title=Omarchy -e bash -c '$HOME/.local/share/omarchy/bin/omarchy'
|
|
Icon=Arch
|
|
Terminal=false
|
|
Categories=System;Utility;
|
|
StartupNotify=false |