You are not logged in.

#226 2008-04-14 20:18:27

gazj
Member
From: /home/gazj -> /uk/cambs
Registered: 2007-02-09
Posts: 681
Website

Re: April 2008 Screenshots

Cool, is it in aur, or did you build it yourself?

Thanks in advance smile

EDIT: Found it in AUR, sorry was being lazy smile

Last edited by gazj (2008-04-14 20:23:24)

Offline

#227 2008-04-15 01:01:16

Fryguy
Member
Registered: 2008-04-15
Posts: 13

Re: April 2008 Screenshots

my turn i guess

20080414-thumb.png

Openbox + yattacier gtk

Going to tiled wm soon

Offline

#228 2008-04-15 01:48:06

Richer
Member
Registered: 2008-02-26
Posts: 19

Re: April 2008 Screenshots

Excellent screenshot, what are those tray and task manager below?

Offline

#229 2008-04-15 03:23:58

thayer
Fellow
From: Vancouver, BC
Registered: 2007-05-20
Posts: 1,560
Website

Re: April 2008 Screenshots

Same ol' Xmonad:

2442190662_4d2ca16098_m.jpg

dzen/conky-cli, stalonetray, etc.

xmonad.hs -- http://pastebin.com/f29a3062c
conkyrc -- http://pastebin.com/f53f81b7
xinitrc -- http://pastebin.com/f7f8531b9
dzen script -- http://pastebin.com/f30b01602

Last edited by thayer (2008-04-28 19:09:06)


thayer williams ~ cinderwick.ca

Offline

#230 2008-04-15 03:43:51

blu3ness
Member
From: Edmonton, Canada
Registered: 2007-12-28
Posts: 169

Re: April 2008 Screenshots

Richer wrote:

Excellent screenshot, what are those tray and task manager below?

tray is called trayer

the taskbar is included with awesome.


Archlinux on Compaq Presario v5000 laptop smile

Offline

#231 2008-04-15 11:17:37

Paul-S
Member
From: Wales
Registered: 2008-02-04
Posts: 353

Re: April 2008 Screenshots

Nice desk thayer, any chance of seeing the conkyrc and xmonad.hs

Cheers

Offline

#232 2008-04-15 20:51:57

aka_hans
Member
Registered: 2008-03-13
Posts: 17

Re: April 2008 Screenshots

screen_small.png
-Openbox (though you don't really see it on this screenshot)
-urxvt
-docker
-netwmpager
-4x conky (the crappy .jpg makes my green conky lines look yellow)

Offline

#233 2008-04-15 21:13:24

Ashren
Member
From: Denmark
Registered: 2007-06-13
Posts: 1,229
Website

Re: April 2008 Screenshots

2008-04-15-231028_1280x800_scrot840.png.xs.jpg

Last edited by Ashren (2008-04-15 21:14:23)

Offline

#234 2008-04-15 22:44:26

Admiral_Edo
Member
Registered: 2008-04-13
Posts: 6

Re: April 2008 Screenshots

thayer wrote:

Same ol' Xmonad:

http://www.cinderwick.ca/files/shots/20 … -thumb.png

* dzen/conky-cli
* stalonetray
etc...

Where can i find that theme?

Offline

#235 2008-04-16 07:01:23

Kyle Carter
Member
Registered: 2008-02-14
Posts: 91

Re: April 2008 Screenshots

Offline

#236 2008-04-16 23:44:32

Dirhael
Member
From: /cold/north
Registered: 2008-03-12
Posts: 46

Re: April 2008 Screenshots

Decided to move away from xfce and over to a even faster Openbox setup and I'm quite happy with the speed of it. I also dropped all composite effects as they were causing more trouble than they're worth (hello tearing in videos!).

ob_desktop_clean_thumb.png
* may not be safe for work


ob_desktop_dirty_thumb.png
Testing out weechat...and I think I like it smile


openbox + conky + pypanel + stalonetray

Offline

#237 2008-04-17 00:24:40

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

Re: April 2008 Screenshots

Dirhael wrote:

Decided to move away from xfce and over to a even faster Openbox setup and I'm quite happy with the speed of it. I also dropped all composite effects as they were causing more trouble than they're worth (hello tearing in videos!).

http://b.imagehost.org/0514/ob_desktop_clean_thumb.png
* may not be safe for work


http://b.imagehost.org/0514/ob_desktop_dirty_thumb.png
Testing out weechat...and I think I like it smile


openbox + conky + pypanel + stalonetray

Whoa! How do you make a cool thumbnail like that? big_smile

Also, nice desktop. Really nice blue colored theme. Mind sharing your wallpaper? wink

Last edited by zodmaner (2008-04-17 00:25:14)

Offline

#238 2008-04-17 00:41:31

Dirhael
Member
From: /cold/north
Registered: 2008-03-12
Posts: 46

Re: April 2008 Screenshots

zodmaner wrote:
Dirhael wrote:

Decided to move away from xfce and over to a even faster Openbox setup and I'm quite happy with the speed of it. I also dropped all composite effects as they were causing more trouble than they're worth (hello tearing in videos!).

http://b.imagehost.org/0514/ob_desktop_clean_thumb.png
* may not be safe for work


http://b.imagehost.org/0514/ob_desktop_dirty_thumb.png
Testing out weechat...and I think I like it smile


openbox + conky + pypanel + stalonetray

Whoa! How do you make a cool thumbnail like that? big_smile

Also, nice desktop. Really nice blue colored theme. Mind sharing your wallpaper? wink

You need imagemagick installed, then just use the "convert" command something like this:

convert -font <fontname> -pointsize <fontsize> -fill <text color> -caption "<text>" 
input.png -gravity center -background <background color> -bordercolor <border color> -polaroid <angle>
output.png

You will probably need to crop your screenshot first, and while you can use imagemagick for this as well I think Gimp works better seeing as you actually see what part of the image you're cutting. If you really want to do it from the commandline, you can do it like this:

convert -crop <width>x<height>+<posX>+<posY> input.png output.png

As for the wallpaper, you can grab it from deviantart smile

Offline

#239 2008-04-17 01:00:44

Zepp
Member
From: Ontario, Canada
Registered: 2006-03-25
Posts: 334
Website

Re: April 2008 Screenshots

What theme or whatever you did to awesome to get the window titles?

Offline

#240 2008-04-17 01:04:59

blu3ness
Member
From: Edmonton, Canada
Registered: 2007-12-28
Posts: 169

Re: April 2008 Screenshots

Dirhael wrote:
zodmaner wrote:
Dirhael wrote:

Decided to move away from xfce and over to a even faster Openbox setup and I'm quite happy with the speed of it. I also dropped all composite effects as they were causing more trouble than they're worth (hello tearing in videos!).

http://b.imagehost.org/0514/ob_desktop_clean_thumb.png
* may not be safe for work


http://b.imagehost.org/0514/ob_desktop_dirty_thumb.png
Testing out weechat...and I think I like it smile


openbox + conky + pypanel + stalonetray

Whoa! How do you make a cool thumbnail like that? big_smile

Also, nice desktop. Really nice blue colored theme. Mind sharing your wallpaper? wink

You need imagemagick installed, then just use the "convert" command something like this:

convert -font <fontname> -pointsize <fontsize> -fill <text color> -caption "<text>" 
input.png -gravity center -background <background color> -bordercolor <border color> -polaroid <angle>
output.png

You will probably need to crop your screenshot first, and while you can use imagemagick for this as well I think Gimp works better seeing as you actually see what part of the image you're cutting. If you really want to do it from the commandline, you can do it like this:

convert -crop <width>x<height>+<posX>+<posY> input.png output.png

As for the wallpaper, you can grab it from deviantart smile

First off, Megan Fox is smoking hot, and btw, thank you for the tip, truly wonderful smile


Archlinux on Compaq Presario v5000 laptop smile

Offline

#241 2008-04-17 01:30:01

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

Re: April 2008 Screenshots

blu3ness wrote:
Dirhael wrote:

You will probably need to crop your screenshot first, and while you can use imagemagick for this as well I think Gimp works better seeing as you actually see what part of the image you're cutting. If you really want to do it from the commandline, you can do it like this:
As for the wallpaper, you can grab it from deviantart smile

First off, Megan Fox is smoking hot, and btw, thank you for the tip, truly wonderful smile

Indeed, thanks for the tip, blu3ness. wink I never know imagemagick have this feature. big_smile

Offline

#242 2008-04-17 07:57:30

cactus
Taco Eater
From: t͈̫̹ͨa͖͕͎̱͈ͨ͆ć̥̖̝o̫̫̼s͈̭̱̞͍̃!̰
Registered: 2004-05-25
Posts: 4,622
Website

Re: April 2008 Screenshots

empty:
20080417_empty_thumb.jpg

busy:
20080417_full_thumb.jpg


"Be conservative in what you send; be liberal in what you accept." -- Postel's Law
"tacos" -- Cactus' Law
"t̥͍͎̪̪͗a̴̻̩͈͚ͨc̠o̩̙͈ͫͅs͙͎̙͊ ͔͇̫̜t͎̳̀a̜̞̗ͩc̗͍͚o̲̯̿s̖̣̤̙͌ ̖̜̈ț̰̫͓ạ̪͖̳c̲͎͕̰̯̃̈o͉ͅs̪ͪ ̜̻̖̜͕" -- -̖͚̫̙̓-̺̠͇ͤ̃ ̜̪̜ͯZ͔̗̭̞ͪA̝͈̙͖̩L͉̠̺͓G̙̞̦͖O̳̗͍

Offline

#243 2008-04-17 07:58:00

Gigamo
Member
Registered: 2008-01-19
Posts: 394

Re: April 2008 Screenshots

Zepp wrote:

What theme or whatever you did to awesome to get the window titles?

Add a titlebar {} section to the awesomerc. Check man awesomerc. smile (You need 2.3-rc1 though)

Offline

#244 2008-04-17 10:37:17

Pnevma
Member
Registered: 2008-04-11
Posts: 112

Re: April 2008 Screenshots

Inactive;

http://i65.photobucket.com/albums/h227/ … _scrot.png

Active;

http://i65.photobucket.com/albums/h227/ … _scrot.png

Wallpaper;

http://lassekongo83.deviantart.com/art/ … s-46951922 (I messed with it a little.)

...and I can't remember where I got the original the Conky configuration.

Last edited by Pnevma (2008-04-21 16:00:17)

Offline

#247 2008-04-17 11:53:53

jordz
Member
Registered: 2006-02-01
Posts: 250

Re: April 2008 Screenshots

Ow sorry didn't see that, thank you!

Offline

#248 2008-04-17 12:04:35

Zepp
Member
From: Ontario, Canada
Registered: 2006-03-25
Posts: 334
Website

Re: April 2008 Screenshots

Gigamo wrote:
Zepp wrote:

What theme or whatever you did to awesome to get the window titles?

Add a titlebar {} section to the awesomerc. Check man awesomerc. smile (You need 2.3-rc1 though)

hmm ok, I should give awesome a try maybe.

Offline

#249 2008-04-17 12:50:46

Rasi
Member
From: Germany
Registered: 2007-08-14
Posts: 1,914
Website

Re: April 2008 Screenshots

Dirhael wrote:

Decided to move away from xfce and over to a even faster Openbox setup and I'm quite happy with the speed of it. I also dropped all composite effects as they were causing more trouble than they're worth (hello tearing in videos!).

http://b.imagehost.org/0514/ob_desktop_clean_thumb.png
* may not be safe for work


http://b.imagehost.org/0514/ob_desktop_dirty_thumb.png
Testing out weechat...and I think I like it smile


openbox + conky + pypanel + stalonetray

1st, i like that color setting in weechat... 2nd what is this drop icon on the lower right corner? have seen it in several screens now...


He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.

Douglas Adams

Offline

#250 2008-04-17 13:00:40

Dirhael
Member
From: /cold/north
Registered: 2008-03-12
Posts: 46

Re: April 2008 Screenshots

Rasi wrote:

1st, i like that color setting in weechat... 2nd what is this drop icon on the lower right corner? have seen it in several screens now...

I'm just using some terminal color settings from some other thread here on this forum, but I don't remember which any longer. I'll post them here if you want them though smile

The drop icon? That would be the rather excellent bittorrent client Deluge.

Offline

Board footer

Powered by FluxBB