From 7c28ded77ed3019041553155bd920a702f2b1855 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Wed, 1 Feb 2017 22:00:45 -0500 Subject: email readme update --- email-widget/email.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'email-widget/email.lua') diff --git a/email-widget/email.lua b/email-widget/email.lua index cee74e8..10027d1 100644 --- a/email-widget/email.lua +++ b/email-widget/email.lua @@ -12,7 +12,7 @@ email_icon = wibox.widget.imagebox() email_icon:set_image(path_to_icons .. "/mail-mark-new.png") watch( - "python /home//.config/awesome/email/count_unread_emails.py", 20, + "python /home//.config/awesome/email-widget/count_unread_emails.py", 20, function(widget, stdout, stderr, exitreason, exitcode) local unread_emails_num = tonumber(stdout) if (unread_emails_num > 0) then @@ -27,7 +27,7 @@ watch( function show_emails() - awful.spawn.easy_async([[bash -c 'python /home//.config/awesome/email/read_unread_emails.py']], + awful.spawn.easy_async([[bash -c 'python /home//.config/awesome/email-widget/read_unread_emails.py']], function(stdout, stderr, reason, exit_code) naughty.notify{ text = stdout, -- cgit v1.2.3