hyprland-plugins/borders-plus-plus
Mihai Fufezan 61656eb7d6
hyprtrails,borders-plus-plus: chase hyprland
2024-06-23 22:21:21 +03:00
..
CMakeLists.txt treewide: add CMake files 2024-05-05 16:36:13 +03:00
Makefile 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 borders-plus-plus: Add more borders and controls 2023-10-19 14:43:54 +01:00
borderDeco.cpp all: chase hyprland 2024-04-27 13:06:23 +01:00
borderDeco.hpp hyprtrails,borders-plus-plus: chase hyprland 2024-06-23 22:21:21 +03:00
default.nix treewide: add CMake files 2024-05-05 16:36:13 +03:00
globals.hpp Meson: init in all plugins and fix include paths 2023-04-27 02:01:22 +03:00
main.cpp all: chase hyprland 2024-04-27 13:06:23 +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

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
    }
}