hyprland-plugins/borders-plus-plus
Vaxry 4334510363 all: chase hyprland
fixes #104
2024-04-03 12:09:31 +01:00
..
Makefile all: add -O2 to compiler args 2023-11-04 00:48:52 +00:00
README.md borders-plus-plus: Add more borders and controls 2023-10-19 14:43:54 +01:00
borderDeco.cpp all: chase hyprland 2024-04-03 12:09:31 +01:00
borderDeco.hpp all: chase hyprland 2024-03-31 02:18:20 +01:00
default.nix Nix: use mkHyprlandPlugin from nixpkgs 2024-03-13 00:08:22 +02:00
globals.hpp Meson: init in all plugins and fix include paths 2023-04-27 02:01:22 +03:00
main.cpp all: chase hyprland 2024-03-20 03:02:10 +00: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
    }
}