From 30f4daf518bf907e560f9a60da6ae76fce86fb29 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 24 Dec 2016 23:16:47 +0000 Subject: add button icons, improve main UI, now it looks stunning --- ui/accesoriesui.sh | 36 ++++++++++++++++++++++++++++++++++++ ui/gamesui.sh | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ ui/graphicsui.sh | 36 ++++++++++++++++++++++++++++++++++++ ui/internetui.sh | 40 ++++++++++++++++++++++++++++++++++++++++ ui/multimediaui.sh | 37 +++++++++++++++++++++++++++++++++++++ ui/officeui.sh | 41 +++++++++++++++++++++++++++++++++++++++++ ui/systemui.sh | 36 ++++++++++++++++++++++++++++++++++++ 7 files changed, 274 insertions(+) create mode 100755 ui/accesoriesui.sh create mode 100755 ui/gamesui.sh create mode 100755 ui/graphicsui.sh create mode 100755 ui/internetui.sh create mode 100755 ui/multimediaui.sh create mode 100755 ui/officeui.sh create mode 100755 ui/systemui.sh (limited to 'ui') diff --git a/ui/accesoriesui.sh b/ui/accesoriesui.sh new file mode 100755 index 0000000..0139efb --- /dev/null +++ b/ui/accesoriesui.sh @@ -0,0 +1,36 @@ +#!/usr/bin/env bash + +# create accesories user interface +export local accesoriesui=' + + + + + + accesories + + app-admin|keepassx|Qt password manager compatible with its Win32 and Pocket PC versions +
+
+ + + + + + + +
+
' diff --git a/ui/gamesui.sh b/ui/gamesui.sh new file mode 100755 index 0000000..1795ead --- /dev/null +++ b/ui/gamesui.sh @@ -0,0 +1,48 @@ +#!/usr/bin/env bash + +# create games user interface +export local gamesui=' + + + + + + game + + app-emulation|playonlinux|Set of scripts to easily install and use Windows games and software + app-emulation|steam|Digital distribution client bootstrap package + games-action|armagetronad|Fast-paced 3D lightcycle game based on Tron + games-action|chromium-bsu|Chromium B.S.U. - an arcade game + games-action|supertuxkart|A kart racing game starring Tux, the linux penguin (TuxKart fork) + games-action|teeworlds|Online multi-player platform 2D shooter + games-board|aisleriot|A collection of solitaire card games for GNOME + games-emulation|dosbox|DOS Emulator + games-emulation|zsnes|SNES (Super Nintendo) emulator that uses x86 assembly + games-fps|urbanterror|Hollywood tactical shooter based on the ioquake3 engine + games-fps|xonotic|Fork of Nexuiz, Deathmatch FPS based on DarkPlaces, an advanced Quake 1 engine + games-simulation|openttd|OpenTTD is a clone of Transport Tycoon Deluxe + games-strategy|0ad|Cross-platform, 3D and historically-based real-time strategy game +
+
+ + + + + + + +
+
' diff --git a/ui/graphicsui.sh b/ui/graphicsui.sh new file mode 100755 index 0000000..5c3f243 --- /dev/null +++ b/ui/graphicsui.sh @@ -0,0 +1,36 @@ +#!/usr/bin/env bash + +# create graphics user interface +export local graphicsui=' + + + + + + graphics + + media-gfx|gimp|GNU Image Manipulation Program +
+
+ + + + + + + +
+
' diff --git a/ui/internetui.sh b/ui/internetui.sh new file mode 100755 index 0000000..ec409d9 --- /dev/null +++ b/ui/internetui.sh @@ -0,0 +1,40 @@ +#!/usr/bin/env bash + +# create internet user interface +export local internetui=' + + + + + + internet + + www-client|firefox|Firefox Web Browser + www-client|google-chrome|The web browser from Google + www-client|opera|A fast and secure web browser + www-client|qupzilla|A cross-platform web browser using QtWebEngine + www-client|vivaldi|A new browser for our friends +
+
+ + + + + + + +
+
' diff --git a/ui/multimediaui.sh b/ui/multimediaui.sh new file mode 100755 index 0000000..a1bc4c5 --- /dev/null +++ b/ui/multimediaui.sh @@ -0,0 +1,37 @@ +#!/usr/bin/env bash + +# create multimedia user interface +export local multimediaui=' + + + + + + multimedia + + media-tv|tv-maxe|Program to view free channels +
+
+ + + + + + + + +
+
' diff --git a/ui/officeui.sh b/ui/officeui.sh new file mode 100755 index 0000000..7e8703d --- /dev/null +++ b/ui/officeui.sh @@ -0,0 +1,41 @@ +#!/usr/bin/env bash + +# create office user interface +export local officeui=' + + + + + + office + + app-office|abiword|Fully featured yet light and fast cross platform word processor documentation + app-office|fet|Opensource school/high-school/university timetable scheduling software + app-office|gnucash|A personal finance manager + app-office|libreoffice|A full office productivity suite + app-office|wps-office|WPS Office is an office productivity suite + app-text|qpdfview|A tabbed document viewer +
+
+ + + + + + + +
+
' diff --git a/ui/systemui.sh b/ui/systemui.sh new file mode 100755 index 0000000..9a3e95e --- /dev/null +++ b/ui/systemui.sh @@ -0,0 +1,36 @@ +#!/usr/bin/env bash + +# create system user interface +export local systemui=' + + + + + + system + + sys-boot|unetbootin-static|Universal Netboot Installer creates Live USB systems for various OS distributions +
+
+ + + + + + + +
+
' -- cgit v1.2.3