stuartlangridge / gnome-shell-clock-override

Override the Gnome Shell clock with a new time format or text of your choice. Works with new versions of Shell such as 3.18
MIT License
89 stars 33 forks source link

Support for Gnome 40 #59

Open sluedecke opened 3 years ago

sluedecke commented 3 years ago
da2x commented 3 years ago

Thanks for your contribution. Please see the status update in #61.

mikoducky commented 1 year ago

yo @sluedecke

any ideas on getting settings to work here again? we're now moving ahead onto gnome 42.4, and options no longer show up

AlexisWilke commented 1 year ago

@mikoducky I tried this as well, I'm on 22.04 now and the default version stopped working. So I used the code here to make it work again.

One thing: I edited the version in the list of versions to add "42" and it worked. My gnome shell says I'm in "42.5" but it looks like "42" was sufficient.

Edit metadata.json and change the version:

"shell-version": [
  "3.18", 
  "3.28",
  "42"
],