How to make Ubuntu Look like Windows 11

Configurare noua (How To)

Situatie

Solutie

Installing Necessary Tools and Extensions

By default, Ubuntu looks like this:

Default Ubuntu 24.04 desktop look.

We want to remove the left-side dock along with the top bar and add a taskbar with the app icons, quick settings, and the date and time on the bottom edge of the screen—similar to Windows 11.

To do this, we need to start making changes to the desktop environment (DE) powering Ubuntu: GNOME! By default, Ubuntu doesn’t give you access to the necessary tools to tweak and customize its DE, namely GNOME Extensions and GNOME Tweaks. So we’ll first install them. Next, we install specific themes and icon packs to nail the visual appearance of Windows 11.

As you can see, we have our work cut out for us. So let’s not waste any more time and kick things off by opening the terminal (press Ctrl+Alt+T) and updating our packages:

sudo apt update

Next, enter this command to install Git, GNOME Extensions, and GNOME Tweaks all at once:

sudo apt install git gnome-shell-extensions gnome-tweaks
Installing gnome tweaks and extensions.

Now, we can start installing the stuff we need.

Installing The Necessary Extensions

Open your browser of choice—for me, it’s Firefox—and search for the browser extension: GNOME Shell Integration. You need this extension installed on your browser if you wish to install any GNOME extensions on your Ubuntu PC.

Install the browser add-on for Gnome Shell Extensions.

With the extension installed, head on over to this website: extensions.gnome.org. From here, you can start downloading extensions on your Ubuntu PC, which you can then manage from the GNOME Extensions app we previously installed. The first extension you should download is User Themes. It will let you switch between different themes to change the graphical look and aesthetics. You install an extension by clicking the on/off toggle in the top-right area.

Install User Themes GNOME Shell Extension

Next, install Dash to Panel. This will transform the left-hand dash into a proper Windows-style taskbar.

Installing the Dash to Panel GNOME Extension.

To fine-tune the taskbar and give it the translucent look and feel of Windows 11, we need to install Blur my Shell.

Installing the Blur My Shell GNOME Extension.

ArcMenu is another important piece of the puzzle. It’ll help us add the Windows 11 start menu.Installing the ArcMenu GNOME Extension.

Date Menu Formatter will help us get the Windows 11 time and date format, where the date is stacked on top of the time.

Installing the Date Menu Formatter GNOME Extension.

Now, Windows 11 does allow you to access media controls through the volume quick settings. Unfortunately, we can’t get Ubuntu to work like that. However, the Media Controls extension will give us a dedicated icon in the quick settings area to manage all music or videos playing on our system easily.Installing the Media Controls GNOME Extension.

And finally, you might have noticed that Ubuntu doesn’t show the apps running in the background on its panel. To fix this, we’ll install Tray Icons: Reloaded.

Installing the Tray Icons reloaded GNOME Extension.

Switching on the Tray Icons in the GNOME panel.

Installing a Windows Theme, Icon Pack, and Fonts

The extensions will help structurally change how the Ubuntu desktop looks. However, to make it more graphically in line with Windows, we need a few more assets. We’ll first install the Windows 11 icon pack. I personally found this one on GitHub excellent!

Windows 11 Icon Theme git page.

You can install it by getting the remote repository URL and cloning it on your system using the following command:

git clone https://github.com/yeyushengfan258/Win11-icon-theme.git

Next, change the directory to the folder containing the icon pack.

cd Win11-icon-theme

And finally, install the icon pack using this command:

./install.sh
Installing a Windows 11 icon pack.

I also tested a lot of GNOME themes and found the Fluent GTK theme to be the most Windows-like. To install it, you can visit its GitHub page, copy its remote repository URL (found in the “Code” menu), and clone it on your system.

The theme GitHub page for the Fluent GTK Windows look-alike theme.

Similar to before, you’ll enter the following commands one after the other:

git clone https://github.com/vinceliuice/Fluent-gtk-theme.git
cd Fluent-gtk-theme
./install.sh
Install Fluent GTK theme - Windows Look alike theme

Last but not least, let’s install a Windows-like font pack—Segoe-UI Font.

Segoe-ui-linux Windows-like Font Git Overview

Again, it is hosted on GitHub, and we can install it following similar steps as before:

git clone https://github.com/mrbvrz/segoe-ui-linux.git
cd segoe-ui-linux
./install.sh
Installing the segoe-ui font through the Ubuntu terminal.

With everything installed, we can now start the fine-tuning process.

Optimizing Tools and Settings

Ubuntu is already starting to look more like Windows 11.

Ubuntu look after installing all the GNOME extensions.

However, it’s not 100% there yet. But we can easily solve that with some minor fine-tuning. To do this, we’ll need to open the GNOME Extensions app and tweak each extension we installed. Let’s start with Dash to Panel. Head into its settings and make the following changes:

Tip solutie

Permanent

Voteaza

(3 din 10 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?