Refactor into modular configs, fix btop triple bind, add opacity notes
This commit is contained in:
66
configs/hypr/appearance.conf
Normal file
66
configs/hypr/appearance.conf
Normal file
@@ -0,0 +1,66 @@
|
||||
#############################
|
||||
# Look & Feel
|
||||
#############################
|
||||
|
||||
general {
|
||||
gaps_in = 5
|
||||
gaps_out = 5
|
||||
border_size = 2
|
||||
|
||||
col.active_border = rgba($mauveAlpha) rgba($baseAlpha) rgba($baseAlpha) rgba($mauveAlpha) 45deg
|
||||
col.inactive_border = rgba($mauveAlpha) rgba($mauveAlpha) rgba($mauveAlpha) rgba($mauveAlpha) 45deg
|
||||
|
||||
resize_on_border = false
|
||||
allow_tearing = false
|
||||
layout = dwindle
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding = 10
|
||||
|
||||
# Window opacity: focused / unfocused
|
||||
# NOTE: if your terminal also has background_opacity,
|
||||
# the effective opacity = terminal_bg_opacity * hyprland_opacity
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 0.7
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
size = 3
|
||||
passes = 2
|
||||
new_optimizations = true
|
||||
vibrancy = 0.1696
|
||||
ignore_opacity = true
|
||||
}
|
||||
}
|
||||
|
||||
animations {
|
||||
enabled = true
|
||||
|
||||
bezier = wind, 0.05, 0.9, 0.1, 1.05
|
||||
bezier = winIn, 0.1, 1.1, 0.1, 1.1
|
||||
bezier = winOut, 0.3, -0.3, 0, 1
|
||||
bezier = liner, 1, 1, 1, 1
|
||||
|
||||
animation = windows, 1, 6, wind, slide
|
||||
animation = windowsIn, 1, 6, winIn, slide
|
||||
animation = windowsOut, 1, 5, winOut, slide
|
||||
animation = windowsMove, 1, 5, wind, slide
|
||||
animation = border, 1, 1, liner
|
||||
animation = borderangle, 1, 30, liner, loop
|
||||
animation = fade, 1, 10, default
|
||||
animation = workspaces, 1, 5, wind
|
||||
}
|
||||
|
||||
dwindle {
|
||||
preserve_split = true
|
||||
}
|
||||
|
||||
master {}
|
||||
|
||||
misc {
|
||||
force_default_wallpaper = 0
|
||||
disable_hyprland_logo = true
|
||||
disable_splash_rendering = true
|
||||
vrr = 0
|
||||
}
|
||||
Reference in New Issue
Block a user