• Post your desktop 5 1
Currently:  

Author Topic: Post your desktop  (Read 459695 times)

0 Members and 4 Guests are viewing this topic.

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: Post your desktop
« Reply #900 on: January 10, 2013, 02:04:54 pm »
Thank you. ;) It took me a little while to set it up, because with Geektool, all you have is images, textfiles and shell scripts (with output).
Even the bottom right thingy is just a bash script with a custom font to make the circular graphs. There is (top to bottom) RAM usage, CPU usage and mouse battery status.
« Last Edit: January 10, 2013, 02:09:06 pm by Streetwalker »

Offline Nick

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1166
  • Rating: +161/-3
  • You just got omnom'd
    • View Profile
    • Nick Steen
Re: Post your desktop
« Reply #901 on: January 10, 2013, 03:06:54 pm »
Is that backgound some kind of Aviavader? I like it :)

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: Post your desktop
« Reply #902 on: January 10, 2013, 03:13:21 pm »
Nope, it's sunglasses. I borrowed it somewhere on Internet. I can send it to you if you want. ;)

Offline Nick

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1166
  • Rating: +161/-3
  • You just got omnom'd
    • View Profile
    • Nick Steen
Re: Post your desktop
« Reply #903 on: January 10, 2013, 03:17:08 pm »
Nope, it's sunglasses. I borrowed it somewhere on Internet. I can send it to you if you want. ;)
Haha that's what I meant :) Those are aviator glasses, and you put them on Darth Vader (if i'm not mistaken), so I called it Aviavader

and btw, i love xkcd :)
« Last Edit: January 10, 2013, 03:18:35 pm by Nick »

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Post your desktop
« Reply #904 on: January 10, 2013, 05:43:16 pm »
Here's mine. I made it with Geektool. Tell me if you want some of my stuff.
Spoiler For Spoiler:
Is that a XKCD widget? Nice! :D

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: Post your desktop
« Reply #905 on: January 11, 2013, 07:52:50 am »
Is that a XKCD widget? Nice! :D
Yup. :P It's based on a shell script involving curl, wget and grep.

Offline imo_inx

  • Manman, SaviourOfTheMultiverse!
  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 473
  • Rating: +27/-8
  • imo_inx
    • View Profile
Re: Post your desktop
« Reply #906 on: January 11, 2013, 11:39:58 am »
my school desktop (we cant change the background)
Our background is a very badly pixelated knight. But the original background was white, and they used the fill tool to make it black. So the shading/outline looks horrible. :P


Offline epic7

  • Chopin!
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2200
  • Rating: +135/-8
  • I like robots
    • View Profile
Re: Post your desktop
« Reply #907 on: January 11, 2013, 06:28:04 pm »
My school desktop is a picture of a flower

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Post your desktop
« Reply #908 on: January 11, 2013, 06:32:08 pm »
Is that a XKCD widget? Nice! :D
Yup. :P It's based on a shell script involving curl, wget and grep.
Would it be easy to make one for the plasma desktop? :D

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: Post your desktop
« Reply #909 on: January 16, 2013, 01:37:57 pm »
If you can have it run a script periodically and display an image, then yes.
Here is the script :
Spoiler For Spoiler:
#!/bin/bash

cd ~/GeekLets/XKCD
curl -s --location http://xkcd.com/ | grep embedding | sed 's/Image URL (for hotlinking\/embedding): \(.*\)/\1/w temp'
TEMP=$(cat temp)
rm temp
wget -O xkcd.png $TEMP
You probably want to change the download location (on the cd line). ;)

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Post your desktop
« Reply #910 on: January 16, 2013, 06:51:53 pm »
cool, thanks, might look into it after homework, lol

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Spyro543

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1189
  • Rating: +74/-3
    • View Profile
Re: Post your desktop
« Reply #911 on: January 18, 2013, 02:12:39 pm »
Whee my desktop. The wallpaper is a really zoomed in  Mandelbrot fractal with cool colorings that I made in study hall.

Image removed to huge size D:
« Last Edit: January 18, 2013, 02:13:44 pm by Spyro543 »

Offline hellninjas

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 625
  • Rating: +17/-0
    • View Profile
Re: Post your desktop
« Reply #912 on: January 18, 2013, 03:46:49 pm »
Here's my mac desktop, school an stuffs.
It's an attachment because nyaaaah~

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Post your desktop
« Reply #913 on: January 18, 2013, 06:49:17 pm »
ooooooh, how cute! <3

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: Post your desktop
« Reply #914 on: February 21, 2013, 05:56:57 am »
[1 month later]
My desktop doesn't seem to like staying the same :P Went icon-free b/c I never used them anyways.


The bottom-left is four separate docks. Lots of those boxes checked in different awn settings windows..
Also GrayRevenge is win :D
Also Alternia
« Last Edit: February 21, 2013, 06:04:52 am by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue