I'm very new to Linux and am having trouble understanding how to customize my desktop. I would love to have my desktop look like an image provided below, but I'm confused how to do so. Is that icon bar a desklet? What is it that is needed to add this to my desktop?
Asked
Active
Viewed 1.1k times
1 Answers
0
Here are some things you can do to get a desktop similar to the one in the screenshot.
- Move Ubuntu dock to bottom from left: follow this Q&A
Make the dock flexible instead of fixed-length: Run the following command in Terminal
gsettings set org.gnome.shell.extensions.dash-to-dock extend-height false(source)
Install and use Arc theme: The application theme in the screenshot looks like the popular Arc theme. Install it first by running
sudo apt install arc-themeThen install (GNOME) Tweaks by running
sudo apt install gnome-tweak-toolFinally, launch Tweaks and select Arc for application theme in Appearance section.
pomsky
- 70,557
