Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
AvirukBasak opened this issue Oct 12, 2024 · 3 comments
Open

Comments

@AvirukBasak
Copy link

AvirukBasak commented Oct 12, 2024

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

@icedman
Copy link
Owner

icedman commented Oct 12, 2024

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
Copy link
Owner

icedman commented Oct 12, 2024

or even specify custom SVG files:

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

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

@AvirukBasak
Copy link
Author

Thanks, it works. You can close the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants