1

On the home screen I would like to display the Dash (circled in yellow below) of the GNOME Desktop Environment, the bar of applications, across the top of the screen instead of down the left side of the screen. enter image description here

How can I do this?

pomsky
  • 68,507

1 Answers1

1

The Dash-to-panel GNOME Extension does precisely that. Here's one example after it's installed: enter image description here

Install it and GNOME Tweaks (required to enable it) using the terminal with the command sudo apt update && sudo apt upgrade && sudo apt install gnome-tweaks gnome-shell-extension-dash-to-panel

Log out and then back in. Then open Gnome Tweaks

GNOME Tweaks icon

where you will see the extension, and you can enable it there.

K7AAY
  • 17,202