diff --git a/icons/timeclock_16x16.png b/icons/timeclock_16x16.png new file mode 100644 index 0000000..181b682 Binary files /dev/null and b/icons/timeclock_16x16.png differ diff --git a/icons/timeclock_48x48.png b/icons/timeclock_48x48.png new file mode 100644 index 0000000..cae7e64 Binary files /dev/null and b/icons/timeclock_48x48.png differ diff --git a/timeclock_icon.svgz b/icons/timeclock_icon.svgz similarity index 100% rename from timeclock_icon.svgz rename to icons/timeclock_icon.svgz diff --git a/timeclock.glade b/timeclock.glade index 184fd84..951578e 100644 --- a/timeclock.glade +++ b/timeclock.glade @@ -1,12 +1,13 @@ - + True Time Clock False GTK_WIN_POS_CENTER + icons/timeclock_48x48.png diff --git a/timeclock.py b/timeclock.py index da36fef..4c4acae 100755 --- a/timeclock.py +++ b/timeclock.py @@ -97,7 +97,7 @@ notification = pynotify.Notification( "%s Time Exhausted" % mode_name.title(), "You have used up your alotted time for %s" % mode_name.lower(), - "dialog-warning") + os.path.join(SELF_DIR, "icons", "timeclock_48x48.png")) notification.set_urgency(pynotify.URGENCY_NORMAL) notification.set_timeout(pynotify.EXPIRES_NEVER) notification.last_shown = 0