Updates
This commit is contained in:
parent
859d1a12d8
commit
ea03b1cdb7
@ -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
|
||||
|
Binary file not shown.
BIN
apps/ML4W_Dotfiles_Uninstaller.AppImage
Executable file
BIN
apps/ML4W_Dotfiles_Uninstaller.AppImage
Executable file
Binary file not shown.
Binary file not shown.
12
uninstall.sh
Executable file
12
uninstall.sh
Executable file
@ -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
|
Loading…
x
Reference in New Issue
Block a user