You are not logged in.

#301 2008-01-15 10:41:44

dawn
Member
Registered: 2008-01-15
Posts: 51

Re: January 2008 Screenshots

thumbdesktopzg0.png

Windows Manager: Openbox
Music Player: cplay running in a urxvt terminal

Last edited by dawn (2008-01-15 10:44:59)

Offline

#302 2008-01-15 11:36:23

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: January 2008 Screenshots

Can you tell me how you got Conky to display the elapsed time since install?

meqif wrote:

Here's mine:

http://scarybox.net/zomg/ss/2008-01-14- … _thumb.png

WM: Xmonad
Wallpaper: by Sen (thanks dude!)
Status bar: dzen (with zsh scripts and converted Tango icons)
Tray: stalonetray (upper right), running nm-applet (crappy status icon remade by me)
Terminal: urxvt + zsh

Man that is an awesome, slick wallpaper! Can you put it online?

Last edited by B (2008-01-15 11:46:52)


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#303 2008-01-15 12:05:52

Pobro
Member
From: Belgrade, Serbia
Registered: 2007-12-31
Posts: 4

Re: January 2008 Screenshots

B wrote:

Can you tell me how you got Conky to display the elapsed time since install?

script

<?php

//start = head -n 1 /var/log/pacman.log
$start = "Dec 29, 2007";

//--------------------------
$now = strtotime ("now");
$then = strtotime ("$start");
$difference = $now - $then ;
$num = $difference/86400;
$days = intval($num);
$num2 = ($num - $days)*24;
$hours = intval($num2);
$num3 = ($num2 - $hours)*60;
$mins = intval($num3);
$num4 = ($num3 - $mins)*60;
$secs = intval($num4);
?>
<?php echo $days ?>d <?php echo $hours ?>h <?php echo $mins ?>m

conkyrc

${color #888888} System Installed:${color #CCCCCC} ${execi 30 php /home/paleksic/scripts/conky/uptime/timer.php}
barebones wrote:

Pobro, is that background just a piece of art, or is it from something? It and your whole setup look pretty awesome.

http://ukitakumuki.deviantart.com/gallery/ smile

Offline

#304 2008-01-15 13:14:55

meqif
Member
From: Portugal
Registered: 2006-12-16
Posts: 60
Website

Re: January 2008 Screenshots

B wrote:

Man that is an awesome, slick wallpaper! Can you put it online?

It was posted in this thread a few pages back. Sen created the wallpaper and Zepp mirrored it, kudos to both.


Ricardo Martins ><>< ricardomartins.cc ><>< GPG key: 0x1308F1B4

Offline

#305 2008-01-15 17:18:06

Loke
Member
From: Denmark
Registered: 2005-10-21
Posts: 139

Re: January 2008 Screenshots

Very nice smile Would you mind sharing the wallpaper please? Thanks.

Offline

#306 2008-01-15 19:03:47

barebones
Member
Registered: 2006-04-30
Posts: 235

Re: January 2008 Screenshots

Awesome, Thanks!

Offline

#307 2008-01-15 19:39:44

Agent69
Member
Registered: 2006-05-26
Posts: 189

Re: January 2008 Screenshots

dawn wrote:

http://img101.imageshack.us/img101/5673 … topzg0.png

Windows Manager: Openbox
Music Player: cplay running in a urxvt terminal

Nice screenshot. It made my minimalistic heart smile! big_smile

Offline

#308 2008-01-15 20:23:55

Zer0
Member
From: Windsor, ON, Canada
Registered: 2006-08-25
Posts: 299

Re: January 2008 Screenshots

SoftVision wrote:

Hi. You have a nice setup there. Do you mind sharing your conky script please? Also how did you get that transparent IRC chat program?

It's weechat in XFCE's Terminal.  Why?  Because KDE's Konsole still shows a 1 pixel frame around the terminal no matter if you disable all the window/scrollbar/menu stuff.  XFCE's Terminal is lightweight and small install (apx 1-2 meg with depends).  You could use other terminals like aterm which is also lightweight.. I just like XFCE's terminal..   In KDEmod you can use konsole with the --real-transparency switch to enable better transparency (not just desktop wallpaper copying) but then you still have the issue of 1 pixel.. there's a patch floating out there somewhere for that fix if your hellbent on using konsole..

Rasi wrote:

Thats quite easy with a terminal based program. Apart from that he is using compiz on top of kde, so transparency isnt the issue tongue

I do run compiz-fusion but the transparency didn't allow for opaque text so the overall result was very hard to read..  that's why choose a terminal with transparency support.

My .conkyrc

To make conky have a nice background.. I cheated and just "GIMPed" my wallpaper (25% opacity black layer; 5 pixel rounded coners, 7.5 selection fade.  Too bad I can't find a nice solution for this like an external script to call a for a background in conky.. sad  If anyone knows of one such app/script.. let me know tongue

And if anyone cares I stole the grep code for getting "upgraded" info out of pacman.log from.. 
http://kde-look.org/content/show.php/Ar … tent=27001

Last edited by Zer0 (2008-01-15 20:34:24)

Offline

#309 2008-01-15 21:57:22

thursdayknights
Member
Registered: 2007-08-25
Posts: 28

Re: January 2008 Screenshots

newyearscreenbusyin5.th.jpg

UI: openbox (wm), pypanel (panel), xcompmgr (shadows), fawn (openbox theme), rezlooks-gilouche (gtk theme).
WP: http://septic.deviantart.com/art/Tempta … r-34615501

I love the Arch!

Last edited by thursdayknights (2008-01-15 22:21:00)

Offline

#310 2008-01-15 22:20:31

adekoba
Member
Registered: 2007-07-10
Posts: 128
Website

Re: January 2008 Screenshots

good taste in music ^


abcdefghijklmnopqrstuvwxyz

Offline

#311 2008-01-15 22:47:18

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: January 2008 Screenshots

meqif wrote:
B wrote:

Man that is an awesome, slick wallpaper! Can you put it online?

It was posted in this thread a few pages back. Sen created the wallpaper and Zepp mirrored it, kudos to both.

Thanks man! Pobro: Same to you smile.

Last edited by B (2008-01-15 22:48:35)


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#312 2008-01-16 00:59:32

colbert
Member
Registered: 2007-12-16
Posts: 809

Re: January 2008 Screenshots

Loke wrote:

Very nice smile Would you mind sharing the wallpaper please? Thanks.

Sure, here: http://www.bobgill.net/Piano_and_Guitar_by_rclop472.jpg

Offline

#313 2008-01-16 01:31:03

Agent69
Member
Registered: 2006-05-26
Posts: 189

Re: January 2008 Screenshots

200801152023221280x1024ux0.th.png

WP: Blue Abstract by blackbelt777. Released under a CC  license.

Arch x64 running Urxvt, Twm, and Firefox. Applied the LCD hinting hacks as per the wiki.

Offline

#314 2008-01-16 14:43:51

weseven
Member
Registered: 2007-07-16
Posts: 34

Re: January 2008 Screenshots

i fell in love with e16 smile

Laptop with Arch64, enlightenment 16, conky. Pieces of kdemod here and there.
Clean:
2008-01-16-152115_1280x800_scrot_xs.png
A little busy:
2008-01-16-152851_1280x800_scrotxs.png

Offline

#315 2008-01-16 14:56:26

zodmaner
Member
Registered: 2007-07-11
Posts: 653

Re: January 2008 Screenshots

weseven wrote:

i fell in love with e16 smile

Laptop with Arch64, enlightenment 16, conky. Pieces of kdemod here and there.
Clean:
http://i121.photobucket.com/albums/o221 … rot_xs.png
A little busy:
http://i121.photobucket.com/albums/o221 … crotxs.png

Hm... e16 looks nice. big_smile

Could you please tell me how much RAM it use with composite on? Is it heavy on the system resource?

Last edited by zodmaner (2008-01-16 14:59:08)

Offline

#316 2008-01-16 15:08:32

weseven
Member
Registered: 2007-07-16
Posts: 34

Re: January 2008 Screenshots

hum, to me it looks light on system, however i should do some tests without loading some apps to get the amount of ram it use.
if i do not come back, something exploded on the way doin' it tongue

edit:
http://i121.photobucket.com/albums/o221 … _scrot.png
~70MB
sounds lightweight to me.

Last edited by weseven (2008-01-16 15:19:29)

Offline

#317 2008-01-16 15:26:45

zodmaner
Member
Registered: 2007-07-11
Posts: 653

Re: January 2008 Screenshots

dawn wrote:

http://img101.imageshack.us/img101/5673 … topzg0.png

Windows Manager: Openbox
Music Player: cplay running in a urxvt terminal

dawn, could you please share that wallpaper?

weseven wrote:

hum, to me it looks light on system, however i should do some tests without loading some apps to get the amount of ram it use.
if i do not come back, something exploded on the way doin' it tongue

lol smile

weseven wrote:

Whoa! That's quite impressive. Very lightweight in my humble opinion.

Offline

#318 2008-01-16 20:14:15

Sjoden
Member
From: WA
Registered: 2007-08-16
Posts: 380
Website

Re: January 2008 Screenshots

First screen shot I think. Hope you like it.
2197469961_1b705fe20b_m.jpg

Last edited by Sjoden (2008-01-16 20:17:34)

Offline

#319 2008-01-16 20:43:56

Secagy
Member
From: Germany
Registered: 2007-10-07
Posts: 11

Re: January 2008 Screenshots

weseven wrote:

i fell in love with e16 smile

Laptop with Arch64, enlightenment 16, conky. Pieces of kdemod here and there.
Clean:
http://i121.photobucket.com/albums/o221 … rot_xs.png
A little busy:
http://i121.photobucket.com/albums/o221 … crotxs.png

Looks neat! smile
Could you perhaps share the wallpaper please?

Offline

#320 2008-01-16 20:56:59

tami
Member
From: Norway, Oslo
Registered: 2007-11-10
Posts: 58
Website

Re: January 2008 Screenshots

...and my first screenshot-post here. I hope you enjoy it as much as I enjoy Arch.

open_box_1-vi.png
Hosted on Fotki

Best wishes to all,
tami

EDIT:...broken link sad

Last edited by tami (2008-01-17 17:27:54)


"Possession means worries and luggage bags one has to drag along." Little My wink

Offline

#321 2008-01-16 21:10:41

Sjoden
Member
From: WA
Registered: 2007-08-16
Posts: 380
Website

Re: January 2008 Screenshots

Build a man a fire, and he'll be warm for a day.
Set a man on fire, and he'll be warm for the rest of his life.

Offline

#322 2008-01-16 21:34:03

weseven
Member
Registered: 2007-07-16
Posts: 34

Re: January 2008 Screenshots

Secagy wrote:

Looks neat! smile
Could you perhaps share the wallpaper please?

here you are: http://dennern.deviantart.com/art/Skywards-39406052 smile

Sjoden wrote:

Build a man a fire, and he'll be warm for a day.
Set a man on fire, and he'll be warm for the rest of his life.

T.Pratchett - Jingo, iirc big_smile

Offline

#323 2008-01-16 21:36:13

tami
Member
From: Norway, Oslo
Registered: 2007-11-10
Posts: 58
Website

Re: January 2008 Screenshots

Sjoden wrote:

Build a man a fire, and he'll be warm for a day.
Set a man on fire, and he'll be warm for the rest of his life.

I like this one, too! wink


"Possession means worries and luggage bags one has to drag along." Little My wink

Offline

#324 2008-01-16 22:29:48

Loke
Member
From: Denmark
Registered: 2005-10-21
Posts: 139

Re: January 2008 Screenshots

colbert wrote:

Cheers.

Offline

#325 2008-01-16 23:32:39

Sjoden
Member
From: WA
Registered: 2007-08-16
Posts: 380
Website

Re: January 2008 Screenshots

Weseven, mind posting your conkyrc?

Offline

Board footer

Powered by FluxBB