refactor(hypr): improve animations and appearance

This commit is contained in:
Price Hiller 2023-07-07 14:05:06 -05:00
parent e334a6b1a2
commit c3de219170
No known key found for this signature in database
2 changed files with 7 additions and 6 deletions

View File

@ -17,10 +17,11 @@ decoration {
animations { animations {
enabled = 1 enabled = 1
bezier = overshot,0.08,0.8,0,1.1 bezier = overshot,0.08,0.8,0,1.1
animation = windows,1,5,overshot,slide bezier = quick_curve,0,.5,0,.5
animation = border,1,10,default animation = windows,1,4,overshot,slide
animation = fade,1,10,default animation = border,1,3,default
animation = workspaces,1,6,default animation = fade,1,15,default
animation = workspaces,1,4,default
} }
exec = swaybg -i ~/.local/share/wallpapers/Nebula.jpg -m "fill" -o '*' exec = swaybg -i ~/.local/share/wallpapers/Nebula.jpg -m "fill" -o '*'

View File

@ -6,8 +6,8 @@ general {
gaps_in = 5 gaps_in = 5
gaps_out = 10 gaps_out = 10
border_size = 2 border_size = 2
col.active_border = 0xff$waveRed 0xff$surimiOrange 0xff$sakuraPink 0xff$roninYellow 0xff$crystalBlue 115deg col.active_border = 0xff$waveRed 0xff$surimiOrange 0xff$sakuraPink 0xff$roninYellow 0xff$crystalBlue 0xff$lightBlue 0xff$springGreen 0xff$peachRed 45deg
col.inactive_border = 0xff$oniViolet col.inactive_border = 0xff$sumiInk4
apply_sens_to_raw = false apply_sens_to_raw = false
} }