-
-
Notifications
You must be signed in to change notification settings - Fork 588
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
Window Specific Corner Radius #1177
Comments
I thought @absolutelynothelix fixed that 🤔 |
Using corner-radius-rules, it doesn't. But just setting corner-radius changes for all windows. I did some further testing, and using |
does qtile bar has any other properties you can attach to or the |
That is everything xprop outputed |
It is possible to add properties to the bar using python. In fact the QTILE_BAR is a property I added, that can still be used in conditions right ? |
you're missing the
|
I tried this just now, it still doesn't work |
huh, it makes the |
I would try to attempt to solve the bug, but I have 0 clue how compositors work 😄, if there is something else I can help with please let me know :) |
oh, it's indeed another |
Yeah, my bad about that. I didn't really understand the terminology in the documentation and messed up the condition. I have corrected the condition now |
does applying #1178 fix the issue for you? |
Hey, I messed up testing, will test again and get back to you |
Hey, Just tested and it works !!! I was using the wrong branch 🥲 Thank you for the quick fix !! Much appreciated |
Hi
I am trying to get only one specific window to have curved radius.
The window has the property QTILE_BAR as shown in the below
xprop
outputI am using the corner-radius-rules config to set a corner radius of 10, but it does not work
corner-radius-rules = [ "10:QTILE_BAR:32c = 1" ];
Am I doing something wrong ??
Platform
GPU, drivers, and screen setup
Environment
Using Qtile with built in bar
picom version
picom --version
: vgit-90f5fDiagnostics
**Version:** vgit-90f5fExtensions:
Misc:
(Another compositor is already running)
Drivers (inaccurate):
Backend: glx
(You are using a software renderer. Unless you are doing this
intentionally, this means you don't have a graphics driver
properly installed. Performance will suffer. Please fix this
before reporting your issue.)
Backend: egl
Cannot initialize this backend
Configuration:
Configuration file
The text was updated successfully, but these errors were encountered: