How do I customize the date/time display in GNOME Shell's top bar?
Time indicator is shown as "%a %H:%M" in the center of the top bar.
How do I move it back to the right where it belongs, and make it include the full date and time ("%Y-%m-%d %s %H:%M")?
gnome-shell date top-bar
add a comment |
Time indicator is shown as "%a %H:%M" in the center of the top bar.
How do I move it back to the right where it belongs, and make it include the full date and time ("%Y-%m-%d %s %H:%M")?
gnome-shell date top-bar
3
Not a regression if you're comparing oranges with tangerines. It is as always has been in Gnome which is now the default DE instead of Unity.
– user692175
Oct 25 '17 at 2:40
1
I would recommend removing the last paragraph (reason: what MichaelBay said) and change the title to something like "How do I change the position and format of date & time in top bar of Ubuntu 17.10?" as it's not "wrong", that's how it is in GNOME.
– pomsky
Oct 25 '17 at 11:39
add a comment |
Time indicator is shown as "%a %H:%M" in the center of the top bar.
How do I move it back to the right where it belongs, and make it include the full date and time ("%Y-%m-%d %s %H:%M")?
gnome-shell date top-bar
Time indicator is shown as "%a %H:%M" in the center of the top bar.
How do I move it back to the right where it belongs, and make it include the full date and time ("%Y-%m-%d %s %H:%M")?
gnome-shell date top-bar
gnome-shell date top-bar
edited Aug 8 '18 at 6:00
muru
1
1
asked Oct 25 '17 at 2:34
sdssds
1,19321535
1,19321535
3
Not a regression if you're comparing oranges with tangerines. It is as always has been in Gnome which is now the default DE instead of Unity.
– user692175
Oct 25 '17 at 2:40
1
I would recommend removing the last paragraph (reason: what MichaelBay said) and change the title to something like "How do I change the position and format of date & time in top bar of Ubuntu 17.10?" as it's not "wrong", that's how it is in GNOME.
– pomsky
Oct 25 '17 at 11:39
add a comment |
3
Not a regression if you're comparing oranges with tangerines. It is as always has been in Gnome which is now the default DE instead of Unity.
– user692175
Oct 25 '17 at 2:40
1
I would recommend removing the last paragraph (reason: what MichaelBay said) and change the title to something like "How do I change the position and format of date & time in top bar of Ubuntu 17.10?" as it's not "wrong", that's how it is in GNOME.
– pomsky
Oct 25 '17 at 11:39
3
3
Not a regression if you're comparing oranges with tangerines. It is as always has been in Gnome which is now the default DE instead of Unity.
– user692175
Oct 25 '17 at 2:40
Not a regression if you're comparing oranges with tangerines. It is as always has been in Gnome which is now the default DE instead of Unity.
– user692175
Oct 25 '17 at 2:40
1
1
I would recommend removing the last paragraph (reason: what MichaelBay said) and change the title to something like "How do I change the position and format of date & time in top bar of Ubuntu 17.10?" as it's not "wrong", that's how it is in GNOME.
– pomsky
Oct 25 '17 at 11:39
I would recommend removing the last paragraph (reason: what MichaelBay said) and change the title to something like "How do I change the position and format of date & time in top bar of Ubuntu 17.10?" as it's not "wrong", that's how it is in GNOME.
– pomsky
Oct 25 '17 at 11:39
add a comment |
3 Answers
3
active
oldest
votes
You may achieve your goal using some GNOME shell extensions.
Moving clock to the right
You may use Frippery Move Clock.
See this Q&A for more options.
Changing date & time format
You may use Clock override. It lets you
Override the Gnome Shell clock with a new time format or text of your choice.
It supports Python's strftime format (so you'll be able to set your preferred "%Y-%m-%d %s %H:%M" format to display).

add a comment |
Panel Date Format is another GNOME Shell extension that allows you to modify the formatting of date and time in the top panel, e.g. to include the current week number.
I used
dconf write /org/gnome/shell/extensions/panel-date-format/format "'%a (KW %V) %d.%m.%y %H:%M'"
to display below format:

add a comment |
Another place to look:-
Ubuntu Software Centre - certainly in Ubuntu 17.10.
If you search for "clock" a whole list of different programs is displayed, Clock Override among them.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f968860%2fhow-do-i-customize-the-date-time-display-in-gnome-shells-top-bar%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
You may achieve your goal using some GNOME shell extensions.
Moving clock to the right
You may use Frippery Move Clock.
See this Q&A for more options.
Changing date & time format
You may use Clock override. It lets you
Override the Gnome Shell clock with a new time format or text of your choice.
It supports Python's strftime format (so you'll be able to set your preferred "%Y-%m-%d %s %H:%M" format to display).

add a comment |
You may achieve your goal using some GNOME shell extensions.
Moving clock to the right
You may use Frippery Move Clock.
See this Q&A for more options.
Changing date & time format
You may use Clock override. It lets you
Override the Gnome Shell clock with a new time format or text of your choice.
It supports Python's strftime format (so you'll be able to set your preferred "%Y-%m-%d %s %H:%M" format to display).

add a comment |
You may achieve your goal using some GNOME shell extensions.
Moving clock to the right
You may use Frippery Move Clock.
See this Q&A for more options.
Changing date & time format
You may use Clock override. It lets you
Override the Gnome Shell clock with a new time format or text of your choice.
It supports Python's strftime format (so you'll be able to set your preferred "%Y-%m-%d %s %H:%M" format to display).

You may achieve your goal using some GNOME shell extensions.
Moving clock to the right
You may use Frippery Move Clock.
See this Q&A for more options.
Changing date & time format
You may use Clock override. It lets you
Override the Gnome Shell clock with a new time format or text of your choice.
It supports Python's strftime format (so you'll be able to set your preferred "%Y-%m-%d %s %H:%M" format to display).

edited Mar 11 '18 at 13:51
answered Oct 25 '17 at 8:26
pomskypomsky
29.5k1190116
29.5k1190116
add a comment |
add a comment |
Panel Date Format is another GNOME Shell extension that allows you to modify the formatting of date and time in the top panel, e.g. to include the current week number.
I used
dconf write /org/gnome/shell/extensions/panel-date-format/format "'%a (KW %V) %d.%m.%y %H:%M'"
to display below format:

add a comment |
Panel Date Format is another GNOME Shell extension that allows you to modify the formatting of date and time in the top panel, e.g. to include the current week number.
I used
dconf write /org/gnome/shell/extensions/panel-date-format/format "'%a (KW %V) %d.%m.%y %H:%M'"
to display below format:

add a comment |
Panel Date Format is another GNOME Shell extension that allows you to modify the formatting of date and time in the top panel, e.g. to include the current week number.
I used
dconf write /org/gnome/shell/extensions/panel-date-format/format "'%a (KW %V) %d.%m.%y %H:%M'"
to display below format:

Panel Date Format is another GNOME Shell extension that allows you to modify the formatting of date and time in the top panel, e.g. to include the current week number.
I used
dconf write /org/gnome/shell/extensions/panel-date-format/format "'%a (KW %V) %d.%m.%y %H:%M'"
to display below format:

edited 7 hours ago
pomsky
29.5k1190116
29.5k1190116
answered Aug 8 '18 at 9:56
orschiroorschiro
5,03264398
5,03264398
add a comment |
add a comment |
Another place to look:-
Ubuntu Software Centre - certainly in Ubuntu 17.10.
If you search for "clock" a whole list of different programs is displayed, Clock Override among them.
add a comment |
Another place to look:-
Ubuntu Software Centre - certainly in Ubuntu 17.10.
If you search for "clock" a whole list of different programs is displayed, Clock Override among them.
add a comment |
Another place to look:-
Ubuntu Software Centre - certainly in Ubuntu 17.10.
If you search for "clock" a whole list of different programs is displayed, Clock Override among them.
Another place to look:-
Ubuntu Software Centre - certainly in Ubuntu 17.10.
If you search for "clock" a whole list of different programs is displayed, Clock Override among them.
answered Feb 6 '18 at 18:17
Andrew BeattieAndrew Beattie
2815
2815
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f968860%2fhow-do-i-customize-the-date-time-display-in-gnome-shells-top-bar%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
3
Not a regression if you're comparing oranges with tangerines. It is as always has been in Gnome which is now the default DE instead of Unity.
– user692175
Oct 25 '17 at 2:40
1
I would recommend removing the last paragraph (reason: what MichaelBay said) and change the title to something like "How do I change the position and format of date & time in top bar of Ubuntu 17.10?" as it's not "wrong", that's how it is in GNOME.
– pomsky
Oct 25 '17 at 11:39