Skip to content
Follow
Ubuntu Linux

How to Show Weekday on Ubuntu Top Menu Bar

Richard
Written by
Richard
Jan 23, 2023 Updated Sep 15, 2026 3 min read
How to Install Nextcloud AIO on Ubuntu Linux
How to Install Nextcloud AIO on Ubuntu Linux

Showing the weekday on the Ubuntu top menu bar adds the day name next to the clock so you can check the full date at a glance. This quick change works on Ubuntu version 22.04 LTS and newer.

Advertisement

You need a free app called GNOME Tweaks (a tool that lets you change how the GNOME desktop looks and acts) to turn on this date feature.

⚡ Quick Answer

Open Settings , click Date & Time, and toggle the Weekday switch to On in the Clock section. Alternatively, use the terminal command gsettings set org.gnome.desktop.interface clock-show-weekday true.

Advertisement

Show the day of the week using GNOME Settings

You can show the day of the week on your Ubuntu top menu bar using GNOME Settings (the app that controls system preferences). Open the Settings app, go to the Date & Time section, and turn on the weekday option under the clock settings. This makes the panel display both the date and the day without needing any extra tools.

  1. Open your Settings app from the app menu.
  2. Click on the Date & Time tab in the sidebar.
  3. Look for the Clock section.
  4. Toggle the switch for Weekday to the On position.

Readers can also display the current weather forecast of their city alongside the clock.

Show the day of the week using Terminal

You can quickly show the weekday on your Ubuntu top menu bar using Terminal (the command-line interface) with a single command. Running this command updates the desktop settings instantly without making you click through the graphical menus. It is the fastest way to change your clock format if you already use the keyboard shortcut.

  1. Press Ctrl+Alt+T to open the Terminal.
  2. Type the following command and press Enter:
    gsettings set org.gnome.desktop.interface clock-show-weekday true

Disabling the feature later requires this command:
gsettings reset org.gnome.desktop.interface clock-show-weekday

Advertisement
Ubuntu Linux activities overview Terminal search
Ubuntu Linux activities overview Terminal search

Show weekday on the top menu bar using the Dconf Editor

Dconf Editor adjusts hidden system settings to display the weekday on the Ubuntu top menu bar. Navigate to: /org/gnome/desktop/interface/ and find the clock-show-weekday setting.

Dconf Editor handles hidden system settings much like the Windows Registry Editor does.

How to add or remove software on Ubuntu Linux

You can add or remove software on Ubuntu Linux (the operating system) using either the graphical App Center or the Terminal command line. Installing new programs takes only a few clicks or a short text command. This gives you total control over the applications on your system.

sudo apt install dconf-editor

Advertisement

Once installed, open Dconf Editor and follow these steps:

  • Navigate to: org > gnome > desktop > interface
  • Find clock-show-weekday in the list.
  • Toggle the switch to On.
ubuntu linux decon editor install
Ubuntu Linux decon editor install
Ubuntu Linux show weekday on top menu bar
Ubuntu Linux show weekday on the top menu bar

Enabling the setting makes the day of the week appear on the top bar.

Ubuntu Linux with weekday on top menu bar
Ubuntu Linux with weekday on the top menu bar

Including the day of the week makes the desktop more useful. Utilizing either the Settings app or advanced tools allows for personalizing the Ubuntu experience.

How do I show the day of the week in Ubuntu?

System Settings displays the day of the week in Ubuntu, especially on newer versions like Ubuntu 24.04. Press Super + S to open Quick Settings, launch 'Settings', go to System Date & Time, and turn on the 'Week Day' option.

Advertisement

How do I show the menu bar in Ubuntu?

CTRL + Home works for the Ubuntu menu bar at the top of the screen.

How to see calendar in terminal?

The cal Command. The cal command displays a formatted calendar in the terminal. If no options are specified, cal displays the current month, with the current day highlighted.

Is Ubuntu Gnome discontinued?

Ubuntu GNOME (formerly Ubuntu GNOME Remix) is a discontinued Linux distribution, distributed as free and open-source software.

```

Was this guide helpful?

Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

Advertisement

📚 Related Tutorials

How to Display Day of the Week on Windows 11 Taskbar
Windows How to Display Day of the Week on Windows 11 Taskbar
Add Multiple Clocks to Ubuntu Linux Top Bar
Ubuntu Linux Add Multiple Clocks to Ubuntu Linux Top Bar
How to Change Time Format in Ubuntu: 12h or 24h
Ubuntu Linux How to Change Time Format in Ubuntu: 12h or 24h
How to Display Seconds on Ubuntu Top Menu Clock
Ubuntu Linux How to Display Seconds on Ubuntu Top Menu Clock

2 Comments

Leave a Comment

Your email address will not be published. Required fields are marked *