
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/Infinality/mouse-cursors
Note that these cursor themes use symlinks for some cursors in order to reduce the size of the theme, and because hey, why duplicate data? If you have a problem where only 1 or 2 cursors show up in the theme, then somehow, the extraction didn't work properly. I would suggest doing something like:
cd /home/yourname/.icons/
tar zxvf /path/to/theme.tar.gz
That will preserve the symlinks properly.
Fix github links 1 year ago
- Fixed github links to link to the "raw" file instead of the github page for the file.
- Uploaded a RPM file for installation on Fedora/RHEL/CentOS systems.
Fix github links 1 year ago
- Fixed github links to link to the "raw" file instead of the github page for the file.
- Uploaded a RPM file for installation on Fedora/RHEL/CentOS systems.
Reuploaded to github 1 year ago
Re-uploaded all files to github.
13 years ago
1-12-08 - Fixed some problems with the left-handed corner drag cursors, and made the wait cursor go clockwise instead of counter.
1-11-08 - Cursor sizes dramatically reduced by using symlinks for duplicates. Added left handed versions of all cursors!
12-24-07 - All themes have been updated to include a proper index.theme file. Hopefully this will resolve the problems some were having with Gnome. Let me know if you still have issues.
10-18-07 - The text selection and precision cursors are now correct in the Aero themes, with one exception: I added a 50% translucent 1px white border around those two, as I found I couldn't see the cursors against a black background.
* There were tons of extra files in the old tar.gz that I removed to make a leaner download.
* Also, of course, large cursors have been added!
dasGewitter
13 years ago
Report
Moony
13 years ago
Report
rondonjin
13 years ago
Wayne
Report
rondonjin
13 years ago
Wayne
Report
rondonjin
13 years ago
Anyway, another thing I wanted to mention is the spinning 'wait' (clock?) icon(s) spin anti-clockwise. That really doesn't need changing because a real left-handed clock (many people have never seen one) does in fact turn anti-clockwise, much easier to read for us lefties :)
Wayne
Report
Moony
13 years ago
Report
iamFIREcracker
13 years ago
maybe my question is going to be an ot, but could you tell me how to create a mouse theme? the files inside the mouse theme seems not recognisable by any image viewer.. si i don't know how to start
thanks in advance
and marry Xmas
M@
Report
Moony
13 years ago
man xcursorgen
...although that will give you very limited information (that's the way Linux man pages work it seems ;). You manually create png images (there is no free lunch) and give xcursorgen a config file that describes what to do with that/those png images. If you give it one line, it makes a static cursor, if you give it many lines, it makes an animated cursor. You then do this for each cursor you want (pointer, crosshair, ibeam, etc.). It's basically *begging* for a script to do all that dirty work because doing it manually is a PITA.
There are programs/scripts like gursormaker which help in this, and other programs like sd2xc.pl which convert CursorXP themes into X11 themes. I am currently modifying sd2xc.pl to do much better conversion of CursorXP themes than it previously did, with extra options as well. I'm also working on a script to convert Windows mouse cursors into CursorXP themes (which you can then convert to X11 themes).
I dunno about Gnome, but in KDE, you can use Konqueror file manager to view the individual mouse cursor files as thumbnails. I'm not sure, but they may or may not be in png format in actuality, after they've been processed by xcursorgen. Also, I've found very few clear instructions about X11 mouse cursors in general- using them, creating them, etc. Maybe I'll have to write something up from all my trials.
Report
LinMax
13 years ago
Report
Moony
13 years ago
Report
corrosivemisery
13 years ago
[Cursor Theme]
Name=aero (or aero-drop)
All my other mouse icon themes have an index.theme with content similar, perhaps we could get another X11 mouse theme author to comment.
Worked with Fedora 8, Fedora 7 is still a no go.
Nice work btw. :)
Report
Moony
13 years ago
Sorry about the quirkiness with Gnome... I only use KDE, and posted the files to kde-look.org, which I've since gathered is part of some conglomerate of other sites. I would like to make sure these work in Gnome, so I'll keep up on that, but not for at least a few days here.
Report
ThrowRocksAtMe1
13 years ago
Only for KDE?
Report
Moony
13 years ago
Report
Frobozz
13 years ago
Report
Kaphius
13 years ago
Report
Moony
13 years ago
Report
ThrowRocksAtMe1
13 years ago
Report
Moony
13 years ago
1) David Turner patched libraries similar to these: http://www.bevenhall.se/jim/fedora-cleartype/ (but mine were manually patched from these sources: http://jaganath.wordpress.com/2006/11/16/cleartype-lcd-patch-on-mandriva-linux-2007/ )
2) Subpixel hinting / antialiasing on.
3) Modification to ~/.fonts.conf to render Segoe UI using "slight" hinting, and to reduce the width to 95% of normal (needed for 9pt, IMHO):
<match target="font" >
<test qual="any" name="family" compare="eq" >
<string>Segoe UI</string>
</test>
<edit name="hintstyle" mode="assign" >
<const>hintslight</const>
</edit>
<edit name="aspect" mode="assign" >
<double>0.95</double>
</edit>
</match>
Report
rocketpcguy
13 years ago
Report
Moony
13 years ago
1) David Turner patched libraries similar to these: http://www.bevenhall.se/jim/fedora-cleartype/ (but mine were manually patched from these sources: http://jaganath.wordpress.com/2006/11/16/cleartype-lcd-patch-on-mandriva-linux-2007/ )
2) Subpixel hinting / antialiasing on.
3) Modification to ~/.fonts.conf to render Segoe UI using "slight" hinting, and to reduce the width to 95% of normal (needed for 9pt, IMHO):
<match target="font" >
<test qual="any" name="family" compare="eq" >
<string>Segoe UI</string>
</test>
<edit name="hintstyle" mode="assign" >
<const>hintslight</const>
</edit>
<edit name="aspect" mode="assign" >
<double>0.95</double>
</edit>
</match>
Report
Erich-H5
13 years ago
Report