Files
hyprland-plugins/hyprbars
2023-10-04 12:11:07 +03:00
..
2023-09-19 11:24:57 +01:00
2023-08-17 10:10:33 +02:00
2023-10-04 12:11:07 +03:00
2023-05-08 19:02:38 +01:00
2023-05-07 15:38:50 +01:00

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