LinuxTOY 是一个致力于提供 Linux 相关资讯的专题站点。如果您发现了好用好玩的 Linux 东东并愿意发扬自由、分享的精神,可以点击顶部导航 Contact 按钮进行投稿。

Related entries

  • No related posts

Inferno XS

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

Inferno XS

Thanks author darkowl!

Download Inferno XS

署名 • 注明出处 • 非商业性使用

5 Comments

  1. 1 andey Commented @ 2007-03-12 11:03 pmReply to this comment

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

  2. 2 ccpp0 Commented @ 2007-03-13 4:25 pmReply to this comment

    Xcursor library 默认的theme搜寻路径是

    $HOME/.icons/THEME_NAME/cursors,
    /usr/share/icons/THEME_NAME/cursors,
    /usr/share/pixmaps/THEME_NAME/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 4:38 pmReply to this comment

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

  4. 4 ccpp0 Commented @ 2007-03-13 7:39 pmReply 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 7:41 pmReply to this comment

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