Inferno XS

这套鼠标指针主题总共包括黑色、白色、深蓝色、蓝色、红色、橘色、绿色等几种颜色,另外每种颜色也提供了小型、正常、中型、大型四种不同的尺寸。作者还提供了该套主题的自定义包,方便使用者根据自己的喜好进行修改。

Inferno XS

Thanks author darkowl!

Download Inferno XS

Read More:

  • » No related posts

5 Comments

  1. 1 andey Commented @ 2007-03-12 23:03Reply to this comment

    fluxbox如何安装鼠标指针? goodle到一文章说改.Xdefaults 来指定Xcursor.theme 但是没有成功。

  2. 2 ccpp0 Commented @ 2007-03-13 16:25Reply to this comment

    Xcursor library 默认的theme搜寻路径是

    $HOME/.icons/THEMENAME/cursors,
    /usr/share/icons/THEME
    NAME/cursors, /usr/share/pixmaps/THEMENAME/cursors,
    /usr/share/cursors/xorg-x11/THEME
    NAME/cursors

    在~/.Xdefaults中,指定theme名称 Xcursor.theme: THEME_NAME

    这样Xcursor就会在启动X的时候自动加载指定的theme了

  3. 3 andey Commented @ 2007-03-13 16:38Reply to this comment

    楼上,我试过把主题放在$HOME/.icons/(其实我的$HOME/下没有.icons,我自己建了一个)然后改~/.Xdefaults,内容也是你的一样。 但是没有成功,你列出4个theme路径,是否每个路径都放把鼠标主题放进入?

  4. 4 ccpp0 Commented @ 2007-03-13 19:39Reply to this comment

    放一个就成

    比如这个theme

    mkdir ~/.icons cd ~/.icons tar jxvf va....bz2

    echo "Xcursor.theme:Vanilla-DMZ-AA" >> ~/.Xdefaults

  5. 5 ccpp0 Commented @ 2007-03-13 19:41Reply to this comment

    噢,这页不是 DMZ那个,也无所谓,目录结构对了,东西全了就没问题