add: Emergence for hyprland, files are split into different config files, gruvbox based
This commit is contained in:
55
configs/hyprland_l/Emergence/Gruvbox/hyprfeels.conf
Normal file
55
configs/hyprland_l/Emergence/Gruvbox/hyprfeels.conf
Normal file
@@ -0,0 +1,55 @@
|
||||
general {
|
||||
gaps_in = 0
|
||||
gaps_out = 5
|
||||
border_size = 2
|
||||
col.active_border = rgba(FE8019aa) # Orange
|
||||
col.inactive_border = rgba(595959aa) # Grey
|
||||
|
||||
layout = dwindle
|
||||
allow_tearing = false
|
||||
}
|
||||
|
||||
animations {
|
||||
enabled = yes
|
||||
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
||||
|
||||
animation = windows, 1, 7, myBezier
|
||||
animation = windowsOut, 1, 7, default, popin 80%
|
||||
animation = border, 1, 10, default
|
||||
animation = borderangle, 1, 8, default
|
||||
animation = fade, 1, 7, default
|
||||
animation = workspaces, 1, 6, default
|
||||
}
|
||||
|
||||
gestures {
|
||||
workspace_swipe = on
|
||||
workspace_swipe_fingers = 3
|
||||
workspace_swipe_distance = 500
|
||||
workspace_swipe_invert = false
|
||||
workspace_swipe_create_new = true
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding = 0
|
||||
rounding_power = 2
|
||||
|
||||
# Change transparency of focused and unfocused windows
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 1.0
|
||||
|
||||
shadow {
|
||||
enabled = false
|
||||
range = 4
|
||||
render_power = 3
|
||||
color = rgba(1a1a1aee)
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#blur
|
||||
blur {
|
||||
enabled = false
|
||||
size = 3
|
||||
passes = 1
|
||||
|
||||
vibrancy = 0.1696
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user