Skip to content

Instantly share code, notes, and snippets.

@claudiodangelis
Created April 3, 2014 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save claudiodangelis/9956449 to your computer and use it in GitHub Desktop.
Save claudiodangelis/9956449 to your computer and use it in GitHub Desktop.
kupfer.ui.browser.py.patch
28a29
> current_time = gtk.Label(u"")
1427a1429
> current_time.set_text(time.strftime("%H:%M:%S %d/%m/%Y"))
2051a2054,2055
> current_time_align = gtk.Alignment(0,0,0,0)
> current_time_align.add(current_time)
2053a2058
> topbar.pack_start(current_time_align, False, False)
2327a2333
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment