hyprland-plugins/hyprbars
vaxerski 274b46c1f7 hyprbars: fix include paths 2023-05-01 02:57:48 +01:00
..
Makefile all: use pkgconfig for headers 2023-05-01 01:03:10 +01:00
README.md hyprbars: add preview 2023-02-28 23:21:20 +00:00
barDeco.cpp hyprbars: fix include paths 2023-05-01 02:57:48 +01:00
barDeco.hpp hyprbars: fix include paths 2023-05-01 02:57:48 +01:00
globals.hpp hyprbars: fix include paths 2023-05-01 02:57:48 +01:00
main.cpp hyprbars: fix include paths 2023-05-01 02:57:48 +01:00
meson.build Meson: init in all plugins and fix include paths 2023-04-27 02:01:22 +03:00

README.md

hyprbars

Adds simple title bars to windows.

preview

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