Remove the three dots next to window list and system tray

Hello. Is there a way to hide the three dots that are next to the window list and system tray applet?

Hi @groovy08 ! Welcome at Ubuntu Mate community :slight_smile:

I found this link :

Please tell us if it worked :slight_smile:

Sadly, it didn't : (

Bad luck :confused:
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 :slight_smile:

image
before :
image

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 :slight_smile:

Thank you everyone! You guys are awesome

1 Like