hyprland-plugins/hyprbars
vaxerski 39fea62bf4 Fixup for latest hl commits 2023-02-28 21:17:46 +00:00
..
Makefile Added hyprbars 2023-02-28 20:30:51 +00:00
README.md better spacing for readme 2023-02-28 20:31:45 +00:00
barDeco.cpp Fixup for latest hl commits 2023-02-28 21:17:46 +00:00
barDeco.hpp Fixup for latest hl commits 2023-02-28 21:17:46 +00:00
globals.hpp Added hyprbars 2023-02-28 20:30:51 +00:00
main.cpp Added hyprbars 2023-02-28 20:30:51 +00:00

README.md

hyprbars

Adds simple title bars to windows.

Config

All config options are in plugin:hyprbars:

plugin {
    hyprbars {
        # config
    }
}

bar_color -> (col) bar's background color

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

bar_text_color -> (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")