dotfiles/.config/themes/catppuccin/myColors.conf
2023-11-13 21:17:35 +01:00

40 lines
1.1 KiB
Text

$dir = ~/.config/themes/catppuccin
#Set Theme, Icon, Wallpaper and Font
exec = $dir/apply.sh
general {
sensitivity=1.0 # for mouse cursor
gaps_in=5
gaps_out=10
border_size=3
col.active_border=0xfff5c2e7
col.inactive_border=0xff1e1e2e
apply_sens_to_raw=0 # whether to apply the sensitivity to raw input (e.g. used by games where you aim using your mouse)
}
decoration {
blur_new_optimizations = true
drop_shadow = true
shadow_range=50
shadow_render_power=1
col.shadow=0x22000000 # 0xbbf5c2e7
col.shadow_inactive=0x22000000
rounding=10
blur=0
blur_size=1 # minimum 1
blur_passes=1 # minimum 1, more passes = more resource intensive.
# Your blur "amount" is blur_size * blur_passes, but high blur_size (over around 5-ish) will produce artifacts.
# if you want heavy blur, you need to up the blur_passes.
# the more passes, the more you can up the blur_size without noticing artifacts.
}
animations {
enabled=1
animation=windows,1,4,default
animation=border,1,10,default
animation=fade,1,10,default
animation=workspaces,1,6,default,slide
}