aboutsummaryrefslogtreecommitdiff
path: root/hypr/configs/decoration.lua
blob: 44079cbe1919d69ec80e4d86b6b5b7676dca2db8 (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
hl.config({
  decoration = {
    rounding = 16,
    active_opacity = 0.85,
    inactive_opacity = 0.79,

    shadow = {
      enabled = false
    },

    blur = {
      enabled = true,
      popups = true,
      size = 2,
      passes = 4,
      brightness = 1.5,
      vibrancy = 0.1696
    },
  },

  col = {
    active_border = "rgba(ebdbb280)",
    inactive_border = "rgba(a8998480)",
  }
})