Skip to content

Changing the alternative icons and icons colour

Gustavo Reis edited this page Apr 6, 2019 · 2 revisions

Firefox

There are two options you can choose:

To change the icon path in the desktop file (recommended)

  1. Go to /usr/share/applications/;
  2. Go to the desktop file Firefox;
  3. Open the file with your favourite text editor;
  4. Find Icon=... and modify it with one of three alternatives: Icon=firefox or Icon=firefox-20 or Icon=firefox-mozilla. Save it.

To create the symlink

Run the command:

# It depends on where you have installed Suru++ Ubuntu icons theme
cd ~/.icons/Suru++-Ubuntu/apps/scalable`
cd /usr/share/icons/Suru++-Ubuntu/apps/scalable`

# Choose one of your favourite icon:
ln -sfnr firefox-20.svg firefox.svg
ln -sfnr firefox-mozilla.svg firefox.svg

To revert to the original, you need to copy the original firefox.svg from the folder alternatives at the repository, to the folder Suru++-Ubuntu/apps/scalable.

Alternative Icon

  1. Go to the folder alternatives
  2. Choose one of your favourite icon and copy it to Suru++-Ubuntu/apps/scalable.
  3. Run the commands:
cd ~/.icons/Suru++-Ubuntu/apps/scalable
# for example, create the alternative symlink to the icon without suffix: ln -sfnr backup-alt1.svg backup.svg
ln -sfnr new.svg old.svg

To revert to the original, you need to copy the original icon without suffix from the folder alternatives at the repository, to the folder Suru++-Ubuntu/apps/scalable.

Alternative Colour

  1. Go to the folder alternatives
  2. Choose one of your favourite icon colour and copy it to Suru++-Ubuntu/apps/scalable.
  3. Run the commands:
cd ~/.icons/Suru++-Ubuntu/apps/scalable
# for example, create the alternative symlink to the icon without suffix: ln -sfnr backup-azzuro.svg backup.svg
ln -sfnr new.svg old.svg

To revert to the original, you need to copy the original icon without suffix from the folder alternatives at the repository, to the folder Suru++-Ubuntu/apps/scalable.

Clone this wiki locally