Background emacs buttons in panel
This commit is contained in:
parent
b1c425d2a5
commit
aaab7a29ae
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ def mail_update(_):
|
||||||
colors['bg'] = color
|
colors['bg'] = color
|
||||||
colors['fg'] = '#FFFFFF'
|
colors['fg'] = '#FFFFFF'
|
||||||
mutt_config_path = os.path.expanduser('~/.mutt/{}'.format(account))
|
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))
|
counts.append(color_string(text, **colors))
|
||||||
return 'mail', ''.join(counts)
|
return 'mail', ''.join(counts)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue