分页: 1 / 1

[分享]linux下的梦幻桌面——xwinwrap x86-64版

发表于 : 2007-11-24 17:37
seanfj
在 论坛上看到了linux下的梦幻桌面——xwinwrap,
关于什么Xwinwarp请看:viewtopic.php?t=39270
看了下,挻炫的,
自己也想弄个,郁闷!就是没有提供64位的包。。。
我在网上找了好久 终于找了个Suse的Rpm,转 成了DEB!发上来分享下。。。
装好后要改下coolbg

代码: 全选

sudo gedit /usr/bin/coolbg
把里面的东西全删了换成下面:

代码: 全选

#!/bin/bash
##
# Copyright : (C) 2007 cyberorg
# E-mail    : cyberorg (at) cyberorg.info
# Modified by zhuqin
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
#This is a script to run xscreensaver as animated background in Xgl
#Get xwinwrap before using this script
#
#-g = parse geometry
#-ni = no input
#-argb = argb visual
#-fs = full screen
#-s = sticky
#-st = skip taskbar
#-sp = skip pager
#-a = above
#-b = below
#-nf = no focus
#-o OPACITY
#
##
ARCH=`arch`
#if [ $ARCH == "i686" ]; then
#SAVERPATH=/usr/lib/xscreensaver
#elif [ $ARCH == "x86_64" ]; then
SAVERPATH=/usr/lib64/xscreensaver
#fi
while true; do
ls $SAVERPATH
echo "Select your cool background:"
read background
bg=$background
echo -n "Want to run in foreground? (y/n) "
read yn
case $yn in
y* | Y* ) xwinwrap -o 0.6 -ni -argb -fs -s -st -sp -a -nf -- $SAVERPATH/$bg -window-id WID; break ;;# -o后的数值从0到1,可自行修改
[nN]* ) xwinwrap -o 0.6 -ni -argb -fs -s -st -sp -b -nf -- $SAVERPATH/$bg -window-id WID -root; break ;;
q* ) exit ;;
* ) echo "unknown response. Asking again" ;;
esac
done
我测试过的屏保例子,其它的在我这都用不了可能是显卡不行,GMA900的。。。。。

代码: 全选

Fuzzy Flakes: xwinwrap -o 0.3 -ni -argb -fs -s -st -sp -b -nf -- /usr/lib/xscreensaver/fuzzyflakes -window-id WID -color black

Ripples: xwinwrap -o 0.3 -ni -argb -fs -s -st -sp -b -nf -- /usr/lib/xscreensaver/ripples -window-id WID
其它的一些设置可以去这看看:viewtopic.php?t=39270

?

发表于 : 2007-11-24 17:42
bjsm
?盗窃我的签名。

发表于 : 2007-11-28 6:14
zhuqin_83
这个要顶一下。我也去把原来的转成最新的吧。

发表于 : 2007-12-14 12:35
jianyitian
i don't konw how to install the file"tar.bz2"...

who can teach me??

Re: ?

发表于 : 2008-03-26 18:17
seanfj
bjsm 写了:?盗窃我的签名。
晕,被你看到了,。。。。。

Re: [分享]linux下的梦幻桌面——xwinwrap x86-64版

发表于 : 2009-01-06 11:04
tangbozhi1
这么好的东西不顶就太对不起LZ了

Re: [分享]linux下的梦幻桌面——xwinwrap x86-64版

发表于 : 2009-01-06 18:32
深蓝梦幻
东西呢?