You are not logged in.
subj.
me from http://4walled.org
Offline
Check this thread: https://bbs.archlinux.org/viewtopic.php?id=100214
Offline
Offline
Offline
Offline
I haven't lost my mind; I have a tape back-up somewhere.
Twitter
Offline
gnomelook.org, kdelook.org, art.gnome.org and similar sites --- not the largest sites in some ways, but they at least show you the license, so you know what you can do with it
Offline
Geek, runner, motorcyclist and professional know-it-all
Offline
Mostly from screenshot threads, like in the Arch forums, Reddit and a swedish computer site named sweclockers.com. I rarely go to wallpaper sites like interfacelift.com (though that one is really good), simply becouse I'm lazy.
Offline
boy, it's good to know that I'm not the only wallpaperpheliac out there
Hofstadter's Law:
It always takes longer than you expect, even when you take into account Hofstadter's Law.
Offline
Awesome, I was looking for those exact kinds of wallpapers the other day . Thanks for the link!
Offline
Offline
wallbase.net
Offline
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
my fav one http://profesorul09.webs.com/
"Am I not good enough for you?"
Offline
deviantart + 4chan.
Thinkpad T61p : T7700 | 4GB RAM | nVidia FX 570M | Intel 4965
Arch64 @ Openbox
Offline
+1 for InterfaceLIFT. I especially like how they offer wallpaper specific to your resolution.
Offline
vladstudio.com
Offline
nik.bot.nu
It's practically exactly the same thing 4scrape was.
Offline
I tend to use my own pictures, but I also use APOD ( http://antwrp.gsfc.nasa.gov/apod/astropix.html ) or Hubble ( http://hubblesite.org/gallery/wallpaper/ ).
"...one cannot be angry when one looks at a penguin." - John Ruskin
"Life in general is a bit shit, and so too is the internet. And that's all there is." - scepticisle
Offline
A little script for downloading all of vladstudio's wallpapers -- adjust the 'num' variable if there's more now...I haven't checked it in several months now, so no guarantees And please don't laugh at my code!
Scott
#!/usr/bin/env python
import re,urllib
from os.path import join,expanduser
url = "http://www.vladstudio.com/wallpapers/?start={0}&show=24"
pic_url = "http://rack1.vladstudio.com/jpg_low/2560x1600/vladstudio_{0}_2560x1600.jpg"
step = 25
num = 657
dl_dir = expanduser("~/pictures/wallpapers/vladstudio/")
for i in range(0,num,step):
vlad=urllib.urlopen(url.format(i)).readlines() # Open each page of the wallpapers
pix=re.findall('href="\.\./wallpaper/\?([^"]*)"',vlad[0]) # Make a list of the names of each wallpaper
pix=list(set(pix)) # There are two matches for each item name
for j in pix:
fn = join(dl_dir,j + ".jpg")
print "Downloading {0} from {1}".format(fn,pic_url.format(j))
urllib.urlretrieve(pic_url.format(j),fn)
Last edited by firecat53 (2010-09-15 14:47:05)
Offline
http://www.deviantart.com
http://wallbase.net
http://interfacelift.com
Last edited by weakhead (2010-09-15 17:03:05)
Offline
http://konachan.com
http://interfacelift.com
I also sometimes use stuff I make in Blender, or pictures I took back when I had a dSLR.
I like simple desktops, have to bookmark that one!
Last edited by lifeafter2am (2010-09-15 17:07:07)
#binarii @ irc.binarii.net
Matrix Server: https://matrix.binarii.net
-------------
Allan -> ArchBang is not supported because it is stupid.
Offline
Offline
I get 95% of my wallpaper file from Digital Blasphemy. It is a pay site. I've been a member for many, many years and think it is worth every penny.
The other 5% come from the monthly screenshot threads here.
Smarter than a speeding bullet
My Goodreads profile
Offline