mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2026-05-14 14:48:05 +02:00
393 B
393 B
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
}
}
})