hyprland-plugins/borders-plus-plus
Vaxry e7caa01b4f all: fix for hyprland@a61eb769 2023-10-21 14:55:42 +01:00
..
Makefile unbreak build on arch 2023-05-08 19:02:38 +01:00
README.md borders-plus-plus: Add more borders and controls 2023-10-19 14:43:54 +01:00
borderDeco.cpp borders-plus-plus: honor 0 rounding 2023-10-19 14:48:55 +01:00
borderDeco.hpp borders-plus-plus: Add more borders and controls 2023-10-19 14:43:54 +01:00
default.nix Use `pname` instead of `name` for plugin derivations 2023-05-11 10:40:04 +03:00
globals.hpp Meson: init in all plugins and fix include paths 2023-04-27 02:01:22 +03:00
main.cpp all: fix for hyprland@a61eb769 2023-10-21 14:55:42 +01:00
meson.build Meson: init in all plugins and fix include paths 2023-04-27 02:01:22 +03:00

README.md

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