hyprland-plugins/borders-plus-plus
2026-05-12 13:21:43 +01:00
..
borderDeco.cpp all: update for 0.55 2026-05-12 13:21:43 +01:00
borderDeco.hpp all: chase hyprland (#334) 2025-05-06 03:57:20 +02:00
BorderppPassElement.cpp all: lua update compatibility (#649) 2026-05-05 00:35:52 +01:00
BorderppPassElement.hpp all: lua update compatibility (#649) 2026-05-05 00:35:52 +01:00
CMakeLists.txt treewide: add CMake files 2024-05-05 16:36:13 +03:00
default.nix chore: chase nixpkgs 2025-09-22 12:18:57 +03:00
globals.hpp all: update for 0.55 2026-05-12 13:21:43 +01:00
main.cpp all: update for 0.55 2026-05-12 13:21:43 +01:00
Makefile all: update Makefiles to allow CXX, CXXFLAGS, LDFLAGS env vars (#584) 2026-01-06 19:11:41 +01:00
meson.build treewide: update pkgconfig flags to include irregular locations of headers on distros like openSUSE (#150) 2024-04-20 13:05:44 +03:00
README.md all: update for 0.55 2026-05-12 13:21:43 +01:00

borders-plus-plus

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

The borders added are static.

Example Config:

hl.config({
    plugin = {
        borders_plus_plus = {
            add_borders = 1
            natural_rounding = true

            col = {
                border_1 = "rgb(ffffff)"
            }

            border_size_1 = 10
        }
    }
})