All Projects → Daniel-Khodabakhsh → datetime-format

Daniel-Khodabakhsh / datetime-format

Licence: GPL-3.0 license
Gnome extension which allows users to customise the datetime format on the status bar and date menu.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to datetime-format

Shell
Pop!_OS Shell
Stars: ✭ 3,338 (+10667.74%)
Mutual labels:  gnome-shell-extension
gnome-shell-extension-sermon
A GNOME Shell extension for monitoring and managing systemd services, cron jobs, docker and poman containers
Stars: ✭ 27 (-12.9%)
Mutual labels:  gnome-shell-extension
you2ber
Gnome youtube-dl frontend
Stars: ✭ 24 (-22.58%)
Mutual labels:  gnome-shell-extension
Gnome Shell Wsmatrix
GNOME shell extension to arrange workspaces in a two dimensional grid with workspace thumbnails
Stars: ✭ 238 (+667.74%)
Mutual labels:  gnome-shell-extension
improved-osk-gnome-ext
Improved On Screen Keyboard for Gnome Shell
Stars: ✭ 22 (-29.03%)
Mutual labels:  gnome-shell-extension
gnome-shell-extension-syncthing-indicator
Put an indicator on the panel signalling the Syncthing daemon status using SystemD
Stars: ✭ 40 (+29.03%)
Mutual labels:  gnome-shell-extension
Dynamic Panel Transparency
Adds Transparency To The Gnome Shell Panel
Stars: ✭ 189 (+509.68%)
Mutual labels:  gnome-shell-extension
gnome-nvidia-extension
A Gnome extension to show NVIDIA GPU information
Stars: ✭ 29 (-6.45%)
Mutual labels:  gnome-shell-extension
hotel-manager
GNOME Shell extension to manage Hotel development servers.
Stars: ✭ 39 (+25.81%)
Mutual labels:  gnome-shell-extension
hue-lights
Gnome Shell extension for Philips Hue compatible lights controlled by the Philips Hue Bridge and for controlling Philips Hue HDMI sync box.
Stars: ✭ 157 (+406.45%)
Mutual labels:  gnome-shell-extension
Emoji Selector For Gnome
This extension provide a popup menu with some emojis ; clicking on an emoji copies it to the clipboard.
Stars: ✭ 239 (+670.97%)
Mutual labels:  gnome-shell-extension
media-controls
A media indicator for the Gnome shell.
Stars: ✭ 104 (+235.48%)
Mutual labels:  gnome-shell-extension
soft-brightness
Gnome-shell extension to manage your display brightness via an alpha overlay (instead of the backlight).
Stars: ✭ 99 (+219.35%)
Mutual labels:  gnome-shell-extension
Gnome Shell Extension Blyr
Apply a Blur Effect to GNOME Shell UI elements
Stars: ✭ 229 (+638.71%)
Mutual labels:  gnome-shell-extension
gnome-shell-extension-transparent-window
Gnome shell extension which changes the opacity of window through mouse operation.
Stars: ✭ 38 (+22.58%)
Mutual labels:  gnome-shell-extension
Gnome Shell Extension Cast To Tv
Cast files to Chromecast, web browser or media player app over local network.
Stars: ✭ 200 (+545.16%)
Mutual labels:  gnome-shell-extension
gnome-shell-panel-date-format
Allows to customize the date format on the panel.
Stars: ✭ 30 (-3.23%)
Mutual labels:  gnome-shell-extension
gnome-shell-extension-transparent-top-bar
GNOME Shell extension that brings back the transparent top bar when free-floating in GNOME Shell 3.32
Stars: ✭ 57 (+83.87%)
Mutual labels:  gnome-shell-extension
gnome-shell-notifications-alert
Whenever there is an unread notification (e.g. chat messages), blinks the message in the user's menu with a color chosen by the user.
Stars: ✭ 43 (+38.71%)
Mutual labels:  gnome-shell-extension
keyboard modifiers status
Gnome-Shell extension that shows keyboard modifiers status. It's useful when sticky keys are active.
Stars: ✭ 15 (-51.61%)
Mutual labels:  gnome-shell-extension

Datetime Format

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.

Installation

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.

Changing formats

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

Uninstallation can be done in various ways.

  • Option #1: Remove via gnome-tweak-tool.
  • Option #2: Run node build.js uninstall or node build.js system uninstall depending on where the extension was installed to.

TODO

  • Include other languages (zh, ru, ge, it, es, ...)
  • Screen shield (lock screen) format manipulation.

License

GPLv3

Donate

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!

PayPal

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].