hyprwm / Hypr

Hypr is a tiling window manager written in modern C++.
BSD 3-Clause "New" or "Revised" License
1.06k stars 32 forks source link

Added font size to bar #73

Closed Jovvik closed 2 years ago

Jovvik commented 2 years ago

This PR adds variable font size to the bar.

Font size is defined as a float in the font.size setting in the Bar block alongside the font itself.

vaxerski commented 2 years ago

lgtm, thank you!