aboutsummaryrefslogtreecommitdiffstats
path: root/hyprland/22-theme.conf
blob: 5cf5d6f03071c4b670cd87a77a41ef8707eb1354 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# Settings #

general {
    gaps_in = 2
    gaps_out = 5
    border_size = 2
    col.active_border = $col_active_border
    col.inactive_border = $col_inactive_border

    layout = dwindle

    allow_tearing = false
}

decoration {
    rounding = 0
    
    blur {
        enabled = true
        size = 3
        passes = 1
    }

    drop_shadow = no
}

group {
    auto_group = false
    col.border_active = $col_active_border
    col.border_inactive = $col_inactive_border

    groupbar {
        font_family = $font_primary
        font_size = 10
        gradients = true
        col.active = 0x434e59ff
        col.inactive = 0x00000000
        stacked = true
        render_titles = true
    }

}

animations {
    enabled = yes
    # first_launch_animation = no

    bezier = overshoot, 0.05, 0.9, 0.1, 1.05

    animation = windows, 1, 3, overshoot, slide
    animation = border, 1, 5, default
    animation = borderangle, 1, 8, default
    animation = fade, 1, 3, default
    animation = layers, 
    animation = workspaces, 1, 2, default
}

xwayland {
  force_zero_scaling = true
  use_nearest_neighbor = false
}

dwindle {
    pseudotile = false 
    force_split = 2
    preserve_split = yes 
    no_gaps_when_only = 1
}

master {
    # new_is_master = false
}

gestures {
    workspace_swipe = on
}

misc {
    disable_hyprland_logo = true
    disable_splash_rendering = true
    force_default_wallpaper = 0
    # cursor_zoom_factor = 1
    vfr = false
}