hypr: fix deprecated colours

Also increase delay for reloading hyprland in install script
This commit is contained in:
2 * r + 2 * t 2025-06-23 21:09:36 +10:00
parent f291845c44
commit c1947d8e37
3 changed files with 6 additions and 6 deletions

View file

@ -7,7 +7,7 @@ decoration {
shadow {
range = 20
render_power = 3
color = rgba($based4)
color = rgba($surfaced4)
}
}
@ -18,7 +18,7 @@ general {
border_size = 3
col.active_border = rgba($primarye6)
col.inactive_border = rgba($subtext111)
col.inactive_border = rgba($onSurfaceVariant11)
}
# Pinned windows border

View file

@ -10,7 +10,7 @@ decoration {
shadow {
range = 5
render_power = 3
color = rgba($overlay2d4)
color = rgba($outlined4)
}
# Dim inactive windows
@ -24,8 +24,8 @@ general {
gaps_out = 10
border_size = 0
col.active_border = rgb($subtext1)
col.inactive_border = rgba($subtext194)
col.active_border = rgb($onSurfaceVariant)
col.inactive_border = rgba($onSurfaceVariant94)
}
# Pinned windows border

View file

@ -280,7 +280,7 @@ end
# Generate scheme stuff if needed
if ! test -f $state/caelestia/scheme.json
caelestia scheme set -n shadotheme
sleep .1
sleep .5
hyprctl reload
end