Fixed decoration blocks because of hyprland v0.45.0
(decoration:shadow_ vars have moved).
Fixed exec swww because of swww v0.9.0
(swww init is now considered deprecated).
This commit is contained in:
Ooh Sorry
2024-12-04 19:00:44 +03:00
parent 059b6af4c1
commit 18213e4b9d
3 changed files with 15 additions and 8 deletions

View File

@@ -3,7 +3,8 @@ exec=fish -c "set -Ux STARSHIP_CONFIG $yorha/components/starship.toml"
exec=fish -c "set -Ux HYPRLAND_THEME $yorha"
exec-once=pkill ags
exec=sleep 1 && ags -c $yorha/components/ags/config.js
exec=swww init; swww img $yorha/wallpapers/nier_light.png --transition-type simple --transition-step 255
exec=swww-daemon
exec=sleep 1 && swww img $yorha/wallpapers/nier_light.png --transition-type simple --transition-step 255
exec=sleep 1 && hyprctl plugin load /lib/hyprland-plugins/hyprbars.so
bind=Super,o,exec,$DRUN
@@ -36,10 +37,12 @@ decoration {
passes=2
noise=0.05
}
shadow_range = 1
shadow_render_power = 1
shadow_offset =5 5
shadow {
range = 1
render_power = 1
offset =5 5
# screen_shader = $yorha/components/gridlines.frag
}
}
plugin {

View File

@@ -1,6 +1,8 @@
decoration {
col.shadow = rgba(c2bda655)
col.shadow_inactive = rgba(c2bda611)
shadow {
color = rgba(c2bda655)
color_inactive = rgba(c2bda611)
}
}
plugin {

View File

@@ -1,6 +1,8 @@
decoration {
col.shadow = rgba(48463d55)
col.shadow_inactive = rgba(48463d11)
shadow {
color = rgba(48463d55)
color_inactive = rgba(48463d11)
}
}
plugin {