icedman
icedman
I've deactivated Release 6&7 for now. A fix for Ubuntu Dock seems to result to error on Dash-to-Dock cosmic. These bugs will have to wait till next weekend. Try Dash2Dock...
Are you using Cosmic or the Ubuntu dock? Cosmic has intellihide and "pressure sense" which requires you to move the cursor down more before the dock comes up. Even before...
"Peek hidden icon" is now a setting at Dash2Dock Lite (development branch).
gws is javascript. just like most of gnome-shell. You can edit the code and style without writing extensions (just like the gnome-shell in the olden days) You can also write...
Wayland does seem problematic. Please try to use the compiz-effect that comes with Anino - it has my own tweaks for better integration. Also try to isolate the problem -...
Also note that is problem involves three extensions - compiz-effect, anino, and rounded-corners. This would make it very difficult to fix.
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 ```json { "icons": { "view-app-grid-symbolic": "show-apps-icon", "user-trash": "trash", "user-trash-full": "trash-full" } } ```
or even specify custom SVG files: ```json { "apps": { "spotify_spotify": "icons/spotify.svg" } } ``` placing ```icons/spotify.svg``` within ```~/.config/d2da
I've ported dash2dock-lite. Please use that for now.
Note: The animated icons container is possibly covering the drop target. (confirmed) Fixed and pushed at main.