Skip to content
Follow
Ubuntu Linux

How to Show Weekday on Ubuntu Top Menu Bar

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

Showing the day of the week on the Ubuntu top menu bar puts the full date right next to the clock so you can check it at a glance without clicking anything.

This quick fix uses a free app called GNOME Tweaks, which lets you change how Ubuntu looks and acts on versions 22.04 LTS and newer.

⚡ 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.

Show the day of the week using GNOME Settings

The weekday shows on the Ubuntu top menu bar through GNOME Settings. Open the Settings app, find the Date & Time section, and look for the Clock settings. An option to turn on the weekday display waits right there.

  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

Adding the weekday to the menu bar takes only one command in the Terminal. Open the Terminal and type the specific command to turn on the weekday display. Bypassing settings menus speeds up changing the clock format.

  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

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. Navigating to a specific location within Dconf Editor and changing a setting to true completes the task.

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

How to add or remove software on Ubuntu Linux

Installing Dconf Editor requires opening the Terminal and typing the command 'sudo apt install dconf-editor'. The system's App Center also offers Dconf Editor as an alternative installation method.

sudo apt install dconf-editor

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.

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.

📚 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 Install GNOME Desktop on Ubuntu 24.04
Ubuntu Linux How to Install GNOME Desktop on Ubuntu 24.04

2 Comments

Leave a Comment

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