Skip to content

Commit

Permalink
Update indicator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AlperSakarya committed Apr 22, 2016
1 parent d62140e commit 665f8af
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 665f8af

Please sign in to comment.