Hi,
I'm experimenting with mouse callbacks so I wanted to get calendar when I
click on the clock widget. For some reason I cannot get cal to be opened.
other commands that I tested it on like htop, plain terminal(alacritty),
and calcurse seem to be working fine. I use this to get the callback:
widget.Clock(
format = '%b %d %A %H:%M:%S',
mouse_callbacks = {"Button1": lambda: qtile.cmd_spawn("alacritty -e cal -3"
)}
)
when I click on the clock it looks like alacritty opens for a split of a
second and quickly disappears. Any reasons why I cannot get cal command to
open?
Thanks in advance,
David
--
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/d9e08f04-c2eb-44d6-9706-b433e5bd851an%40googlegroups.com.