hyprland-plugins/hyprbars
snehrbass c2dd35fab6
hyprbars: makefile typo (#21)
Co-authored-by: nehrbash <stephen.nehrbass@infinitetactics.com>
2023-05-05 21:04:54 +01:00
..
Makefile hyprbars: makefile typo (#21) 2023-05-05 21:04:54 +01:00
README.md Hyprbars: Improve Title Rendering (#16) 2023-05-01 20:02:05 +01:00
barDeco.cpp Hyprbars: Improve Title Rendering (#16) 2023-05-01 20:02:05 +01:00
barDeco.hpp hyprbars: fix include paths 2023-05-01 02:57:48 +01:00
default.nix hyprbars: add default.nix 2023-05-01 22:46:02 +03:00
globals.hpp hyprbars: fix include paths 2023-05-01 02:57:48 +01:00
main.cpp Hyprbars: Improve Title Rendering (#16) 2023-05-01 20:02:05 +01:00
meson.build Hyprbars: Improve Title Rendering (#16) 2023-05-01 20:02:05 +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