Skip to content

Commit

Permalink
fix: usr: use correct signature for about dialog, cleanup app string
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Arnold <[email protected]>
  • Loading branch information
sarnold committed Aug 27, 2024
1 parent 47a9d01 commit 1cfda2a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scripts/timew-status-indicator
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,13 @@ class Indicator:
dlg.set_version(APP_VERSION)
dlg.set_copyright('© 2024 Stephen L Arnold')
dlg.set_license_type(Gtk.License.GPL_3_0)
dlg.set_logo_icon_name(get_state_icon('APP'))
dlg.set_website('https://github.com/sarnold/timewarrior-addons')
dlg.set_logo_icon_name(get_state_icon('APP', CFG))
dlg.set_website('https://github.com/sarnold/timew-addons')
dlg.set_website_label('github.com')
dlg.set_comments(
"""
A timewarrior control and status monitoring tool for Gtk/XDG desktops.
A Gtk+ timewarrior control and status monitoring
tool for freedesktop environments.
"""
)
dlg.set_authors(['Stephen L Arnold <[email protected]>'])
Expand Down

0 comments on commit 1cfda2a

Please sign in to comment.