crabvk / bar-gmail

A Polybar module to show unread messages from Gmail
MIT License
90 stars 12 forks source link

Polybar freezes on click action #3

Closed RobinWeymans closed 6 years ago

RobinWeymans commented 6 years ago

There should be a '&' after the click-left command.

[module/gmail]
type = custom/script
exec = ~/.config/polybar/gmail/launch.py
tail = true
click-left = xdg-open https://mail.google.com &
crabvk commented 6 years ago

Not necessarily, it depends on xdg-open version, I guess. https://unix.stackexchange.com/q/74605/169627