hyprland-plugins/borders-plus-plus
outfoxxed 0053442040 Use `pname` instead of `name` for plugin derivations 2023-05-11 10:40:04 +03:00
..
Makefile unbreak build on arch 2023-05-08 19:02:38 +01:00
README.md fix example cfg 2023-02-27 20:56:24 +00:00
borderDeco.cpp Meson: init in all plugins and fix include paths 2023-04-27 02:01:22 +03:00
borderDeco.hpp Meson: init in all plugins and fix include paths 2023-04-27 02:01:22 +03: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 Meson: init in all plugins and fix include paths 2023-04-27 02:01:22 +03: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.

Config:

plugin {
    borders-plus-plus {
        add_borders = 1 # 0 - 2
        col.border_1 = rgb(ffffff) # example col for border 1
        col.border_2 = rgb(2222ff) # example col for border 2
    }
}