mirror of
https://github.com/flickowoa/dotfiles.git
synced 2026-04-06 00:32:09 +02:00
31 lines
814 B
Plaintext
31 lines
814 B
Plaintext
exec=cp $THEME/colors $HOME/.config/hypr/themes/colors
|
|
exec=$THEME/scripts/apply.sh $THEME
|
|
monitor=eDP-1,addreserved,41,0,0,0
|
|
#exec=ags -r "battery.value = false"
|
|
|
|
decoration {
|
|
drop_shadow = true
|
|
shadow_range=100
|
|
shadow_render_power=2
|
|
col.shadow= 0x33D5C7DA
|
|
col.shadow_inactive=0x221b3c46
|
|
rounding=15
|
|
}
|
|
|
|
general {
|
|
col.active_border=rgba(cba6f7ff) rgba(89b4faff) rgba(94e2d5ff) 10deg
|
|
col.inactive_border=0xff45475a
|
|
border_size=5
|
|
}
|
|
|
|
animations {
|
|
enabled=1
|
|
# bezier=overshot,0.05,0.9,0.1,1.1
|
|
bezier=overshot,0.13,0.99,0.29,1.1
|
|
bezier = linear, 0.0, 0.0, 1.0, 1.0
|
|
animation=windows,1,4,overshot,slide
|
|
animation=border,1,10,default
|
|
animation=fade,1,10,default
|
|
animation=workspaces,1,6,overshot,slide
|
|
animation = borderangle, 1, 100, linear, loop
|
|
} |