Update dock icon size

This commit is contained in:
Mylloon 2021-12-28 17:34:05 +01:00
parent ad885c8502
commit a128a05a82
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -37,6 +37,11 @@ echo "Window are now minimized when clicked in te dock!"
gsettings set org.gnome.desktop.interface show-battery-percentage true
echo "Battery pourcentage now displayed!"
# Change size of icon in the Dock
sizedock=40
settings set org.gnome.shell.extensions.dash-to-dock dash-max-icon-size $sizedock
echo "Icon in the dock changed form 48 to $sizedock"
# Icons
# Path where icons are saved
pathicons='/usr/share/applications'