This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

(Solved) Date in the panel? in Zorin Lite 12.3

pcfan5

Thu Mar 28, 2019 5:41:31 pm

Good day!!. I was wondering if it is possible to add an element in the panel that shows the date. I know if pass over the clock I can see the date but I need it to be permanent.? I have check for this in the forum but didn't find an answer , only another user asking for this on the Zorin 15 feedback topic.

I am under Zorin Lite 12.3

Finston Pickle

Thu Mar 28, 2019 7:23:36 pm

Yes, it can be done - I have day, date and month as well as time.

The trouble is, I can't remember how I did it.

I suspect Gnome extensions or Dconf editor.

Good Luck!

Aravisian

Thu Mar 28, 2019 7:37:59 pm

Finston Pickle wrote:Yes, it can be done - I have day, date and month as well as time.

The trouble is, I can't remember how I did it.

I suspect Gnome extensions or Dconf editor.

Good Luck!

-chuckle- same. I had to stress my brain to overheating.
In Terminal:
Code:
gsettings set org.gnome.desktop.interface clock-show-date true

With Gnome Tweak Tool
Select "Top Bar" tab and check "ON" Next to date under clock

Swarfendor437

Thu Mar 28, 2019 8:48:21 pm

Hi pcfan5, I know you were running LIte at some point; is that still the case? If so gnome extensions won't help as it is xfce not Gnome in Lite.

zorinantwerp

Thu Mar 28, 2019 9:13:53 pm

Hi

just to confirm

indeed it works in gnome (also transparent taskbar for that matter)
in english date reads Thursday March 28
Image

:)

pcfan5

Thu Mar 28, 2019 10:07:53 pm

cool! thank you both!.. I forget to add the word "lite" ... I don't know if it will work under zorin lite.
Ps: what is the language of your system?

Swarfendor437

Thu Mar 28, 2019 11:18:45 pm

pcfan5 wrote:cool! thank you both!.. I forget to add the word "lite" ... I don't know if it will work under zorin lite.
Ps: what is the language of your system?


The clue is in his 'name' me old 'dutch'! - with a Belgian twist! ;) :D

I think you are sadly out of luck:

https://goodies.xfce.org/projects/panel ... ime-plugin

This article might point you in the right direction:

https://forum.xfce.org/viewtopic.php?id=8012

pcfan5

Fri Mar 29, 2019 2:21:09 am

Hi, I found the solution and it is the easiest way... I shall correct the title of this topic.

In zorin lite , left click on the clock in the panel , go to properties, then "coustom " , you can add %d for day and %m for mount.. I discovered you can also give space between them, but I don't know yet how to make the mont to be express in words. :?:

Captura de pantalla_2019-03-28_23-12-49.png



UPDATE: Here is the propper sintaxis...

Code:
<b>%a %d %b %H:%M</b>
the trick is to put a %d where the help says to put %m for the month to appear in words. Hope the rest is fine since I was on virtualmachine and I could copy from there.

MBMz10

Fri Mar 29, 2019 4:17:56 am

Try this website out: https://foragoodstrftime.com/
Click on a 'Presets' if you see what you like then copy/paste the syntax into your clock properties custom field.
You can click 'Build Your Own' and drag elements into the box then copy/paste the syntax into your clock properties custom field.
Go to the reference page and see what they all do.

Swarfendor437

Sat Mar 30, 2019 1:17:49 pm

MBMz10 wrote:Try this website out: https://foragoodstrftime.com/
Click on a 'Presets' if you see what you like then copy/paste the syntax into your clock properties custom field.
You can click 'Build Your Own' and drag elements into the box then copy/paste the syntax into your clock properties custom field.
Go to the reference page and see what they all do.


Hi MBMz10 - totally forgot about that site (sign of age!). Think I used that on a different distro once - or possibly Zorin Lite! D'OH! ;) :D

pcfan5

Sun Mar 31, 2019 2:58:06 am

MBMz10 wrote:Try this website out: https://foragoodstrftime.com/
Click on a 'Presets' if you see what you like then copy/paste the syntax into your clock properties custom field.
You can click 'Build Your Own' and drag elements into the box then copy/paste the syntax into your clock properties custom field.
Go to the reference page and see what they all do.


:idea: thank you! :D