Files
hyprland-plugins/borders-plus-plus
LionHeartP 71b8953d7d all: chase Hyprland (#683)
* all: chase Hyprland

* bars: add back layer and hit detection

* hyprbars/barDeco.cpp clang-format
2026-06-29 23:40:58 +02:00
..
2026-05-12 13:21:43 +01:00
2025-05-06 03:57:20 +02:00
2024-05-05 16:36:13 +03:00
2025-09-22 12:18:57 +03:00
2026-05-12 13:21:43 +01:00
2026-06-29 23:40:58 +02:00
2026-05-12 13:21:43 +01:00

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
        }
    }
})