Minimalist mouse cursor theme

Clash Royale CLAN TAG#URR8PPP
I'd like to install a X mouse cursor theme like:

I have Lubuntu with lxappearance, but failed to find an appropriate package for this.
mouse theme cursor
add a comment |
I'd like to install a X mouse cursor theme like:

I have Lubuntu with lxappearance, but failed to find an appropriate package for this.
mouse theme cursor
add a comment |
I'd like to install a X mouse cursor theme like:

I have Lubuntu with lxappearance, but failed to find an appropriate package for this.
mouse theme cursor
I'd like to install a X mouse cursor theme like:

I have Lubuntu with lxappearance, but failed to find an appropriate package for this.
mouse theme cursor
mouse theme cursor
edited Mar 30 '14 at 0:43
Ramesh
23.5k32102182
23.5k32102182
asked Mar 30 '14 at 0:39
Pierre BPierre B
6302924
6302924
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
(Update: including more details after hunting down the old cursors)
The 'original' X cursors are certainly in the basic packages for X server or X client libraries. It is a font, technically.
(It is in the bitmap font /usr/share/fonts/X11/misc/cursor.pcf.gz in package xfonts-base)
So there is no such package to install these old cursors separately, and you have them already if you have X.
What should exist, though, is a modern "cursor theme" just recreating these cursors in modern format. Maybe it is not aviable as a package, but as a tar.gz file on some desktop theme collection website.
Oh, realizing you did not explicitly ask to use the original/old cursors - so a theme "looking like them" (in a package) would fully solve your question.
Yes, I have X. But I am not able to assign my mouse cursor to the image above. The customization tool lxappearance only offers DMZ black/white and a couple of others.
– Pierre B
Mar 30 '14 at 4:46
Indeed, lxappearance does not show the original cursors. Seems like they were in a very different format back then; So while they are still there, they are incompatible, (and not automaticaly converted or so, as I expected)
– Volker Siegel
Mar 30 '14 at 5:07
Ha! Found them... it really is a font,/usr/share/fonts/X11/misc/cursor.pcf.gz. It is a bitmap font - not scalable, and in an old format. But that is all not surprising as these cursors were part of the very first versions of X pretty sure...
– Volker Siegel
Mar 30 '14 at 5:23
An interesting hack you could try is provoking LXDE to fall back to use the X11 default cursors. Can you manually try configuring no mouse theme at all, or a nonexisting one? (Btw.: after some searching, I still did not find a modern mouse theme with the old X font cursors.)
– Volker Siegel
Mar 30 '14 at 11:21
add a comment |
I manage to get it working on my Linux.
Basically, I have downloaded the cursor files from http://blackevilweredragon.deviantart.com/art/X11-Cursors-25788898
Then used convert to make ... well convert them to .png
convert icon:no.cur normal.png
The next step is to make the .png a valid X cursor format, so I used xcursorgen
xcursorgen conf.in normal
conf.in looks like this:
34 10 4 normal.png 1000
I did this for all the cursors I was interested in, then overwrite the files in the current cursor theme:
root@alexi-XPS13-9333 15:59:40-[x11_cursors]# cp normal /usr/share/icons/DMZ-Black/cursors/left_ptr
Now it looks like this: 
NOTE: it worth mentioning that some programs will not follow the theme rules (mostly Skype) :)
Hope it helps.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f122193%2fminimalist-mouse-cursor-theme%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
(Update: including more details after hunting down the old cursors)
The 'original' X cursors are certainly in the basic packages for X server or X client libraries. It is a font, technically.
(It is in the bitmap font /usr/share/fonts/X11/misc/cursor.pcf.gz in package xfonts-base)
So there is no such package to install these old cursors separately, and you have them already if you have X.
What should exist, though, is a modern "cursor theme" just recreating these cursors in modern format. Maybe it is not aviable as a package, but as a tar.gz file on some desktop theme collection website.
Oh, realizing you did not explicitly ask to use the original/old cursors - so a theme "looking like them" (in a package) would fully solve your question.
Yes, I have X. But I am not able to assign my mouse cursor to the image above. The customization tool lxappearance only offers DMZ black/white and a couple of others.
– Pierre B
Mar 30 '14 at 4:46
Indeed, lxappearance does not show the original cursors. Seems like they were in a very different format back then; So while they are still there, they are incompatible, (and not automaticaly converted or so, as I expected)
– Volker Siegel
Mar 30 '14 at 5:07
Ha! Found them... it really is a font,/usr/share/fonts/X11/misc/cursor.pcf.gz. It is a bitmap font - not scalable, and in an old format. But that is all not surprising as these cursors were part of the very first versions of X pretty sure...
– Volker Siegel
Mar 30 '14 at 5:23
An interesting hack you could try is provoking LXDE to fall back to use the X11 default cursors. Can you manually try configuring no mouse theme at all, or a nonexisting one? (Btw.: after some searching, I still did not find a modern mouse theme with the old X font cursors.)
– Volker Siegel
Mar 30 '14 at 11:21
add a comment |
(Update: including more details after hunting down the old cursors)
The 'original' X cursors are certainly in the basic packages for X server or X client libraries. It is a font, technically.
(It is in the bitmap font /usr/share/fonts/X11/misc/cursor.pcf.gz in package xfonts-base)
So there is no such package to install these old cursors separately, and you have them already if you have X.
What should exist, though, is a modern "cursor theme" just recreating these cursors in modern format. Maybe it is not aviable as a package, but as a tar.gz file on some desktop theme collection website.
Oh, realizing you did not explicitly ask to use the original/old cursors - so a theme "looking like them" (in a package) would fully solve your question.
Yes, I have X. But I am not able to assign my mouse cursor to the image above. The customization tool lxappearance only offers DMZ black/white and a couple of others.
– Pierre B
Mar 30 '14 at 4:46
Indeed, lxappearance does not show the original cursors. Seems like they were in a very different format back then; So while they are still there, they are incompatible, (and not automaticaly converted or so, as I expected)
– Volker Siegel
Mar 30 '14 at 5:07
Ha! Found them... it really is a font,/usr/share/fonts/X11/misc/cursor.pcf.gz. It is a bitmap font - not scalable, and in an old format. But that is all not surprising as these cursors were part of the very first versions of X pretty sure...
– Volker Siegel
Mar 30 '14 at 5:23
An interesting hack you could try is provoking LXDE to fall back to use the X11 default cursors. Can you manually try configuring no mouse theme at all, or a nonexisting one? (Btw.: after some searching, I still did not find a modern mouse theme with the old X font cursors.)
– Volker Siegel
Mar 30 '14 at 11:21
add a comment |
(Update: including more details after hunting down the old cursors)
The 'original' X cursors are certainly in the basic packages for X server or X client libraries. It is a font, technically.
(It is in the bitmap font /usr/share/fonts/X11/misc/cursor.pcf.gz in package xfonts-base)
So there is no such package to install these old cursors separately, and you have them already if you have X.
What should exist, though, is a modern "cursor theme" just recreating these cursors in modern format. Maybe it is not aviable as a package, but as a tar.gz file on some desktop theme collection website.
Oh, realizing you did not explicitly ask to use the original/old cursors - so a theme "looking like them" (in a package) would fully solve your question.
(Update: including more details after hunting down the old cursors)
The 'original' X cursors are certainly in the basic packages for X server or X client libraries. It is a font, technically.
(It is in the bitmap font /usr/share/fonts/X11/misc/cursor.pcf.gz in package xfonts-base)
So there is no such package to install these old cursors separately, and you have them already if you have X.
What should exist, though, is a modern "cursor theme" just recreating these cursors in modern format. Maybe it is not aviable as a package, but as a tar.gz file on some desktop theme collection website.
Oh, realizing you did not explicitly ask to use the original/old cursors - so a theme "looking like them" (in a package) would fully solve your question.
edited Mar 30 '14 at 11:18
answered Mar 30 '14 at 3:29
Volker SiegelVolker Siegel
10.8k33260
10.8k33260
Yes, I have X. But I am not able to assign my mouse cursor to the image above. The customization tool lxappearance only offers DMZ black/white and a couple of others.
– Pierre B
Mar 30 '14 at 4:46
Indeed, lxappearance does not show the original cursors. Seems like they were in a very different format back then; So while they are still there, they are incompatible, (and not automaticaly converted or so, as I expected)
– Volker Siegel
Mar 30 '14 at 5:07
Ha! Found them... it really is a font,/usr/share/fonts/X11/misc/cursor.pcf.gz. It is a bitmap font - not scalable, and in an old format. But that is all not surprising as these cursors were part of the very first versions of X pretty sure...
– Volker Siegel
Mar 30 '14 at 5:23
An interesting hack you could try is provoking LXDE to fall back to use the X11 default cursors. Can you manually try configuring no mouse theme at all, or a nonexisting one? (Btw.: after some searching, I still did not find a modern mouse theme with the old X font cursors.)
– Volker Siegel
Mar 30 '14 at 11:21
add a comment |
Yes, I have X. But I am not able to assign my mouse cursor to the image above. The customization tool lxappearance only offers DMZ black/white and a couple of others.
– Pierre B
Mar 30 '14 at 4:46
Indeed, lxappearance does not show the original cursors. Seems like they were in a very different format back then; So while they are still there, they are incompatible, (and not automaticaly converted or so, as I expected)
– Volker Siegel
Mar 30 '14 at 5:07
Ha! Found them... it really is a font,/usr/share/fonts/X11/misc/cursor.pcf.gz. It is a bitmap font - not scalable, and in an old format. But that is all not surprising as these cursors were part of the very first versions of X pretty sure...
– Volker Siegel
Mar 30 '14 at 5:23
An interesting hack you could try is provoking LXDE to fall back to use the X11 default cursors. Can you manually try configuring no mouse theme at all, or a nonexisting one? (Btw.: after some searching, I still did not find a modern mouse theme with the old X font cursors.)
– Volker Siegel
Mar 30 '14 at 11:21
Yes, I have X. But I am not able to assign my mouse cursor to the image above. The customization tool lxappearance only offers DMZ black/white and a couple of others.
– Pierre B
Mar 30 '14 at 4:46
Yes, I have X. But I am not able to assign my mouse cursor to the image above. The customization tool lxappearance only offers DMZ black/white and a couple of others.
– Pierre B
Mar 30 '14 at 4:46
Indeed, lxappearance does not show the original cursors. Seems like they were in a very different format back then; So while they are still there, they are incompatible, (and not automaticaly converted or so, as I expected)
– Volker Siegel
Mar 30 '14 at 5:07
Indeed, lxappearance does not show the original cursors. Seems like they were in a very different format back then; So while they are still there, they are incompatible, (and not automaticaly converted or so, as I expected)
– Volker Siegel
Mar 30 '14 at 5:07
Ha! Found them... it really is a font,
/usr/share/fonts/X11/misc/cursor.pcf.gz. It is a bitmap font - not scalable, and in an old format. But that is all not surprising as these cursors were part of the very first versions of X pretty sure...– Volker Siegel
Mar 30 '14 at 5:23
Ha! Found them... it really is a font,
/usr/share/fonts/X11/misc/cursor.pcf.gz. It is a bitmap font - not scalable, and in an old format. But that is all not surprising as these cursors were part of the very first versions of X pretty sure...– Volker Siegel
Mar 30 '14 at 5:23
An interesting hack you could try is provoking LXDE to fall back to use the X11 default cursors. Can you manually try configuring no mouse theme at all, or a nonexisting one? (Btw.: after some searching, I still did not find a modern mouse theme with the old X font cursors.)
– Volker Siegel
Mar 30 '14 at 11:21
An interesting hack you could try is provoking LXDE to fall back to use the X11 default cursors. Can you manually try configuring no mouse theme at all, or a nonexisting one? (Btw.: after some searching, I still did not find a modern mouse theme with the old X font cursors.)
– Volker Siegel
Mar 30 '14 at 11:21
add a comment |
I manage to get it working on my Linux.
Basically, I have downloaded the cursor files from http://blackevilweredragon.deviantart.com/art/X11-Cursors-25788898
Then used convert to make ... well convert them to .png
convert icon:no.cur normal.png
The next step is to make the .png a valid X cursor format, so I used xcursorgen
xcursorgen conf.in normal
conf.in looks like this:
34 10 4 normal.png 1000
I did this for all the cursors I was interested in, then overwrite the files in the current cursor theme:
root@alexi-XPS13-9333 15:59:40-[x11_cursors]# cp normal /usr/share/icons/DMZ-Black/cursors/left_ptr
Now it looks like this: 
NOTE: it worth mentioning that some programs will not follow the theme rules (mostly Skype) :)
Hope it helps.
add a comment |
I manage to get it working on my Linux.
Basically, I have downloaded the cursor files from http://blackevilweredragon.deviantart.com/art/X11-Cursors-25788898
Then used convert to make ... well convert them to .png
convert icon:no.cur normal.png
The next step is to make the .png a valid X cursor format, so I used xcursorgen
xcursorgen conf.in normal
conf.in looks like this:
34 10 4 normal.png 1000
I did this for all the cursors I was interested in, then overwrite the files in the current cursor theme:
root@alexi-XPS13-9333 15:59:40-[x11_cursors]# cp normal /usr/share/icons/DMZ-Black/cursors/left_ptr
Now it looks like this: 
NOTE: it worth mentioning that some programs will not follow the theme rules (mostly Skype) :)
Hope it helps.
add a comment |
I manage to get it working on my Linux.
Basically, I have downloaded the cursor files from http://blackevilweredragon.deviantart.com/art/X11-Cursors-25788898
Then used convert to make ... well convert them to .png
convert icon:no.cur normal.png
The next step is to make the .png a valid X cursor format, so I used xcursorgen
xcursorgen conf.in normal
conf.in looks like this:
34 10 4 normal.png 1000
I did this for all the cursors I was interested in, then overwrite the files in the current cursor theme:
root@alexi-XPS13-9333 15:59:40-[x11_cursors]# cp normal /usr/share/icons/DMZ-Black/cursors/left_ptr
Now it looks like this: 
NOTE: it worth mentioning that some programs will not follow the theme rules (mostly Skype) :)
Hope it helps.
I manage to get it working on my Linux.
Basically, I have downloaded the cursor files from http://blackevilweredragon.deviantart.com/art/X11-Cursors-25788898
Then used convert to make ... well convert them to .png
convert icon:no.cur normal.png
The next step is to make the .png a valid X cursor format, so I used xcursorgen
xcursorgen conf.in normal
conf.in looks like this:
34 10 4 normal.png 1000
I did this for all the cursors I was interested in, then overwrite the files in the current cursor theme:
root@alexi-XPS13-9333 15:59:40-[x11_cursors]# cp normal /usr/share/icons/DMZ-Black/cursors/left_ptr
Now it looks like this: 
NOTE: it worth mentioning that some programs will not follow the theme rules (mostly Skype) :)
Hope it helps.
answered Feb 11 '16 at 16:03
AndyAndy
57244
57244
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f122193%2fminimalist-mouse-cursor-theme%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown