mirror of
https://github.com/danbulant/dotfiles
synced 2026-06-08 17:20:53 +00:00
45 lines
1,003 B
Text
45 lines
1,003 B
Text
$dir = ~/.config/themes/default
|
|
|
|
#Set Theme, Icon, Wallpaper and Font
|
|
exec = $dir/apply.sh
|
|
|
|
general {
|
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
|
|
|
gaps_in = 3
|
|
gaps_out = 7
|
|
border_size = 2
|
|
col.active_border = rgba(2587ccff)
|
|
col.inactive_border = rgba(595959aa)
|
|
|
|
layout = dwindle
|
|
}
|
|
|
|
decoration {
|
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
|
|
|
rounding = 5
|
|
blur = yes
|
|
blur_size = 1
|
|
blur_passes = 1
|
|
blur_new_optimizations = on
|
|
|
|
drop_shadow = yes
|
|
shadow_range = 4
|
|
shadow_render_power = 3
|
|
col.shadow = rgba(1a1a1aee)
|
|
}
|
|
|
|
animations {
|
|
enabled = yes
|
|
|
|
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
|
|
|
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
|
|
|
animation = windows, 1, 5, myBezier
|
|
animation = windowsOut, 1, 5, default, popin 80%
|
|
animation = border, 1, 7, default
|
|
animation = fade, 1, 5, default
|
|
animation = workspaces, 1, 4, default
|
|
}
|