hyprland-plugins/borders-plus-plus
Vaxry 47a1acd6ba
all: chase hyprland
fixes #66 fixes #67
2024-01-28 23:40:51 +02: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-01-28 23:40:51 +02:00
borderDeco.hpp all: chase hyprland 2024-01-28 23:40:51 +02: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: update for hyprland#3800 2023-11-11 14:39:46 +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
    }
}