Updates
This commit is contained in:
@@ -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.
|
- 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.
|
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
|
Version 2.8.3.4
|
||||||
https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.8.3.4
|
https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.8.3.4
|
||||||
|
|||||||
Binary file not shown.
Executable
BIN
Binary file not shown.
Binary file not shown.
Executable
+12
@@ -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
|
||||||
Reference in New Issue
Block a user