13,009
回編集
347行目: | 347行目: | ||
*: https://www.pling.com/p/1199881 | *: https://www.pling.com/p/1199881 | ||
*: <code>gsettings set org.gnome.desktop.interface icon-theme 'Delft'</code> | *: <code>gsettings set org.gnome.desktop.interface icon-theme 'Delft'</code> | ||
<br> | |||
アイコンのサイズを変更する場合、/usr/share/gnome-shell/theme/gnome-shell.cssファイルを編集して、以下のように設定を変更する。<br> | |||
<syntaxhighlight lang="css"> | |||
/* /usr/share/gnome-shell/theme/gnome-shell.cssファイル */ | |||
.icon-grid { | |||
spacing: 36px; | |||
-shell-grid-item-size: 118px; | |||
} | |||
.icon-grid .overview-icon { | |||
icon-size: 96px; | |||
} | |||
</syntaxhighlight> | |||
<br><br> | <br><br> | ||