5

I am a newbie to Ubuntu and I installed Ubuntu 20.04 LTS on my HP Stream 14 Laptop yesterday and I am trying to get the hang of it.

The certain theme I am trying to install is McMuse icon theme (https://www.gnome-look.org/p/1348081/)

PRATAP
  • 22,460

1 Answers1

8

Once you downloaded the above Icon theme you mentioned.

Extract it, Copy the two folders and place them in $HOME/.icons directory. Create the directory if it does not exist.

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

Install gnome-tweaks with below command

sudo apt update && sudo apt install gnome-tweaks

and select the icon theme you wish.

enter image description here

enter image description here

PRATAP
  • 22,460