dustydaimler
Thanks a lot to @pomon for letting me know the solution
To change the level of transparency for your Solus Dock, you need to do a few things.
1.) Create this file
~/.config/gtk-3.0/gtk.css
2.) Put this in the file
.budgie-panel {
background-image: none;
background-color: rgba(0,0,0,0);
}
If you would like partial transparency, rgba(0,0,0,0.5)
- Reboot, or run
nohup budgie-panel --replace&