hyprland-plugins/borders-plus-plus/README.md
2026-05-12 13:21:43 +01:00

393 B

borders-plus-plus

Allows you to add one or two additional borders to your windows.

The borders added are static.

Example Config:

hl.config({
    plugin = {
        borders_plus_plus = {
            add_borders = 1
            natural_rounding = true

            col = {
                border_1 = "rgb(ffffff)"
            }

            border_size_1 = 10
        }
    }
})