Tasklist widget
See original GitHub issuelog
2021-12-01 14:05:42,449 ERROR libqtile loop.py:_handle_exception():L64 cairo returned CAIRO_STATUS_INVALID_MATRIX: b'invalid matrix (not invertible)'
Traceback (most recent call last):
File "/usr/lib/python3.9/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib/python3.9/site-packages/libqtile/core/manager.py", line 833, in f
def cmd_info(self) -> None:
File "/usr/lib/python3.9/site-packages/libqtile/bar.py", line 549, in _actual_draw
File "/usr/lib/python3.9/site-packages/libqtile/widget/tasklist.py", line 489, in draw
self.drawbox(
File "/usr/lib/python3.9/site-packages/libqtile/widget/tasklist.py", line 384, in drawbox
framed.draw_fill(offset, self.margin_y, rounded)
File "/usr/lib/python3.9/site-packages/libqtile/drawer.py", line 192, in draw_fill
self.draw(x, y, rounded=rounded, fill=True)
File "/usr/lib/python3.9/site-packages/libqtile/drawer.py", line 157, in draw
self.drawer.set_source_rgb(self.border_color)
File "/usr/lib/python3.9/site-packages/libqtile/backend/x11/drawer.py", line 191, in set_source_rgb
File "/usr/lib/python3.9/site-packages/libqtile/backend/base.py", line 757, in set_source_rgb
File "/usr/lib/python3.9/site-packages/cairocffi/context.py", line 393, in set_source
self._check_status()
File "/usr/lib/python3.9/site-packages/cairocffi/context.py", line 107, in _check_status
_check_status(cairo.cairo_status(self._pointer))
File "/usr/lib/python3.9/site-packages/cairocffi/__init__.py", line 88, in _check_status
raise exception(message, status)
cairocffi.CairoError: cairo returned CAIRO_STATUS_INVALID_MATRIX: b'invalid matrix (not invertible)'
config
tasks = widget.TaskList(
highlight_method="block",
border="#000000",
margin=0,
fontsize=0
)
qtile --version
0.18.2.dev105+gda93518b
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Class awful.widget.tasklist - awesome API documentation
Tasklist widget module for awful. Status icons: By default, the tasklist prepends some symbols in front of the client name.
Read more >awesome/tasklist.lua at master - widget - GitHub
awesome/lib/awful/widget/tasklist.lua ... Tasklist widget module for awful. ... By default, the tasklist prepends some symbols in front of the client name.
Read more >Source code for libqtile.widget.tasklist - Qtile Docs
Source code for libqtile.widget.tasklist ... Built with Sphinx using a theme provided by Read the Docs. Read the Docs v: latest.
Read more >Task List widget
You can add the Task List widget from the Widget Catalog to your Homepage. The Task List widget displays a list of all...
Read more >Add a Todoist widget on your iOS device
Tap Add Widgets. Scroll down and tap Todoist. Select the widget you would like to add: Tasks: Choose this widget to view tasks...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes. Same. Update, and no problem. Thanks.
Great!