diff --git a/CHANGELOG b/CHANGELOG index 333443d..6edb2bb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.8.4 -------------------------------------------------------- - In the ML4W Dotfiles Settings App you can now switch between the wallpaper applications swww or hyprpaper. In case of issues with the default application swww you can select hyprpaper. The wallpaper application can also be disabled but background images for wlogout, hyprlock and rofi will be generated with the selected wallpaper. PLEASE NOTE: Logout & Login is required after a change. +- You can uninstall the ML4W dotfiles with the new uninstaller script starting from the ML4W dotfiles or by executing ~/dotfiles/uninstall.sh Version 2.8.3.4 https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.8.3.4 diff --git a/apps/ML4W_Dotfiles_Installer.AppImage b/apps/ML4W_Dotfiles_Installer.AppImage index b9b753b..1f705a2 100755 Binary files a/apps/ML4W_Dotfiles_Installer.AppImage and b/apps/ML4W_Dotfiles_Installer.AppImage differ diff --git a/apps/ML4W_Dotfiles_Uninstaller.AppImage b/apps/ML4W_Dotfiles_Uninstaller.AppImage new file mode 100755 index 0000000..3430ddc Binary files /dev/null and b/apps/ML4W_Dotfiles_Uninstaller.AppImage differ diff --git a/apps/ML4W_Welcome-x86_64.AppImage b/apps/ML4W_Welcome-x86_64.AppImage index bbd5634..cd45671 100755 Binary files a/apps/ML4W_Welcome-x86_64.AppImage and b/apps/ML4W_Welcome-x86_64.AppImage differ diff --git a/uninstall.sh b/uninstall.sh new file mode 100755 index 0000000..becd86c --- /dev/null +++ b/uninstall.sh @@ -0,0 +1,12 @@ +#!/bin/bash +# _ _ _ _ _ _ +# | | | |_ __ (_)_ __ ___| |_ __ _| | | +# | | | | '_ \| | '_ \/ __| __/ _` | | | +# | |_| | | | | | | | \__ \ || (_| | | | +# \___/|_| |_|_|_| |_|___/\__\__,_|_|_| +# +clear +sleep 1 +cp $HOME/dotfiles/apps/ML4W_Dotfiles_Uninstaller.AppImage $HOME/.cache +cd $HOME/.cache +./ML4W_Dotfiles_Uninstaller.AppImage \ No newline at end of file