Skip to content

Instantly share code, notes, and snippets.

@joseluisq
Last active May 16, 2023 20:25
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joseluisq/083edae32085c3811d18adfc5255c339 to your computer and use it in GitHub Desktop.
Save joseluisq/083edae32085c3811d18adfc5255c339 to your computer and use it in GitHub Desktop.
How to change Gnome 3+ application grid icon with a custom Arch Linux icon

Papirus-Dark with Arch Linux Icon

How to change Gnome 3+ application grid icon with a custom Arch Linux icon

Before:

Papirus-Dark

After:

Papirus-Dark with Arch Linux Icon

Addons:

Steps:

  1. Download the arch_linux_white_icon.svg
  2. Copy the icon to /usr/share/icons/Papirus-Dark/symbolic/actions/view-app-grid-symbolic.svg (Papirus-Dark used in this example)
  3. Open the gnome-tweaks (aka gnome-tweak-tool) and change the Icons style to apply the changes.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hasecilu
Copy link

hasecilu commented Apr 4, 2023

Hi, I noticed that when using Adwaita theme the icon didn't change and it was because the Adwaita theme has png icons for some fixed sizes and if you dash have one of those sizes it won't be using the svg file.
I made a bash script to also substitute those fixed size png icons. Here it is: https://gitlab.com/hasecilu/dotfiles/-/snippets/2542660

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment