|
@@ -0,0 +1,42 @@
|
|
|
+ <!DOCTYPE html>
|
|
|
+ <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
|
+ <head>
|
|
|
+ <title>Install Highlighted Cursor Theme for XFCE</title>
|
|
|
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
+ <meta charset="UTF-8">
|
|
|
+ <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">
|
|
|
+ <meta name="author" content="i12bretro">
|
|
|
+ <meta name="description" content="Install Highlighted Cursor Theme for XFCE">
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
+ <meta name="revised" content="01/19/2023 07:58:48 AM" />
|
|
|
+ <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
|
|
|
+ <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
|
|
|
+ <script type="text/javascript" src="includes/js/steps.js"></script>
|
|
|
+ <link href="css/steps.css" rel="stylesheet" type="text/css" />
|
|
|
+ </head>
|
|
|
+ <body>
|
|
|
+ <div id="gridContainer">
|
|
|
+ <div class="topMargin"></div>
|
|
|
+ <div id="listName" class="topMargin">
|
|
|
+ <h1>Install Highlighted Cursor Theme for XFCE</h1>
|
|
|
+ </div>
|
|
|
+ <div></div>
|
|
|
+ <div id="content">
|
|
|
+ <ol>
|
|
|
+ <li>Download the bDMZ Cursor theme <a href="https://www.xfce-look.org/p/999801/" target="_blank">Download</a></li>
|
|
|
+ <li>Extract the downloaded archive with the following command:
|
|
|
+ <div class="codeBlock">cd ~/Downloads<br />
|
|
|
+ mkdir bDMZ && mkdir ~/.icons<br />
|
|
|
+ # extract the downloaded tar.gz<br />
|
|
|
+ sudo tar xzvf *bDMZ*tar.gz -C ~/Downloads/bDMZ --strip-components=1<br />
|
|
|
+ # copy the extracted cursor themes to ~/.icons<br />
|
|
|
+ sudo mv ~/Downloads/bDMZ/* ~/.icons</div>
|
|
|
+ </li>
|
|
|
+ <li>Click the XFCE button > Settings > Mouse and Touchpad</li>
|
|
|
+ <li>Select the Theme tab</li>
|
|
|
+ <li>Select the desired bDMZ cursor theme</li>
|
|
|
+</ol> </div>
|
|
|
+ </div>
|
|
|
+ </body>
|
|
|
+ </html>
|
|
|
+
|