diff --git a/.version/name b/.version/name index f358d8c..4fdf0ae 100644 --- a/.version/name +++ b/.version/name @@ -1 +1 @@ -2.8.3.3 \ No newline at end of file +2.8.3.4 \ No newline at end of file diff --git a/.version/version b/.version/version index 633e3dc..539d6d3 100644 --- a/.version/version +++ b/.version/version @@ -1 +1 @@ -2833 \ No newline at end of file +2834 \ No newline at end of file diff --git a/CHANGELOG b/CHANGELOG index 9178da5..92c07a7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,13 @@ +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 +- Using blurred version of background image for wlogout + Version 2.8.3.3 https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.8.3.3 -------------------------------------------------------- -- Fix swww gray backgrou issue. New command on autostart.conf is exec-once = swww-daemon & +- Fix swww gray backgroud issue. New command on autostart.conf is exec-once = swww-daemon & 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 4c31bff..a43369c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ML4W Dotfiles 2.8.3.3 +# ML4W Dotfiles 2.8.3.4 An advanced configuration of Hyprland and Qtile for Arch Linux based distributions. This package includes an installation script to install and setup the required components. diff --git a/hypr/conf/autostart.conf b/hypr/conf/autostart.conf index cbb11bc..520d73c 100644 --- a/hypr/conf/autostart.conf +++ b/hypr/conf/autostart.conf @@ -27,8 +27,7 @@ exec-once = hypridle exec-once = wl-paste --watch cliphist store # Initialize swww -# exec-once = swww query || swww init -exec-once = swww-daemon & +exec-once = swww-daemon --format xrgb # Load last wallpaper and waybar with pywal colors exec-once = ~/dotfiles/hypr/scripts/wallpaper.sh init diff --git a/wlogout/style.css b/wlogout/style.css index 87af097..7a31748 100644 --- a/wlogout/style.css +++ b/wlogout/style.css @@ -27,7 +27,8 @@ by Stephan Raabe (2023) } window { - background-color: rgba(12, 12, 12, 0.1); + background: url("../../.cache/blurred_wallpaper.png"); + background-size: cover; } button {