Updates
This commit is contained in:
parent
ffa3ecafd2
commit
d0323714b4
10
CHANGELOG
10
CHANGELOG
@ -1,14 +1,10 @@
|
|||||||
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
|
||||||
--------------------------------------------------------
|
--------------------------------------------------------
|
||||||
- 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
|
- Using blurred version of background image for wlogout
|
||||||
- Add progress bar to dunst notification for wallpaper change
|
- Add progress bar to dunst notification for wallpaper change and processing
|
||||||
|
|
||||||
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 &
|
|
||||||
|
|
||||||
Version 2.8.3.2
|
Version 2.8.3.2
|
||||||
https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.8.3.2
|
https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.8.3.2
|
||||||
|
12
README.md
12
README.md
@ -362,6 +362,18 @@ Included is a pywal configuration that changes the color scheme based on a rando
|
|||||||
|
|
||||||
# Troubleshooting
|
# 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
|
## 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.
|
Hyprland has released the version 0.37.1. This comes with many changes of the system and required dependencies.
|
||||||
|
Loading…
Reference in New Issue
Block a user