hyprland-plugins/hyprbars
Mihai Fufezan 205ef4d7f8
add initial pluginBuilder
2023-10-04 12:11:07 +03:00
..
Makefile unbreak build on arch 2023-05-08 19:02:38 +01:00
README.md Hyprbars: Improve Title Rendering (#16) 2023-05-01 20:02:05 +01:00
barDeco.cpp hyprbars: fix compile 2023-09-19 11:24:57 +01:00
barDeco.hpp hyprbars: Fix button scaling (#38) 2023-08-17 10:10:33 +02:00
default.nix add initial pluginBuilder 2023-10-04 12:11:07 +03:00
globals.hpp hyprbars: fix include paths 2023-05-01 02:57:48 +01:00
main.cpp hyprbars: don't add to x11 noborder windows 2023-05-14 18:01:37 +01:00
meson.build Unbreak build on FreeBSD (#23) 2023-05-07 15:38:50 +01:00

README.md

hyprbars

Adds simple title bars to windows.

preview

Config

All config options are in plugin:hyprbars:

plugin {
    hyprbars {
        # config
        buttons {
            # button config
        }
    }
}

bar_color -> (col) bar's background color

bar_height -> (int) bar's height (default 15)

col.text -> (col) bar's title text color

bar_text_size -> (int) bar's title text font size (default 10)

bar_text_font -> (str) bar's title text font (default "Sans")

Buttons Config

button_size -> (int) the size of the buttons.

col.maximize -> (col) maximize button color

col.close -> (col) close button color