We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently Hyprland allows adding rounding to applications inside decorations, e.g.:
decorations
decoration { rounding = 10 ...... }
But this rounding does not apply to the groupbar:
rounding
It will be great to add a new rounding setting in groupbar with which to achieve a similar rounding/feel for both applications and the groupbar.
groupbar
Note: I would like to implement this feature probably somewhere at the end of next month when I will have more time.
The text was updated successfully, but these errors were encountered:
#2415
Sorry, something went wrong.
No branches or pull requests
Description
Currently Hyprland allows adding rounding to applications inside
decorations
, e.g.:But this
rounding
does not apply to the groupbar:It will be great to add a new
rounding
setting ingroupbar
with which to achieve a similarrounding
/feel for both applications and thegroupbar
.Note: I would like to implement this feature probably somewhere at the end of next month when I will have more time.
The text was updated successfully, but these errors were encountered: