diff --git a/apps/Windows 10 Theme/description b/apps/Windows 10 Theme/description new file mode 100644 index 0000000..2529b79 --- /dev/null +++ b/apps/Windows 10 Theme/description @@ -0,0 +1,2 @@ +Make Raspberry Pi OS look as close to Windows 10 as possible. +Installs an icon theme, GTK theme, openbox theme, mouse cursor theme, window shadows, window fading, desktop background, and custom panel. diff --git a/apps/Windows 10 Theme/icon-24.png b/apps/Windows 10 Theme/icon-24.png new file mode 100644 index 0000000..ea75c2d Binary files /dev/null and b/apps/Windows 10 Theme/icon-24.png differ diff --git a/apps/Windows 10 Theme/icon-64.png b/apps/Windows 10 Theme/icon-64.png new file mode 100644 index 0000000..418f572 Binary files /dev/null and b/apps/Windows 10 Theme/icon-64.png differ diff --git a/apps/Windows 10 Theme/install b/apps/Windows 10 Theme/install new file mode 100755 index 0000000..435001e --- /dev/null +++ b/apps/Windows 10 Theme/install @@ -0,0 +1,17 @@ +#!/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 +} + +# Get dependencies +"${DIRECTORY}/pkg-install" "xcompmgr tint2 gtk2-engines-murrine" "$(dirname "$0")" || exit 1 + +if [ ! -d ~/Windows-10 ];then + git clone https://github.com/Botspot/Windows-10 || error "failed to download github repository!" +fi + +~/Windows-10/install || error "failed to install!" diff --git a/apps/Windows 10 Theme/uninstall b/apps/Windows 10 Theme/uninstall new file mode 100755 index 0000000..3666b27 --- /dev/null +++ b/apps/Windows 10 Theme/uninstall @@ -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 +} + +~/Windows-10/uninstall | error "failed to uninstall!" +#gio trash ~/Windows-10 diff --git a/apps/Windows 10 Theme/website b/apps/Windows 10 Theme/website new file mode 100644 index 0000000..067c4ee --- /dev/null +++ b/apps/Windows 10 Theme/website @@ -0,0 +1 @@ +https://github.com/Botspot/Windows-10