restructures style configuration into modular files
This commit is contained in:
6
conf/style/animations.conf
Normal file
6
conf/style/animations.conf
Normal 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
4
conf/style/colors.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
general {
|
||||
col.active_border = rgba(1b6f52ff)
|
||||
col.inactive_border = rgba(1f2a27ff)
|
||||
}
|
||||
8
conf/style/decoration.conf
Normal file
8
conf/style/decoration.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
decoration {
|
||||
rounding = 6
|
||||
blur {
|
||||
enabled = true
|
||||
size = 5
|
||||
passes = 2
|
||||
}
|
||||
}
|
||||
14
conf/style/general.conf
Normal file
14
conf/style/general.conf
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user