| 
 | 13 years ago 4 | 
GNOME desktop is defined in CSS file /usr/share/gnome-shell/theme/gnome-shell.css. In order to change the icon size and grid in which icons are organized, open CSS files:
sudo gedit /usr/share/gnome-shell/theme/gnome-shell.css
and change values in:
 .icon-grid {
 spacing: 16px;
 -shell-grid-item-size: 96px;
 }
 
 .icon-grid .overview-icon {
 icon-size: 48px;
 }
I think we can back up the file 'gnome-shell.css' and would be able to restore it if 'gnome-shell' would be updated.
Direct changes to system files may be overwritten by updates.