You are not logged in.
Posting Guidelines
· DO NOT post full resolution screenshots! You can use the "mogrify" command (pacman -S imagemagick) to make a thumbnail of your screenshot:
$ cp screenie.png thumb-screenie.png
$ mogrify -resize 20% thumb-screenie.png
Twenty percent of the original size is great for 1024x768 screenies. You can then upload these images to your server and use the following code to show them on the forum:
[url=http://my.site.com/screenie.png][img]http://my.site.com/thumb-screenie.png[/img][/url]
This displays the thumbnail as a link to the screenie like this:
· Several websites also offer free image hosting, of these ImageShack is very popular and does a neat auto thumbnail:
Use the "Thumbnail for forums" link code that is supplied by ImageShack to post your thumbnail link.
· Once the new month begins please do not post new screenies in the old threads.
· If the screenshot has questionable material that might not be safe to view while at work or in a school setting, please post only a link and not a thumbnail, along with a mention of "Not Safe for Work". Posts that do not adhere to this are subject to deletion without notice at any time.
· Please try to include any links to your wallpaper or configs that you may have and/or the names of your icon theme, running apps, DE, etc. in the same post to reduce unnecessary clutter later.
Last edited by Zariel (2009-01-01 02:21:39)
Offline
Offline
im just getting 403 on those links timetrap.
Offline
Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.
Offline
Offline
LOVE it. Mind sharing the configs and programs you're using?
Offline
haxit wrote:
i see that big blue arch symbol in the terminal alot in peoples screenshots and i just have to ask, what is it?
Offline
Shaika-Dzari
http://www.4nakama.net
Offline
dual monitors with Fluxbox, a couple of conky's
aterm, xmms, pidgin, mirage. x86_64.
My laptop has a similar layout,
except for the borderless transparent aterm in the corner
Last edited by Cyrusm (2009-01-01 05:19:28)
Hofstadter's Law:
It always takes longer than you expect, even when you take into account Hofstadter's Law.
Offline
i see that big blue arch symbol in the terminal alot in peoples screenshots and i just have to ask, what is it?
It's a script in developement for grabbing info and taking screenshots,
see this thread : http://bbs.archlinux.org/viewtopic.php?id=24208
Hofstadter's Law:
It always takes longer than you expect, even when you take into account Hofstadter's Law.
Offline
Could you share the wallpaper?
Offline
Offline
Offline
2 monitor config, xmonad, clean:
Mind sharing the configs ? thx
Offline
http://i42.tinypic.com/30usi2u.jpg http://i41.tinypic.com/291mdj4.jpg
The PekWM theme is Stippled and the GTK theme is Murreza. Applications are Thunar, CPlay (cplay-mplayer package), and Comix. The transparency is just a little keybinding I have for transset-df.
how do you put that scrot output at the bottom line?
Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.
-- Antoine de Saint-Exupery
Offline
very nice conky, please, can you share .conkyrc ?
Offline
how do you put that scrot output at the bottom line?
$terminal --geometry 50x1
Offline
My new dualscreen setup (1024x768 + 1280x1024)
DE: Xfce
Icons: Tango
Windowstyle: Shiki-Colors
GTKstyle: Xfce
Wallpaper: can be found at http://www.mandolux.com
Running: gmpc + mpd, pidgin, firefox, convertXtoDVD + wine
Last edited by rebugger (2009-01-01 12:35:53)
Offline
http://img360.imageshack.us/img360/4494 … fk9.th.png
dual monitors with Fluxbox, a couple of conky's
aterm, xmms, pidgin, mirage. x86_64.http://img126.imageshack.us/img126/7836 … xx2.th.png
My laptop has a similar layout,
except for the borderless transparent aterm in the corner
Very Nice!
Could you post where did you find the wallpaper of the second screenshot?
Last edited by avoulk (2009-01-01 13:16:39)
Offline
leo2501 wrote:how do you put that scrot output at the bottom line?
$terminal --geometry 50x1
Yeah, pretty much. I just do something like:
urxvt -name Scrot -geometry 42x1 -e scrot -cd 5 -t 20
Then in my PekWM autoproperties, I have:
Property = "^Scrot,^URxvt" {
ApplyOn = "Start New Reload"
FrameGeometry = "+357+742"
}
Offline