Hide the clock on lockscreen and statusbar

Hello, someone know’s how to hide the clocks? In Gnome I can install an extension. But in Phosh I don’t now if and how it works.

In phosh, there’s no “desktop” per se that is capable of displaying anything, such as widgets.

EDIT: Although, who knows… Maybe Purism could address that as a lockscreen widget someday.

1 Like

If you just want to hide them, you could do it via custom CSS.

1 Like

How can I do this? For the Lockscreen and the statusbar?

One way you can do this is through gsettings
Use gsettings list-recursively | grep clock
Find the one you want and disable it.:wink:
(Edit: or | grep "whatever"

1 Like