mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2026-05-16 07:38:05 +02:00
| .. | ||
| borderDeco.cpp | ||
| borderDeco.hpp | ||
| BorderppPassElement.cpp | ||
| BorderppPassElement.hpp | ||
| CMakeLists.txt | ||
| default.nix | ||
| globals.hpp | ||
| main.cpp | ||
| Makefile | ||
| meson.build | ||
| README.md | ||
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
}
}
})