aboutsummaryrefslogtreecommitdiff
path: root/hypr/plugins.conf
blob: 430947174f637072210181bd4acb44e76f17aefa (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
plugin {
    hy3 {
        $bg = rgba(282828d9)
        $fg = rgb(ebdbb2)
        $fg1 = rgb(a89984)

        node_collapse_policy = 0
        tab_first_window = false
        group_inset = 5

        tabs {
            from_top = false
            height = 25
            radius = 10

            text_font = JetBrainsMono Nerd Font
            text_height = 12

            col.active.border = $fg
            col.active.text = $fg
            col.active = $bg

            col.focused.border = $fg
            col.focused.text = $fg
            col.focused = $bg

            col.urgent.border = $fg
            col.urgent.text = $fg
            col.urgent = $bg

            col.inactive.border = $fg1
            col.inactive.text = $fg
            col.inactive = $bg
        }

        autotile {
          enable = true
      }
    }
  }