aboutsummaryrefslogtreecommitdiff
path: root/hypr/configs/decorations.lua
blob: 80b78352a19c19fe0cfe4a61428937bfca0e203c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
    }
  }
})