You are not logged in.
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:
· If you do not have your own upload space you can upload to http://art.archlinux.org and link your shot here (with text) for discussion
· Several websites also offer free image hosting, of these ImageShack is very popular and does a neat auto thumbnail:
[URL=http://img247.echo.cx/my.php?image=2005053109197fv.png][/URL]
You should use the "Thumbnail for forums (1)" link code that is supplied to post here
· 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.
Offline
[URL=http://img416.imageshack.us/img416/3879/200608010947471024x768scrotrt3.png][/URL]
[URL=http://img222.imageshack.us/img222/2776/200608010947371024x768scrotpc1.png][/URL]
Offline
Offline
Offline
[URL=http://img343.imageshack.us/my.php?image=snapshot7xc3.png][/URL]
[URL=http://img475.imageshack.us/my.php?image=snapshot5lv7.png][/URL]
yes i know... but i like it!
Offline
[URL=http://img504.imageshack.us/my.php?image=stn7.jpg][/URL]
fluxbox, rox, urxvt-vim, pygmy, 2x conky
Offline
Husio @
Can I get these config for Vim? (the Syntax-highlightning )
// Kris
"Penquins, Penquins, über alles!"
Offline
Offline
Offline
missin the winter
[URL=http://img457.imageshack.us/my.php?image=missinthewinternk6.png][/URL]
Offline
detto @
Nice I love it
Which panel do you use? Which terminal do you use?
And last: where do all of you get these lovely computer-painted wallpapers?
// Kris
"Penquins, Penquins, über alles!"
Offline
detto @
Nice I love itWhich panel do you use? Which terminal do you use?
And last: where do all of you get these lovely computer-painted wallpapers?
...
He is using Fluxbox.
And terminal, my guess is urxvt.
Arch - It's something refreshing
Offline
whargoul @
Is it Fluxbox's standart panel?
Can urxvt use tabs or is it a "Fluxbox-only-feature"? I need tabs in my terminal - rxvt (I can't get urxvt works)
// Kris
"Penquins, Penquins, über alles!"
Offline
thx. its fluxbox and those tabs are from fb too so is the panel.
oh and the terminal isnt urxvt but Terminal (from shadowhands xfce4-svn repository).
oh yea and those wallpapers/arts are from David Lanham, www.dlanham.com
Offline
I liked conky better than the dockapps
Me too... unfortunately, conky has been having redrawing issues (some stuff off the screen, some messed up enough that you can't read it)
Dockapps are cool 8)
I like the 'backlight' function... makes them more readable on a laptop screen dimmed.
Offline
Husio @
Can I get these config for Vim? (the Syntax-highlightning )
aterm*color0: black
aterm*color1: #ff3333
aterm*color2: #91c652
aterm*color3: #eeff5f
aterm*color4: #8e9da0
aterm*color5: #e7ab54
aterm*color6: #d71a11
aterm*color7: AntiqueWhite
aterm*color8: Grey25
aterm*color9: #d71a11
aterm*color10: #9adc73
aterm*color11: #e5dc76
aterm*color12: #499bf8
aterm*color13: #f76bff
aterm*color14: #6bd5ff
aterm*color15: White
""" Init
set background=light
highlight clear
if exists("syntax_on")
syntax reset
endif
let g:colors_name = "python"
"""""""" Colors """"""""
"""" GUI Colors
highlight Cursor gui=None guibg=Palegreen3 guifg=White
highlight CursorIM gui=bold guifg=white guibg=PaleTurquoise3
highlight Directory guifg=LightSeaGreen guibg=bg
highlight DiffAdd gui=None guifg=fg guibg=DarkCyan
highlight DiffChange gui=None guifg=fg guibg=Green4
highlight DiffDelete gui=None guifg=fg guibg=black
highlight DiffText gui=bold guifg=fg guibg=bg
highlight ErrorMsg guifg=LightYellow guibg=FireBrick
" previously 'FillColumn':
"highlight FillColumn gui=NONE guifg=black guibg=grey60
highlight VertSplit gui=NONE guifg=black guibg=#c8d6b3
highlight Folded gui=bold guibg=#305060 guifg=#b0d0e0
highlight FoldColumn gui=bold guibg=#395602 guifg=#6f9b1f
highlight IncSearch gui=reverse guifg=fg guibg=bg
highlight LineNr gui=bold guibg=#395602 guifg=#6f9b1f
highlight ModeMsg guibg=DarkGreen guifg=Green
highlight MoreMsg gui=bold guifg=SeaGreen4 guibg=bg
if version < 600
" same as SpecialKey
highlight NonText guibg=#123A4A guifg=#3D5D6D
else
" Bottom fill (use e.g. same as LineNr)
highlight NonText gui=None guibg=bg guifg=fg
endif
highlight Normal gui=None guibg=#f6ffe5 guifg=black
highlight Question gui=bold guifg=SeaGreen2 guibg=bg
highlight Search gui=NONE guibg=LightSkyBlue4 guifg=NONE
highlight SpecialKey guibg=#103040 guifg=#324262
highlight StatusLine gui=bold guibg=#c8d6b3 guifg=black
highlight StatusLineNC gui=NONE guibg=#c8d6b3 guifg=black
highlight Title gui=bold guifg=MediumOrchid1 guibg=bg
highlight Visual gui=reverse guibg=WHITE guifg=SeaGreen
highlight VisualNOS gui=bold,underline guifg=fg guibg=bg
highlight WarningMsg gui=bold guifg=FireBrick1 guibg=bg
highlight WildMenu gui=bold guibg=Chartreuse guifg=Black"""" Syntax Colors
"highlight Comment gui=reverse guifg=#507080
highlight Comment gui=italic guifg=#507080highlight Constant guifg=black guibg=bg
hi String gui=None guifg=#ccab3f guibg=bg
"hi Character gui=None guifg=#969248 guibg=bg
highlight Number gui=None guifg=#969248 guibg=bg
highlight Boolean gui=bold guifg=#969248 guibg=bg
"hi Float gui=None guifg=#969248 guibg=bghighlight Identifier guifg=#6f9b1f
hi Function gui=None guifg=#775d05 guibg=bghighlight Statement gui=NONE guifg=#669907
highlight Conditional gui=None guifg=Green guibg=bg
highlight Repeat gui=None guifg=SeaGreen2 guibg=bg
"hi Label gui=None guifg=Green guibg=bg
highlight Operator gui=None guifg=Chartreuse guibg=bg
highlight Keyword gui=bold guifg=#6f9b1f guibg=bg
highlight Exception gui=bold guifg=Green guibg=bghighlight PreProc guifg=SkyBlue1
hi Include gui=None guifg=#725c05 guibg=bg
hi Define gui=None guifg=#725c05 guibg=bg
hi Macro gui=None guifg=#486610 guibg=bg
hi PreCondit gui=None guifg=LightSkyBlue2 guibg=bghighlight Type gui=NONE guifg=#ccab3f
hi StorageClass gui=None guifg=#ccab3f guibg=bg
hi Structure gui=None guifg=#ccab3f guibg=bg
hi Typedef gui=None guifg=#ccab3f guibg=bghighlight Special gui=bold guifg=#ddb100
"hi SpecialChar gui=bold guifg=White guibg=bg
"hi Tag gui=bold guifg=White guibg=bg
"hi Delimiter gui=bold guifg=White guibg=bg
"hi SpecialComment gui=bold guifg=White guibg=bg
"hi Debug gui=bold guifg=White guibg=bghighlight Underlined gui=underline guifg=honeydew4 guibg=bg
highlight Ignore guifg=#204050
highlight Error guifg=LightYellow guibg=FireBrick
highlight Todo guifg=#969248 guibg=#507080
""" OLD COLORS
and default vim theme.
Offline
Marco and Benplaut, I love your wallpapers. Can you pass on a link?
Offline
Offline
missin the winter
[URL=http://img457.imageshack.us/my.php?image=missinthewinternk6.png][/URL]
[stalwart@fuaran opera-weekly]$ grep icon PKGBUILD
# Tray icon disabler
sed -i -e 's|exec "${OPERA_BINARYDIR}opera" "$@"|exec "${OPERA_BINARYDIR}opera" "-notrayicon" "$@"|' $startdir/pkg/usr/bin/opera
IRC: Stalwart @ FreeNode
Skype ID: thestalwart
WeeChat-devel nightly packages for i686
Offline
Which OB theme is that?
It's called Graphite, I uploaded it here
Marco and Benplaut, I love your wallpapers. Can you pass on a link?
was known as 'Chestah'
Last.fm profile
Offline
[URL=http://img130.imageshack.us/my.php?image=gregrrgrdi0.png][/URL]
My english is bad :]
Offline