Skip to content

Commit

Permalink
Switch back to 60 seconds refresh rate
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Apr 28, 2020
1 parent 0749c3e commit be6bc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion headset-charge-indicator.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ def quit(source):
ind.set_menu(menu)

# update printed charge every 60 seconds
GLib.timeout_add(6000, change_label, None)
GLib.timeout_add(60000, change_label, None)

Gtk.main()

0 comments on commit be6bc14

Please sign in to comment.