Skip to content

Commit

Permalink
Merge pull request #2 from AlperSakarya/patch-1
Browse files Browse the repository at this point in the history
Update indicator.py
  • Loading branch information
limhenry committed Apr 23, 2016
2 parents 3a9bb25 + 665f8af commit 3cd868a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion wallpaper changer/indicator.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
import signal
import gi
gi.require_version('Gtk', '3.0')
gi.require_version('AppIndicator3', '0.1')
gi.require_version('Notify', '0.7')
from gi.repository import Gtk as gtk
from gi.repository import AppIndicator3 as appindicator
import json
Expand Down Expand Up @@ -48,4 +52,4 @@ def changewallpaper(source):

if __name__ == "__main__":
signal.signal(signal.SIGINT, signal.SIG_DFL)
main()
main()

0 comments on commit 3cd868a

Please sign in to comment.