A Gnome extension which allows users to modify the datetime displayed in the following places:
- Status bar
- Date menu when status bar is clicked
- Day name
- Date
The datetime is updated every second and does not need any Gnome date or time settings to be modified.
To install the extension, run the build.js installation script with node:
git clone https://github.com/Daniel-Khodabakhsh/datetime-format.git
cd datetime-format
git checkout release
node --use_strict build.js
This will install the extension in ~/.local/share/gnome-shell/extensions/
.
An optional 'system' parameter can be supplied (node build.js system
) to install the extension in /usr/local/share/gnome-shell/extensions/
.
Afterwards, restart gnome-shell by pressing Alt+F2, type in 'r', then press enter.
Install and run gnome-tweak-tool
to toggle and modify the different format targets.
Alternatively, you can list and change GSettings under org.gnome.shell.extensions.datetime-format.*
.
Uninstallation can be done in various ways.
- Option #1: Remove via
gnome-tweak-tool
. - Option #2: Run
node build.js uninstall
ornode build.js system uninstall
depending on where the extension was installed to.
- Include other languages (zh, ru, ge, it, es, ...)
- Screen shield (lock screen) format manipulation.
The best gift is that someone somewhere finds this useful. But if someone wants to donate for the time and effort I put into this I also wouldn't mind!