From 82571719eae47cf24f8e07a46340847142755c28 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 20 Jun 2014 01:37:07 +0200 Subject: Add extra space after mail counts --- .config/awesome/rc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 527a2bc..edaee7b 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -177,7 +177,7 @@ mytasklist.buttons = awful.util.table.join( mymaillist = wibox.widget.textbox() mymaillist:set_text( - string.format(" ryu: %d gmail: %d 9f: %d", + string.format(" ryu: %d gmail: %d 9f: %d ", new_mail('ryuslash.org/inbox'), new_mail('gmail/inbox'), new_mail('ninthfloor/inbox'))) @@ -186,7 +186,7 @@ mymaillisttimer:connect_signal( "timeout", function () mymaillist:set_text( - string.format(" ryu: %d gmail: %d 9f: %d", + string.format(" ryu: %d gmail: %d 9f: %d ", new_mail('ryuslash.org/inbox'), new_mail('gmail/inbox'), new_mail('ninthfloor/inbox'))) -- cgit v1.2.3-54-g00ecf