0252.html 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Install Highlighted Cursor Theme for Gnome</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="How To,Tutorial,i12bretro,Linux,Gnome,Theming,Cursor,Highlight,Tutorial Tip">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Install Highlighted Cursor Theme for Gnome">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  12. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  13. <script type="text/javascript" src="includes/js/steps.js"></script>
  14. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  15. </head>
  16. <body>
  17. <div id="gridContainer">
  18. <div class="topMargin"></div>
  19. <div id="listName" class="topMargin">
  20. <h1>Install Highlighted Cursor Theme for Gnome</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <ol>
  25. <li>Download the bDMZ Cursor theme <a href="https://www.gnome-look.org/p/999801/" target="_blank">Download</a></li>
  26. <li>Extract the downloaded archive with the following command:
  27. <div class="codeBlock">cd ~/Downloads<br />
  28. mkdir bDMZ<br />
  29. # extract the downloaded tar.gz<br />
  30. sudo tar xzvf *bDMZ*tar.gz -C ~/Downloads/bDMZ --strip-components=1<br />
  31. # copy the extracted cursor themes to /usr/share/icons<br />
  32. sudo mv ~/Downloads/bDMZ/* /usr/share/icons<br />
  33. # install gnome tweaks utility<br />
  34. sudo apt install gnome-tweaks</div>
  35. </li>
  36. <li>Launch Gnome Tweaks</li>
  37. <li>Select Appearance from the left menu</li>
  38. <li>Click the dropdown across from Cursor and select the new cursor theme to use</li>
  39. </ol>
  40. </div>
  41. </div>
  42. </body>
  43. </html>