mibus / MultiClock

Multi-TZ gnome-shell clock plugin
GNU General Public License v2.0
26 stars 16 forks source link

Way to remove added timezones #9

Closed jurosh closed 3 years ago

jurosh commented 5 years ago

Current there is no way on UI to remove timezone.

Would be nice to have it - eg right click on list item.

mibus commented 3 years ago

Do you just mean for the default/included timezones or for ones you add yourself?

At most one custom one is retained long-term, the others will disappear after a restart.

If you're meaning including the default ones, it's not something I've time to work on but I'd accept PRs.

Thanks!

jurosh commented 3 years ago

Hey, I think, I thought to at least provide external link to website which list all timezones. Eg thisone https://en.m.wikipedia.org/wiki/List_of_tz_database_time_zones

Cheers, Juraj

On Sat, Jan 30, 2021, 01:56 Robert Mibus notifications@github.com wrote:

Do you just mean for the default/included timezones or for ones you add yourself?

At most one custom one is retained long-term, the others will disappear after a restart.

If you're meaning including the default ones, it's not something I've time to work on but I'd accept PRs.

Thanks!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mibus/MultiClock/issues/9#issuecomment-770125128, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMN7OIG5JP6FERLAL5YPNDS4NKNBANCNFSM4HGJDW6A .

jurosh commented 3 years ago

Eh, sorry this list was for another report.

Yea, I probably meant custom ones.

mibus commented 3 years ago

OK, well (as noted) custom ones clean up after themselves eventually, so I'm going to leave it as-is.

(I don't think the built-in menu code can do things like right-clicks or sub-widgets, and I don't want to write a custom widget)

Thanks for the feedback!