The corner radius can be specified using one, two or four values with the same behavior as the CSS border-radius property (one value applies to all corners, two to opposite ones, and four to each corner separately in the order top-left, top-right, bottom-right, bottom-left).
The default behavior (no rounded corners for the application window, fully rounded ones for the input box) remains unchanged.
This pull request adds the configuration parameter
corner_radius
for both the main application window as well as the input text field.Minimal
yofi.config
:The corner radius can be specified using one, two or four values with the same behavior as the CSS
border-radius
property (one value applies to all corners, two to opposite ones, and four to each corner separately in the order top-left, top-right, bottom-right, bottom-left).The default behavior (no rounded corners for the application window, fully rounded ones for the input box) remains unchanged.
Resolves #6 and resolves #41.