


Its name starts with and it’s usually at ~/.local/share/gnome-shell/extensions.

If you want to customize even more and choose your own icon dimensions, go to the extension’s directory.
#DESKTOP ICON RESIZE HOW TO#
One more way how to change the size of desktop icons is directly from Nautilus: change the way of displayed icons to icon view NOT detailed view While zooming the icon view the icons are changed on the desktop at the same time. Now you can change the icon size to either tiny, small, standard or large. Just go to 'dconf-editor', then org -> gnome -> nautilus -> icon-view, and set the default-zoom-level small. If you’re using Desktop Icons NG (DING), right-click on your desktop and choose "Settings" (or something similar…).
#DESKTOP ICON RESIZE FULL#
You could find the full bash script there: dfpie.tgz Of course, SVG width and SVG height ( 82px) is computed by my script, and stay smaller than 150. I use a little bash to render icons for my desktop like: Or $ gsettings set -view thumbnail-size 150ĭepending on wich desktop environment you're using. view thumbnail-size 64Īnd you can alter this by running: $ gsettings set -view thumbnail-size 150 You could show this by running command: $ gsettings list-recursively | grep thumbnail-size Using gnome-shell, this value is called: -view thumbnail-size, but under mate, this value is called -view thumbnail-size. For desktop icons, there is a default size, which could be used as maximum size if you define smaller images than this value.
