Skip to content

cadr10/qtile_group_icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is my GroupTaskList widget for qtile.

IMPORT DISCLAIMER: NOT A PROGRAMMER

image

How to use it:

Unfortenetely, I don't know how to use for multiple groups at once. For now, you need to use it for one group at time:

...

        GroupTaskList(group_name='1'),
        widget.Spacer(length=2),
        GroupTaskList(group_name='2'),
        widget.Spacer(length=2),
        GroupTaskList(group_name='3'),
        widget.Spacer(length=2),
        GroupTaskList(group_name='4'),
        widget.Spacer(length=2),
        GroupTaskList(group_name='5'),

...

TODO:

  • Put the spacer inside the GroupTaskList
  • One widget for multiple groups (struggling with this one)
  • Mouse actions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages