2

I'm trying to hide the text/name of the desktop icons in the 21.04 version update.

Is that possible? I've looked around and I can't seem to find anything that's not outdated or working. Thank you!

pancake
  • 21

2 Answers2

1

No, this option is not build into the extension. It would probably require editing source code of the extension to remove the icon label.

vanadium
  • 97,564
0

Okay i ended up installing this extension Desktop Icons

and after installing I disabled the extension (it doubled my icons for some reason)

then i went into /usr/share/gnome-shell/extensions/ding@rastersoft.com/stylesheet.css and added font-size:0px; in line 2 and line 9 it now looks like this.

enter image description here

and my desktop icons look like this enter image description here

Thanks for the support yall!

pancake
  • 21