my config.py:

widget.Sep(
                    linewidth = 1,
                    padding = 5,
                ),
                widget.CPU(
                    background = "#C68B7B",
                    foreground = "#2e3440",
                    font = "RobotoMono Nerd Font Bold",
                    fontsize = 13,
                    decorations = [
                        RectDecoration (
                            padding_y = 3,
                            radius = 2,
                            #filled = True
                        ),
                    ],
                ),
                widget.Sep(
                    linewidth = 1,
                    padding = 5,
                ),

i am unable to get round corner, any idea why ?

-- 
You received this message because you are subscribed to the Google Groups 
"qtile-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qtile-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qtile-dev/b1fa509f-ef91-4d6c-b9b2-117e354983e6n%40googlegroups.com.

Reply via email to