diff --git a/.github/workflows/kiba.yml b/.github/workflows/kiba.yml index 78208e71..02007271 100644 --- a/.github/workflows/kiba.yml +++ b/.github/workflows/kiba.yml @@ -1234,36 +1234,36 @@ jobs: --window-icon="/usr/share/kibaos/logo.png" \ --text="Welcome to KibaOS! What would you like to do?" \ --image-column=1 --column=" " --column="Action" --column="Description" \ - "calamares" "Install KibaOS" "Install the system permanently to your disk" \ - "chromium" "Web Browser" "Browse the internet" \ - "org.kde.discover" "Software Center" "Discover and install new applications" \ - "input-keyboard" "Keyboard Shortcuts" "View useful desktop shortcuts" \ - "help-browser" "Online Wiki" "Read the technical documentation" \ + "calamares" "🚀 Install KibaOS" "Install the system permanently to your disk" \ + "chromium" "🌐 Web Browser" "Browse the internet" \ + "org.kde.discover" "🛍️ Software Center" "Discover and install new applications" \ + "input-keyboard" "⌨️ Keyboard Shortcuts" "View useful desktop shortcuts" \ + "help-browser" "✨ Online Wiki" "Read the technical documentation" \ --hide-column=1 --print-column=2 \ --width=450 --height=500 --ok-label="Launch" --cancel-label="Close" 2>/dev/null) [ -z "$CHOICE" ] && break case "$CHOICE" in - "Install KibaOS") + "🚀 Install KibaOS") sudo calamares & break ;; - "Web Browser") + "🌐 Web Browser") chromium & break ;; - "Software Center") + "🛍️ Software Center") plasma-discover & break ;; - "Keyboard Shortcuts") + "⌨️ Keyboard Shortcuts") (zenity --info --title="Keyboard Shortcuts" \ --window-icon="/usr/share/kibaos/logo.png" \ - --text="Standard KibaTV Shortcuts:\n\n • Meta + T: Terminal (Konsole)\n • Meta + W: Overview (Window Grid)\n • Meta + S: Search (KRunner)\n • Meta + A: Quick Settings\n • Meta + E: File Manager (Dolphin)\n • Meta + L: Lock Screen\n • Meta + 1-9: Activate Task Manager Entries" \ + --text="Standard KibaOS Shortcuts:\n\n • Meta + T: Terminal (Konsole)\n • Meta + W: Overview (Window Grid)\n • Meta + S: Search (KRunner)\n • Meta + A: Quick Settings\n • Meta + E: File Manager (Dolphin)\n • Meta + L: Lock Screen\n • Meta + 1-9: Activate Task Manager Entries" \ --width=450 2>/dev/null) & ;; - "Online Wiki") + "✨ Online Wiki") chromium "https://github.com/WolfTech-Innovations/Kiba/blob/main/WIKI.md" & break ;; @@ -1277,6 +1277,7 @@ jobs: [Desktop Entry] Type=Application Name=Kiba Welcome + Comment=Welcome to KibaOS Exec=/usr/local/bin/kiba-welcome Icon=start-here-kde-symbolic Terminal=false