mirror of
https://github.com/danbulant/dotfiles
synced 2026-05-19 04:18:55 +00:00
45 lines
1,000 B
Text
45 lines
1,000 B
Text
$dir = ~/.config/themes/hack
|
|
|
|
#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(66ffffff)
|
|
col.inactive_border = rgba(595959aa)
|
|
|
|
layout = dwindle
|
|
}
|
|
|
|
decoration {
|
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
|
|
|
rounding = 0
|
|
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
|
|
}
|