Closed ervinpopescu closed 1 month ago
How did you import RoundedCorners
? And did you restart qtile after adding this to your config?
qtile-extras runs a hook on startup to inject some code to make this work. My guess is that that hook hasn't been run.
from qtile_extras.layout.decorations.borders import RoundedCorners
Suggested by ruff
since it's a private import if I follow https://qtile-extras.readthedocs.io/en/latest/manual/how_to/borders.html#border-decorations.
Same thing with:
from qtile_extras.layout.decorations import RoundedCorners
qtile-extras runs a hook on startup to inject some code to make this work. My guess is that that hook hasn't been run.
Ah, the hook slipped my mind. On Wayland, let me shutdown and start Qtile. :)
WAI. :)
Sorry for opening this so fast, will first reach out on Discord in the future.
All good and nice to see people trying out these features!
Config: