remove windows-10 theme to satisfy grayduck

pull/20/head
Botspot 4 years ago
parent e3ae52a5d0
commit c901555108

@ -1,2 +0,0 @@
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.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 214 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 461 B

@ -1,17 +0,0 @@
#!/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!"

@ -1,11 +0,0 @@
#!/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

@ -1 +0,0 @@
https://github.com/Botspot/Windows-10
Loading…
Cancel
Save