How do I remove the clock from the Ubuntu Budgie 18.04 desktop?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I just installed a Ubuntu Budgie Bionic and it comes with a clock on the Desktop. It also has one in the taskbar at the top.
How can I remove the one on the desktop?
cat /var/log/installer/version
ubiquity 18.04.14.1
After some tinkering and killing processes that looked right, the clock dissapears when I stop
/usr/bin/python3 /usr/lib/budgie-desktop/plugins/budgie-showtime/ShowTime
But it reappears after I restart, so I assume that this ShowTime thingy is configured somewhere, I just can't find where.
Its about the Clock that partially overlaps with the "Tuxedo Computers" text in the bottom right.
budgie widgets
add a comment |
I just installed a Ubuntu Budgie Bionic and it comes with a clock on the Desktop. It also has one in the taskbar at the top.
How can I remove the one on the desktop?
cat /var/log/installer/version
ubiquity 18.04.14.1
After some tinkering and killing processes that looked right, the clock dissapears when I stop
/usr/bin/python3 /usr/lib/budgie-desktop/plugins/budgie-showtime/ShowTime
But it reappears after I restart, so I assume that this ShowTime thingy is configured somewhere, I just can't find where.
Its about the Clock that partially overlaps with the "Tuxedo Computers" text in the bottom right.
budgie widgets
add a comment |
I just installed a Ubuntu Budgie Bionic and it comes with a clock on the Desktop. It also has one in the taskbar at the top.
How can I remove the one on the desktop?
cat /var/log/installer/version
ubiquity 18.04.14.1
After some tinkering and killing processes that looked right, the clock dissapears when I stop
/usr/bin/python3 /usr/lib/budgie-desktop/plugins/budgie-showtime/ShowTime
But it reappears after I restart, so I assume that this ShowTime thingy is configured somewhere, I just can't find where.
Its about the Clock that partially overlaps with the "Tuxedo Computers" text in the bottom right.
budgie widgets
I just installed a Ubuntu Budgie Bionic and it comes with a clock on the Desktop. It also has one in the taskbar at the top.
How can I remove the one on the desktop?
cat /var/log/installer/version
ubiquity 18.04.14.1
After some tinkering and killing processes that looked right, the clock dissapears when I stop
/usr/bin/python3 /usr/lib/budgie-desktop/plugins/budgie-showtime/ShowTime
But it reappears after I restart, so I assume that this ShowTime thingy is configured somewhere, I just can't find where.
Its about the Clock that partially overlaps with the "Tuxedo Computers" text in the bottom right.
budgie widgets
budgie widgets
edited Jun 18 '18 at 8:14
pomsky
33.6k11105137
33.6k11105137
asked Jun 17 '18 at 19:23
Angelo FuchsAngelo Fuchs
10817
10817
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
The clock is a budgie-desktop applet. Like other applets you can modify, add and remove applets from Budgie Settings.
Open Budgie Settings from the menu or Raven. Look at the list of applets in your Panel (Applets tab) and click on "Desktop time & date". You can the delete the applet.
Ah! Desktop time and Date! Thank you! I tried removing the "Clock" one, but that didn't help. Should have looked more closely.
– Angelo Fuchs
Jun 18 '18 at 8:48
I don't see Desktop Time & Date on mine, I went through every one. I'm on 18.10 and I still see a clock. So I tried adding one, and the option to add one wasn't there either. FWIW I installed budgie on top of an existing vanilla ubuntu It must have moved in 18.10?
– Jonathan
9 hours ago
add a comment |
In 18.10 it's been renamed to a more vague ShowTime
applet.
I actually preferred the old name since it was very clear what it meant.
Also it'd be nice for this not to be part of the panel, since, well, it's not part of the panel. A Desktop Widget section is usually where these things are in other OS's
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%2f1047425%2fhow-do-i-remove-the-clock-from-the-ubuntu-budgie-18-04-desktop%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
The clock is a budgie-desktop applet. Like other applets you can modify, add and remove applets from Budgie Settings.
Open Budgie Settings from the menu or Raven. Look at the list of applets in your Panel (Applets tab) and click on "Desktop time & date". You can the delete the applet.
Ah! Desktop time and Date! Thank you! I tried removing the "Clock" one, but that didn't help. Should have looked more closely.
– Angelo Fuchs
Jun 18 '18 at 8:48
I don't see Desktop Time & Date on mine, I went through every one. I'm on 18.10 and I still see a clock. So I tried adding one, and the option to add one wasn't there either. FWIW I installed budgie on top of an existing vanilla ubuntu It must have moved in 18.10?
– Jonathan
9 hours ago
add a comment |
The clock is a budgie-desktop applet. Like other applets you can modify, add and remove applets from Budgie Settings.
Open Budgie Settings from the menu or Raven. Look at the list of applets in your Panel (Applets tab) and click on "Desktop time & date". You can the delete the applet.
Ah! Desktop time and Date! Thank you! I tried removing the "Clock" one, but that didn't help. Should have looked more closely.
– Angelo Fuchs
Jun 18 '18 at 8:48
I don't see Desktop Time & Date on mine, I went through every one. I'm on 18.10 and I still see a clock. So I tried adding one, and the option to add one wasn't there either. FWIW I installed budgie on top of an existing vanilla ubuntu It must have moved in 18.10?
– Jonathan
9 hours ago
add a comment |
The clock is a budgie-desktop applet. Like other applets you can modify, add and remove applets from Budgie Settings.
Open Budgie Settings from the menu or Raven. Look at the list of applets in your Panel (Applets tab) and click on "Desktop time & date". You can the delete the applet.
The clock is a budgie-desktop applet. Like other applets you can modify, add and remove applets from Budgie Settings.
Open Budgie Settings from the menu or Raven. Look at the list of applets in your Panel (Applets tab) and click on "Desktop time & date". You can the delete the applet.
answered Jun 18 '18 at 8:37
fossfreedom♦fossfreedom
150k38332374
150k38332374
Ah! Desktop time and Date! Thank you! I tried removing the "Clock" one, but that didn't help. Should have looked more closely.
– Angelo Fuchs
Jun 18 '18 at 8:48
I don't see Desktop Time & Date on mine, I went through every one. I'm on 18.10 and I still see a clock. So I tried adding one, and the option to add one wasn't there either. FWIW I installed budgie on top of an existing vanilla ubuntu It must have moved in 18.10?
– Jonathan
9 hours ago
add a comment |
Ah! Desktop time and Date! Thank you! I tried removing the "Clock" one, but that didn't help. Should have looked more closely.
– Angelo Fuchs
Jun 18 '18 at 8:48
I don't see Desktop Time & Date on mine, I went through every one. I'm on 18.10 and I still see a clock. So I tried adding one, and the option to add one wasn't there either. FWIW I installed budgie on top of an existing vanilla ubuntu It must have moved in 18.10?
– Jonathan
9 hours ago
Ah! Desktop time and Date! Thank you! I tried removing the "Clock" one, but that didn't help. Should have looked more closely.
– Angelo Fuchs
Jun 18 '18 at 8:48
Ah! Desktop time and Date! Thank you! I tried removing the "Clock" one, but that didn't help. Should have looked more closely.
– Angelo Fuchs
Jun 18 '18 at 8:48
I don't see Desktop Time & Date on mine, I went through every one. I'm on 18.10 and I still see a clock. So I tried adding one, and the option to add one wasn't there either. FWIW I installed budgie on top of an existing vanilla ubuntu It must have moved in 18.10?
– Jonathan
9 hours ago
I don't see Desktop Time & Date on mine, I went through every one. I'm on 18.10 and I still see a clock. So I tried adding one, and the option to add one wasn't there either. FWIW I installed budgie on top of an existing vanilla ubuntu It must have moved in 18.10?
– Jonathan
9 hours ago
add a comment |
In 18.10 it's been renamed to a more vague ShowTime
applet.
I actually preferred the old name since it was very clear what it meant.
Also it'd be nice for this not to be part of the panel, since, well, it's not part of the panel. A Desktop Widget section is usually where these things are in other OS's
add a comment |
In 18.10 it's been renamed to a more vague ShowTime
applet.
I actually preferred the old name since it was very clear what it meant.
Also it'd be nice for this not to be part of the panel, since, well, it's not part of the panel. A Desktop Widget section is usually where these things are in other OS's
add a comment |
In 18.10 it's been renamed to a more vague ShowTime
applet.
I actually preferred the old name since it was very clear what it meant.
Also it'd be nice for this not to be part of the panel, since, well, it's not part of the panel. A Desktop Widget section is usually where these things are in other OS's
In 18.10 it's been renamed to a more vague ShowTime
applet.
I actually preferred the old name since it was very clear what it meant.
Also it'd be nice for this not to be part of the panel, since, well, it's not part of the panel. A Desktop Widget section is usually where these things are in other OS's
answered 9 hours ago
JonathanJonathan
1,38531534
1,38531534
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%2f1047425%2fhow-do-i-remove-the-clock-from-the-ubuntu-budgie-18-04-desktop%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