mirror of
https://github.com/flickowoa/dotfiles.git
synced 2026-04-06 00:32:09 +02:00
Fixes...
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:
11
theme.conf
11
theme.conf
@@ -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 {
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
decoration {
|
||||
col.shadow = rgba(c2bda655)
|
||||
col.shadow_inactive = rgba(c2bda611)
|
||||
shadow {
|
||||
color = rgba(c2bda655)
|
||||
color_inactive = rgba(c2bda611)
|
||||
}
|
||||
}
|
||||
|
||||
plugin {
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
decoration {
|
||||
col.shadow = rgba(48463d55)
|
||||
col.shadow_inactive = rgba(48463d11)
|
||||
shadow {
|
||||
color = rgba(48463d55)
|
||||
color_inactive = rgba(48463d11)
|
||||
}
|
||||
}
|
||||
|
||||
plugin {
|
||||
|
||||
Reference in New Issue
Block a user