Try adding background colour when you call the widget. i.e something like TimeWarrior(interval=1,inactive_color='#bf616a',active_color= '#a3be8c',background='#ff0000')
Or add it to the defaults list in widgets.py in the TimeWarrior class. See which works:) On Friday, February 11, 2022 at 4:40:13 AM UTC+5:30 moo52 wrote: > I have made a custom widget for time warrior to display time and task, I > am working on is there any way to change background color for my widget > I don't know if this can be done with qtile run-cmd but can i change the > bar background color > her is my config > https://github.com/mosaleh52/dot_files/tree/master/.config/qtile > thanks in advance > > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qtile-dev/1b285775-83a1-461b-9b44-fb0a2546e2d0n%40googlegroups.com.
