| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A Python script to add rounded corners to X-based displays.
xround uses python-xlib and X's Shape extension to draw faux corners above the user's display. The corners are #000000 and will persist across workspaces and above all (most) windows.
pip install xroundOr call the script directly with python-xlib installed.
# Running the script without flags uses defaults of 16 for all corners
xround.py
# Set which corners to display using cardinal direction (nw,ne,se,sw) in any order (case insensitive)
xround.py --corners NW,NE
xround.py --corners NW,ne,SE
# Set the size of the corners
xround.py --size 24
xround.py --size 32
xround.py --corners NW,NE --size 20| Back | FazBrowse Home | New Git URL |