Hello. Is there a way to hide the three dots that are next to the window list and system tray applet?
Sadly, it didn't : (
Bad luck
This script is doing a bit the same thing as this answer :
https://forums.linuxmint.com/viewtopic.php?f=206&t=185952&p=964552#p964552
Once there do a ctrl + F and search for Panel item border appearance
Finally you inspired me and I done it too
before :
This worked for me :
nano ~/.config/gtk-3.0/gtk.css
and adding :
MatePanelAppletFrameDBus {
background: none;
}
There is still a little space between elements but its now better looking anyway
Thank you everyone! You guys are awesome
1 Like