Delete i3pystatusrc.py

This commit is contained in:
Jason Paris 2017-01-31 17:29:43 -05:00 committed by enkore
parent fe5c8df35a
commit 33f6ebbf0a

View File

@ -1,17 +0,0 @@
from i3pystatus import Status
from i3pystatus.mail import maildir
from i3pystatus.weather import wunderground
status = Status(standalone=True)
status.register("reddit",
#on_leftclick="google-chrome-stable reddit.com/message/inbox && \
#i3-msg workspace 1:www",
username="stay_at_home_daddy",
format="{comment_karma}"
)
status.run()