add eDEX-UI app

pull/67/head
Botspot 4 years ago
parent f90901e5a6
commit d184334fe1

@ -0,0 +1,6 @@
Futuristic hacker terminal
Inspired from Hollywood, this terminal is beautiful to look at and to impress your friends. It's a fully-functional bash terminal, system monitor, and file manager, all in one fullscreen window.
To run the stable version: Menu -> System Tools -> eDEX-UI 2.2.2
To run the beta version: Menu -> System Tools -> eDEX-UI 3.0.0
Version 2.2.2 takes about 1 minute to load on a 2.1GHz Pi4, but version 3.0.0 takes almost 5 mins.
To exit eDEX-UI, run this command in the terminal window: exit

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

@ -0,0 +1,37 @@
#!/bin/bash
DIRECTORY="$(dirname "$(dirname "$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )")")"
function error {
echo -e "\\e[91m$1\\e[39m"
exit 1
}
rm -rf ~/eDEX-UI-RPi &>/dev/null
git clone https://github.com/Botspot/eDEX-UI-RPi || error 'Failed to clone repository!'
chmod +x ./'eDEX-UI-RPi/eDEX-UI_Linux_armv7l_2.2.2.AppImage' ./'eDEX-UI-RPi/eDEX-UI Linux (armv7l)_3.0.0.AppImage' || error 'Failed to mark as executable!'
echo "[Desktop Entry]
Name=eDEX-UI 2.2.2
Comment=eDEX-UI sci-fi interface
Exec=$HOME/eDEX-UI-RPi/eDEX-UI_Linux_armv7l_2.2.2.AppImage %U
Terminal=false
Type=Application
Icon=$(dirname "$0")/icon-64.png
StartupWMClass=eDEX-UI
X-AppImage-Version=2.2.2
Categories=System;
X-AppImage-BuildId=1jnzBrm5tFNCUYZfKMXmYF0U2Ky
X-Desktop-File-Install-Version=0.23
X-AppImage-Comment=Generated by /tmp/.mount_eDEX-UDQYwse/AppRun" > ~/.local/share/applications/appimagekit-edex-ui.desktop
echo "[Desktop Entry]
Name=eDEX-UI 3.0.0
Comment=eDEX-UI sci-fi interface
Exec=$HOME/eDEX-UI-RPi/eDEX-UI Linux (armv7l)_3.0.0.AppImage %U
Terminal=false
Type=Application
Icon=$(dirname "$0")/icon-64.png
StartupWMClass=eDEX-UI
X-AppImage-Version=3.0.0
Categories=System;" > ~/.local/share/applications/appimagekit-edex-ui-3.desktop

@ -0,0 +1,11 @@
#!/bin/bash
DIRECTORY="$(dirname "$(dirname "$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )")")"
function error {
echo -e "\\e[91m$1\\e[39m"
exit 1
}
rm -rf ~/eDEX-UI-RPi ~/.local/share/applications/appimagekit-edex-ui.desktop ~/.local/share/applications/appimagekit-edex-ui-3.desktop
exit 0

@ -0,0 +1 @@
https://github.com/Botspot/eDEX-UI-RPi
Loading…
Cancel
Save