restructures style configuration into modular files

This commit is contained in:
2026-02-11 19:59:41 +01:00
parent 15a8707790
commit c57ef06442
7 changed files with 51 additions and 125 deletions

View File

@@ -0,0 +1,6 @@
animations {
enabled = true
bezier = serpent, 0.25, 0.9, 0.2, 1.0
animation = windows, 1, 4, serpent
animation = fade, 1, 6, serpent
}

4
conf/style/colors.conf Normal file
View File

@@ -0,0 +1,4 @@
general {
col.active_border = rgba(1b6f52ff)
col.inactive_border = rgba(1f2a27ff)
}

View File

@@ -0,0 +1,8 @@
decoration {
rounding = 6
blur {
enabled = true
size = 5
passes = 2
}
}

14
conf/style/general.conf Normal file
View File

@@ -0,0 +1,14 @@
general {
gaps_in = 8
gaps_out = 18
border_size = 2
# Set to true enable resizing windows by clicking and dragging on borders and gaps
resize_on_border = false
# Please see https://wiki.hypr.land/Configuring/Tearing/ before you turn this on
allow_tearing = false
layout = dwindle
}