Update dock icon size
This commit is contained in:
parent
ad885c8502
commit
a128a05a82
1 changed files with 5 additions and 0 deletions
|
@ -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'
|
||||
|
|
Reference in a new issue