correct size
This commit is contained in:
parent
33c8c87651
commit
075855086d
1 changed files with 2 additions and 2 deletions
|
@ -38,9 +38,9 @@ gsettings set org.gnome.desktop.interface show-battery-percentage true
|
|||
echo "Battery pourcentage now displayed!"
|
||||
|
||||
# Change size of icon in the Dock
|
||||
sizedock=40
|
||||
sizedock=29
|
||||
gsettings set org.gnome.shell.extensions.dash-to-dock dash-max-icon-size $sizedock
|
||||
echo "Icon in the dock changed from 29 to $sizedock!"
|
||||
echo "Icon in the dock changed from 40 to $sizedock!"
|
||||
|
||||
# Icons
|
||||
# Path where icons are saved
|
||||
|
|
Reference in a new issue