You are not logged in.

#1 2008-12-11 08:48:32

ning
Member
Registered: 2008-11-15
Posts: 27

is any software like Drapes in Archlinux?

the http://drapes.mindtouchsoftware.com/ can randomly chnage wallpaer, but I pacman -Ss drapes can't found.
So is there any software work this way?

Offline

#2 2008-12-11 09:14:55

Jerry
Member
From: Philippines
Registered: 2007-09-14
Posts: 126

Re: is any software like Drapes in Archlinux?

I'm not sure if nitrogen can do this, it's best you try it out.  If you want a drapes package in aur ask in the aur request section of the forum.

Offline

#3 2008-12-11 10:36:31

Vintendo
Member
From: Netherlands
Registered: 2008-04-21
Posts: 375
Website

Re: is any software like Drapes in Archlinux?

Offline

#4 2008-12-11 12:23:00

kgas
Member
From: Qatar
Registered: 2008-11-08
Posts: 718

Re: is any software like Drapes in Archlinux?

If you like to change wallpapers you can use wallpapoz , available in aur. I used that earlier with Ubuntu installation.

Offline

#5 2008-12-11 12:41:56

syntaxerrormmm
Member
From: Italy
Registered: 2008-10-22
Posts: 80
Website

Re: is any software like Drapes in Archlinux?

ning: why don't you write a PKGBUILD for drapes? There's plenty of documentation on how to do that on the wiki...


syntaxerrormmm - Homepage

Offline

#6 2008-12-11 14:05:43

ning
Member
Registered: 2008-11-15
Posts: 27

Re: is any software like Drapes in Archlinux?

I created a file, called wallpaper.sh, and have my .xinitrc run it when I log into X
=
How can I  run wallpaper.sh when I log into X?
write like this in .xinitrc file ?
==
sh /home/ning/wallpaper.sh
==

@syntaxerrormmm
I just use Archlinux in a half month ago, maybe I can do this job later.

Offline

#7 2008-12-11 14:24:32

Cyrusm
Member
From: Bozeman, MT
Registered: 2007-11-15
Posts: 1,053

Re: is any software like Drapes in Archlinux?

Or you can just have Cron do it for you on a  regular basis,
why download more software when what you need is already built in!


Hofstadter's Law:
           It always takes longer than you expect, even when you take into account Hofstadter's Law.

Offline

#8 2008-12-11 15:18:33

ning
Member
Registered: 2008-11-15
Posts: 27

Re: is any software like Drapes in Archlinux?

Screenshot-1.png
I follow the wiki(http://wiki.archlinux.org/index.php/Feh#Random_Background_Image)
but it seems this script crash natuius down, isn't it?
==
#!/bin/bash
WALLPAPERS="$HOME/path_to_your_wallpapers"
ALIST=( `ls -w1 -B --ignore=*.sh $WALLPAPERS` )
RANGE=${#ALIST[*]}
SHOW=$(( $RANDOM % $RANGE ))
feh --bg-scale $WALLPAPERS/${ALIST[$SHOW]}

Last edited by ning (2008-12-11 15:19:16)

Offline

#9 2008-12-11 15:47:58

mentallaxative
Member
From: Australia
Registered: 2008-07-14
Posts: 134
Website

Re: is any software like Drapes in Archlinux?

You should click on 'Show more details' and see what it says, but I suspect it has something to do with Nautilus and Feh conflicting with each other. If you didn't already know, Nautilus sets the background wallpaper too.

I don't use Nautilus and I use that script every day just fine.

Offline

Board footer

Powered by FluxBB