dash2dock-lite icon indicating copy to clipboard operation
dash2dock-lite copied to clipboard

Use `view-app-grid` icon instead of `view-app-grid-symbolic` for show apps

Open AvirukBasak opened this issue 1 year ago • 3 comments

Ubuntu 24.04 LTS Gnome 46 Dash2Dock Animated 70

Extension uses the view-app-grid-symbolic which doesn't match my custom theme. Additionally, there's a monochrome tinting on the view-app-grid-symbolic which is why manually changing icons don't work.

Expected

Reality

AvirukBasak avatar Oct 12 '24 11:10 AvirukBasak

We already have this feature. It is just very hidden for now though.

https://github.com/icedman/dash2dock-lite#custom-icons

create file ~/.config/d2da/icons.json

{
  "icons": {
     "view-app-grid-symbolic": "show-apps-icon",
     "user-trash": "trash",
     "user-trash-full": "trash-full"
  }
}

icedman avatar Oct 12 '24 13:10 icedman

or even specify custom SVG files:

{
   "apps": {
      "spotify_spotify": "icons/spotify.svg"
   }
}

placing icons/spotify.svg within ```~/.config/d2da

icedman avatar Oct 12 '24 13:10 icedman

Thanks, it works. You can close the issue.

AvirukBasak avatar Oct 12 '24 16:10 AvirukBasak