Skip to content
Follow
Ubuntu Linux

How to Show Weekday on Ubuntu Top Menu Bar

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

You can show the weekday on the Ubuntu top menu bar by enabling a specific setting in GNOME Tweaks.

This quick customization adds the day of the week next to the time, giving you an instant overview of your current date without needing to click the clock. Ubuntu’s default interface only displays the time, but including the weekday is a simple yet effective way to enhance your desktop’s utility for better time management.

For example, on Ubuntu 22.04 LTS (Jammy Jellyfish) and later versions, this tweak is readily accessible through GNOME Tweaks.

⚡ 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

You can easily show the weekday on your Ubuntu top menu bar using the built-in GNOME Settings. Just open your Settings app, go to Date & Time, and toggle the ‘Weekday’ option on in the Clock section.

  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.

You can also display the current weather forecast of their city if you want to see weather updates alongside your clock.

Show the day of the week using Terminal

For those who prefer using the keyboard, you can show the weekday on your Ubuntu menu bar with a simple Terminal command. Open your Terminal and type ‘gsettings set org.gnome.desktop.interface clock-show-weekday true’ to turn it on.

  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

If you want to turn it off later, you can use 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

You can show the weekday on your Ubuntu top menu bar using the Dconf Editor, which lets you change hidden system settings. While it’s an advanced tool, you can navigate to org > gnome > desktop > interface and toggle ‘clock-show-weekday’ to ‘true’.

If you’re familiar with Windows, you might know about the Windows Registry Editor. Dconf Editor acts similarly for Ubuntu by letting you change hidden system settings.

How to add or remove software on Ubuntu Linux

If you need to install Dconf Editor to show the weekday on your Ubuntu menu bar, you can do so easily. Open your Terminal and run the command ‘sudo apt install dconf-editor’, or find it in your system’s App Center.

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

Once enabled, the day of the week will appear on your top bar.

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

Adding the day of the week makes your desktop more useful. Whether you use the Settings app or the advanced tools, you can personalize your Ubuntu experience.

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

Option 2: Use System Settings (for Ubuntu 24.04) First, press Super (Windows logo key) + S to open system status menu (Quick Settings), then click launch “Settings”. When it opens, navigate to System in left, then go to Date & Time, finally turn on the option for “Week Day” to enable this feature.

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 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 *