1
0
Fork 0

Background emacs buttons in panel

This commit is contained in:
Jeremy Kaplan 2016-11-10 16:40:46 -05:00
commit aaab7a29ae

View file

@ -127,7 +127,7 @@ def mail_update(_):
colors['bg'] = color
colors['fg'] = '#FFFFFF'
mutt_config_path = os.path.expanduser('~/.mutt/{}'.format(account))
text = button(str(message_count), 'urxvt -e mutt -F {}'.format(mutt_config_path))
text = button(str(message_count), 'urxvt -e mutt -F {} &'.format(mutt_config_path))
counts.append(color_string(text, **colors))
return 'mail', ''.join(counts)