-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
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
feat(groupbar): render a border around the window and groupbar #9561
base: main
Are you sure you want to change the base?
Conversation
Can we have those borders completely disabled, by default, please? Tbh I want to remove my eyes when I'm looking at the example image. UPD: Also, why three new variables instead of something like |
why do this ? lack of customization |
Common sense? Why would anyone want a different border with extra options for a groupbar, when there are already settings for group windows? |
that's your opinion. many people would like the extra customization |
I'm pretty sure, they aren't, in this case. At least, make it disabled by default, please. I'm sure many people wouldn't want to mess with three new extra variables just to fix... this. |
fix what?
patterns like this probably exist elsewhere in the codebase as well no need to get feisty
|
You already fixed this, so not gonna talk about this. Thanks, btw
what I'm not gonna repeat myself, but to conclude: introducing three new config variables, instead of one, just to theme such a small thing as a groupbar, especially given that settings for group borders already exist - is a big brain move. Anyway, thanks again for disabling this, by default. I don't care anymore, take care. |
the borders for the group and groupbar are 2 different things, no need to merge config options for both of them by adding: expand_border_to_groupbar = 1/0 |
just coming here to add that |
it looks like its merging into the groupbar though also thick asf also doesnt even look positioned right not a clean hack i'd say, even if its possible has many issues and crashes like you said what if the user wants a border around the groupbar and the group? using this hack wouldn't make that possible |
it simply moves the groupbar bounding box inside the border bounding box |
then this wouldnt be possible:
ic, been open for like 2 years unrecoverable merge conflicts |
fixes #9291
example image included in #9291 , looks the exact same
hyprwm/hyprland-wiki#996