hyprland-plugins/hyprbars
Mihai Fufezan c6b1928fac
Meson: init in all plugins and fix include paths
2023-04-27 02:01:22 +03:00
..
Makefile add additional wlroots include dirs 2023-04-01 02:21:31 +01:00
README.md hyprbars: add preview 2023-02-28 23:21:20 +00:00
barDeco.cpp hyprbars: end drag on out of bar 2023-04-18 19:50:09 +01:00
barDeco.hpp Add dragging support 2023-02-28 22:53:49 +00:00
globals.hpp Added hyprbars 2023-02-28 20:30:51 +00:00
main.cpp hyprbars: fix typo 2023-04-05 11:20:21 +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")