diff --git a/CHANGELOG b/CHANGELOG index 5e0e311..1b81a8d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,14 +1,10 @@ Version 2.8.3.4 https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.8.3.4 -------------------------------------------------------- -- Fix swww gray backgroud issue. New command on autostart.conf is exec-once = swww-daemon --format xrgb +- Fix swww gray background issue. New command on autostart.conf is +exec-once = swww init || swww-daemon --format xrgb - Using blurred version of background image for wlogout -- Add progress bar to dunst notification for wallpaper change - -Version 2.8.3.3 -https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.8.3.3 --------------------------------------------------------- -- Fix swww gray backgroud issue. New command on autostart.conf is exec-once = swww-daemon & +- Add progress bar to dunst notification for wallpaper change and processing Version 2.8.3.2 https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.8.3.2 diff --git a/README.md b/README.md index a43369c..54b1444 100644 --- a/README.md +++ b/README.md @@ -362,6 +362,18 @@ Included is a pywal configuration that changes the color scheme based on a rando # Troubleshooting +## Wallpaper issues (grey or distroyed image) with latest swww 0.9.1 + +Please install the latest version of the ML4W Dotfiles > 2.8.3.4 + +Or replace the swww launch command in /dotfiles/hypr/conf/autostart.conf with + +``` +exec-once = swww init || swww-daemon --format xrgb +``` + +swww is currently extremly under development. Upcoming updates could require different launch commands. I will monitor the development as well and update the dotfiles accordingly. + ## Issues after Hyprland 0.37.1 Updates Hyprland has released the version 0.37.1. This comes with many changes of the system and required dependencies.