0519.html 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Install Highlighted Cursor Theme for XFCE</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Tutorial Tip,Theming,Linux,Highlight,Cursor,Install Guide,XFCE,XFCE Highlighted Cursor,Highlighted Cursor,XFCE Theming,Tutorial Cursor Theme,Presentation Cursor Theme,Debian,Armbian,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Install Highlighted Cursor Theme for XFCE">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="01/19/2023 07:58:48 AM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Install Highlighted Cursor Theme for XFCE</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <ol>
  26. <li>Download the bDMZ Cursor theme <a href="https://www.xfce-look.org/p/999801/" target="_blank">Download</a></li>
  27. <li>Extract the downloaded archive with the following command:
  28. <div class="codeBlock">cd ~/Downloads<br />
  29. mkdir bDMZ &amp;&amp; mkdir ~/.icons<br />
  30. # extract the downloaded tar.gz<br />
  31. sudo tar xzvf *bDMZ*tar.gz -C ~/Downloads/bDMZ --strip-components=1<br />
  32. # copy the extracted cursor themes to ~/.icons<br />
  33. sudo mv ~/Downloads/bDMZ/* ~/.icons</div>
  34. </li>
  35. <li>Click the XFCE button &gt; Settings &gt; Mouse and Touchpad</li>
  36. <li>Select the Theme tab</li>
  37. <li>Select the desired bDMZ cursor theme</li>
  38. </ol> </div>
  39. </div>
  40. </body>
  41. </html>