From 0b7e4eaca247d7cc5ee907c2463a8252988e2650 Mon Sep 17 00:00:00 2001
From: Walmes Zeviani <walmes@ufpr.br>
Date: Tue, 9 Aug 2022 15:13:30 -0300
Subject: [PATCH] Change place of commentary.

---
 install_ubuntu_details.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/install_ubuntu_details.sh b/install_ubuntu_details.sh
index 84176a8..2334d35 100644
--- a/install_ubuntu_details.sh
+++ b/install_ubuntu_details.sh
@@ -314,6 +314,10 @@ tar -xzf ./160115-bDMZT.tar -C /tmp/
 # Copy content to icons directory.
 sudo cp -r -v /tmp/bDMZT/abDMZ/ /usr/share/icons/screencast/
 
+# Click with right button, go to "Change Desktop Background", go to
+# "Theme" tab and click on "Customize" button, go to "Pointer" tab and
+# select the pointer. DONE.
+
 # Content.
 tree -L 2 /tmp/bDMZT/
 tree -L 1 /usr/share/icons/
@@ -331,10 +335,6 @@ gsettings set org.gnome.desktop.interface cursor-theme screencast
 # Restore the old theme.
 # gsettings set org.gnome.desktop.interface cursor-theme "$OLD_THEME"
 
-# Click with right button, go to "Change Desktop Background", go to
-# "Theme" tab and click on "Customize" button, go to "Pointer" tab and
-# select the pointer.
-
 #-----------------------------------------------------------------------
 # Installs latest version of pandoc.
 # https://stackoverflow.com/questions/61100045/how-to-install-stable-and-fresh-pandoc-on-ubuntu
-- 
GitLab