Major rewrite (new install)

This commit is contained in:
ItsDrike 2025-09-02 22:38:05 +02:00
parent 4e89803237
commit e78b421565
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
158 changed files with 2542 additions and 5238 deletions

View file

@ -1,10 +1,34 @@
# ##############
# ### LAYOUT ###
# ##############
general {
layout = dwindle
}
dwindle {
# Allow pseudo-tiling (tiled window that retains it's floating size)
pseudotile = true
# Don't change the split regardless of what happens to the container
preserve_split = true
# Scale down special workspaces (bigger borders)
special_scale_factor = 0.95
}
group {
# Don't auto-insert newly created windows into a group
auto_group = false
}
# ###################
# ### WINDOW GAPS ###
# ###################
general {
gaps_in = 5
gaps_out = 8
gaps_out = 10
}
# ###############
@ -12,30 +36,30 @@ general {
# ###############
decoration {
rounding = 8
rounding = 8
rounding_power = 2
}
general {
border_size = 2
# Regular windows
col.active_border = rgba(FFA500FF) # orange
#col.active_border = rgba(FFFFFFEE) # white
col.inactive_border = rgba(666666AA) # transparent gray
col.active_border = rgba(ffa500ff) # orange
col.inactive_border = rgba(666666aa) # transparent gray
# Windows with nogroup property
col.nogroup_border_active = rgba(FF00FFFF) # purple
col.nogroup_border = rgba(FF00FFAA) # transparent purple
col.nogroup_border_active = rgba(ff00ffff) # purple
col.nogroup_border = rgba(ff00ffaa) # transparent purple
}
group {
# Groupped windows
col.border_active = rgba(00A500FF) # green
col.border_inactive = rgba(5AA500FF) # transparent green
# Groupped windows
col.border_active = rgba(00a500ff) # green
col.border_inactive = rgba(5aa500ff) # transparent green
# Locked groupped windows
col.border_locked_active = rgba(A0A500FF) # yellow
col.border_locked_inactive = rgba(A0A500AA) # transparent yellow
# Locked groupped windows
col.border_locked_active = rgba(a0a500ff) # yellow
col.border_locked_inactive = rgba(a0a500aa) # transparent yellow
}
# #################
@ -46,7 +70,7 @@ group {
groupbar {
# Title box above window
render_titles = false # disable, looks kinda bad
font_family = Monaspace Krypton
#font_family = Monaspace Krypton
font_size = 11
text_color = rgba(FFFFFFFF) # white
@ -70,14 +94,15 @@ group {
# ###################
decoration {
shadow {
enabled = true # enable drop shadow
range = 20
render_power = 2
color = rgba(0F0F0FE6)
#color = rgba(FFA500FF)
color_inactive = rgba(0F0F0F99)
}
shadow {
# I don't really need drop shadow, it just consumes more battery
# and I honestly don't see a huge difference with it on.
enabled = false
range = 4
render_power = 3
color = rgba(0f0f0fe6)
color_inactive = rgba(0f0f0f99)
}
}
# ###################
@ -87,44 +112,49 @@ decoration {
decoration {
blur {
enabled = true
size = 8
size = 6
passes = 1
}
}
# ########################
# ### INACTIVE WINDOWS ###
# ########################
decoration {
#dim_inactive = true
dim_strength = 0.05
dim_special = 0.2
# inactive_opacity = 0.9
}
# ##################
# ### ANIMATIONS ###
# ##################
animations {
enabled = true
first_launch_animation = true # fade in on first launch
enabled = true
animation = windows, 1, 3, default, popin 50%
animation = border, 1, 4, default
animation = fade, 1, 4, default
animation = workspaces, 1, 3, default
animation = specialWorkspace, 1, 2, default, slidefadevert
}
bezier = easeOutQuint,0.23,1,0.32,1
bezier = easeInOutCubic,0.65,0.05,0.36,1
bezier = linear,0,0,1,1
bezier = almostLinear,0.5,0.5,0.75,1.0
bezier = quick,0.15,0,0.1,1
misc {
animate_manual_resizes = true
animation = global, 1, 10, default
animation = border, 1, 5.39, easeOutQuint
animation = windows, 1, 4.79, easeOutQuint
animation = windowsIn, 1, 4.1, easeOutQuint, popin 87%
animation = windowsOut, 1, 1.49, linear, popin 87%
animation = fadeIn, 1, 1.73, almostLinear
animation = fadeOut, 1, 1.46, almostLinear
animation = fade, 1, 3.03, quick
animation = layers, 1, 3.81, easeOutQuint
animation = layersIn, 1, 4, easeOutQuint, fade
animation = layersOut, 1, 1.5, linear, fade
animation = fadeLayersIn, 1, 1.79, almostLinear
animation = fadeLayersOut, 1, 1.39, almostLinear
animation = workspaces, 1, 1.94, almostLinear, fade
animation = workspacesIn, 1, 1.21, almostLinear, fade
animation = workspacesOut, 1, 1.94, almostLinear, fade
animation = specialWorkspace, 1, 2, default, slidefadevert
}
# #################
# ### WALLPAPER ###
# #################
# vi: ft=hyprlang
misc {
disable_hyprland_logo = true
disable_splash_rendering = true
force_default_wallpaper = -1
}