Config Reference

Effects

Backdrop quality for compositor overlays and renderer-level shadow layers.

Defaults

Defaults shown here are the effective built-in defaults for the selected wiki version.

Default Config Shape

Use this as the section shape when editing halley.rune.

Effects config
effects:
  blur:
    overlays true
    method "dual-kawase"
    radius 24
    passes 3
    saturation 1.10
    noise 0.012
  end
  shadows:
    window:
      enabled true
      blur-radius 8
      offset-y 5
      colour "#05030530"
    end
  end
end

effects

Renderer effect groups.

OptionTypeDefaultNotes
blurnested blocksee effects.blurBackdrop blur quality. Client activation belongs in rules.
shadowsnested blocksee effects.shadowsWindow, node, and overlay shadows.

effects.blur

Dual Kawase blur used by opted-in compositor overlays and rules.

OptionTypeDefaultNotes
overlaysbooltrueAllows compositor-owned overlays to use blur.
methodstringdual-kawaseThe supported blur method.
radiusu3224Backdrop blur radius.
passesu323Downsample/upsample pass count.
saturationf321.10Backdrop saturation multiplier.
noisef320.012Frosted-glass noise amount.

effects.shadows.window

Shadow beneath managed windows.

OptionTypeDefaultNotes
enabled | blur-radius | spread | offset-x | offset-y | colourshadow fieldstrue | 8 | 0 | 0 | 5 | #05030530Window shadow switch, geometry, and RGBA color.

effects.shadows.node

Shadow beneath nodes and cluster cores.

OptionTypeDefaultNotes
enabled | blur-radius | spread | offset-x | offset-y | colourshadow fieldstrue | 14 | 0 | 0 | 3 | #05030524Node shadow switch, geometry, and RGBA color.

effects.shadows.overlay

Shadow beneath overlay containers.

OptionTypeDefaultNotes
enabled | blur-radius | spread | offset-x | offset-y | colourshadow fieldstrue | 24 | 1 | 0 | 7 | #05030538Overlay shadow switch, geometry, and RGBA color.