Updates
This commit is contained in:
parent
66c69a874a
commit
8cd2a50eda
@ -1 +1 @@
|
|||||||
2.8.3.3
|
2.8.3.4
|
@ -1 +1 @@
|
|||||||
2833
|
2834
|
@ -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
|
Version 2.8.3.3
|
||||||
https://gitlab.com/stephan-raabe/dotfiles/-/releases/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
|
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
|
||||||
|
@ -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.
|
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.
|
||||||
|
|
||||||
|
@ -27,8 +27,7 @@ exec-once = hypridle
|
|||||||
exec-once = wl-paste --watch cliphist store
|
exec-once = wl-paste --watch cliphist store
|
||||||
|
|
||||||
# Initialize swww
|
# Initialize swww
|
||||||
# exec-once = swww query || swww init
|
exec-once = swww-daemon --format xrgb
|
||||||
exec-once = swww-daemon &
|
|
||||||
|
|
||||||
# Load last wallpaper and waybar with pywal colors
|
# Load last wallpaper and waybar with pywal colors
|
||||||
exec-once = ~/dotfiles/hypr/scripts/wallpaper.sh init
|
exec-once = ~/dotfiles/hypr/scripts/wallpaper.sh init
|
||||||
|
@ -27,7 +27,8 @@ by Stephan Raabe (2023)
|
|||||||
}
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
background-color: rgba(12, 12, 12, 0.1);
|
background: url("../../.cache/blurred_wallpaper.png");
|
||||||
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
Loading…
Reference in New Issue
Block a user