hyprland-plugins/borders-plus-plus
Zebra2711 eab6921631
all: chase hyprland (#334)
Co-authored-by: Zebra2711 <zebra2711@users.noreply.github.com>
2025-05-06 03:57:20 +02:00
..
2025-05-06 03:57:20 +02:00
2025-05-06 03:57:20 +02:00
2024-05-05 16:36:13 +03:00
2024-05-05 16:36:13 +03:00
2024-12-04 15:58:09 +01:00
2025-05-06 03:57:20 +02:00
2024-12-25 15:58:23 +01:00

borders-plus-plus

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

The borders added are static.

Example Config:

plugin {
    borders-plus-plus {
        add_borders = 1 # 0 - 9

        # you can add up to 9 borders
        col.border_1 = rgb(ffffff)
        col.border_2 = rgb(2222ff)

        # -1 means "default" as in the one defined in general:border_size
        border_size_1 = 10
        border_size_2 = -1

        # makes outer edges match rounding of the parent. Turn on / off to better understand. Default = on.
        natural_rounding = yes
    }
}