dash2dock-lite
dash2dock-lite copied to clipboard
Use `view-app-grid` icon instead of `view-app-grid-symbolic` for show apps
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
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"
}
}
or even specify custom SVG files:
{
"apps": {
"spotify_spotify": "icons/spotify.svg"
}
}
placing icons/spotify.svg within ```~/.config/d2da
Thanks, it works. You can close the issue.