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][url]http://my.site.com/thumb-screenie.png[/url][/url]
This displays the thumbnail as a link to the screenie like this:
http://dtw.jiwe.org/share/screenies/thumb-screenie.png
· 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:
http://img247.echo.cx/img247/7290/20050 … 7fv.th.png
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.
· 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.
Offline
Back to good old Fluxbox, with Sonata, Pidgin, XChat, Networkmanager and Gnome-terminal running.
Use the Source, Luke!
Offline
Running xfce4
Gtk theme and beryl theme by me available at http://customize.org/gtk/49983
Offline
Offline
info in screenshot
running: nicotine, visibility, transmission, quod libet, gaim, terminal, thunderbird and liferea
Offline
http://xs315.xs.to/xs315/07183/xfce1.png.xs.jpg
Running xfce4
Gtk theme and beryl theme by me available at http://customize.org/gtk/49983
Wow, that is amazing. Any chance of a Metacity or XFWM theme?
Edit: very fast theme too. Nice job.
Last edited by Gullible Jones (2007-05-02 00:59:29)
Offline
GTK: Murrine-Dark_Eternal_Blue
Emerald: Minium
Icons: Mix
Wallpaper: Random_Aqua_Vista by iiroku
Apps: Pidgin, Avant Window Navigator and Screenlets
GTK and Emerald by me and you can get them here
Offline
Offline
GTK: Murrine-Dark_Eternal_Blue
Emerald: Minium
Icons: Mix
Wallpaper: Random_Aqua_Vista by iiroku
Apps: Pidgin, Avant Window Navigator and ScreenletsGTK and Emerald by me and you can get them here
Nicely done KP !
Offline
GTK: Murrine-Dark_Eternal_Blue
Emerald: Minium
Icons: Mix
Wallpaper: Random_Aqua_Vista by iiroku
Apps: Pidgin, Avant Window Navigator and ScreenletsGTK and Emerald by me and you can get them here
Could you say me please where i can find this wonderful gaim icons?
Last edited by maverick (2007-05-02 08:06:13)
Offline
karmapolice wrote:GTK: Murrine-Dark_Eternal_Blue
Emerald: Minium
Icons: Mix
Wallpaper: Random_Aqua_Vista by iiroku
Apps: Pidgin, Avant Window Navigator and ScreenletsGTK and Emerald by me and you can get them here
Could you say me please where i can find this wonderful gaim icons?
These are Pidgin's default icons. Pidgin is the new version of gaim that's coming out soon. If you want the icons, i've created a tarball. (Note that the directory structure is slightly different for pidgin than it was for gaim)
http://www.sharebigfile.com/file/157967 … ar-gz.html
Offline
openbox
conky
wallpaper somewhere at mandolux.com
the taskbar is a project I'm working on called ttm
Offline
lyrae wrote:http://xs315.xs.to/xs315/07183/xfce1.png.xs.jpg
Running xfce4
Gtk theme and beryl theme by me available at http://customize.org/gtk/49983Wow, that is amazing. Any chance of a Metacity or XFWM theme?
Edit: very fast theme too. Nice job.
Thanks. I'm not planning to make xfwm theme because with beryl, when you focus only on a close button or so on a window bar, it shows, but with xfwm, you can't. That is why there is no buttons showing on my screenshot. And that is what I want. I'm not sure about metacity. Maybe someone knows.
Offline
http://bildr.no/thumb/61716.jpeg
openbox
conky
wallpaper somewhere at mandolux.com
the taskbar is a project I'm working on called ttm
ttm looks interesting, going to check it out.
I am working on a similar project but with some differences. The main difference is that I am using openbox3 rendering engine.
Offline
Wallpaper? Pretty please?
Offline
http://bildr.no/thumb/61716.jpeg
openbox
conky
wallpaper somewhere at mandolux.com
the taskbar is a project I'm working on called ttm
could you make an pkgbuild for that taskbare you are author of?
Use the Source, Luke!
Offline
phunkycow wrote:Wallpaper? Pretty please?
The clouds come to life by Ether
Make sure you check out his gallery. Top stuff!
Last edited by phunkycow (2007-05-02 15:07:15)
Offline
The clouds come to life by Ether
Make sure you check out his gallery. Top stuff!
Yeah, sure!
I'm using one of his piece of art too.
I'm relatively new to Arch (and to Linux in general), but my first post is for this thread...!
Here's my desktop:
GTK2 theme: Murrina Black
Emerald theme: Transience
Icons: SnowIsh
Wallpaper: edge by *ether
DE: XFCE
Applications: Beryl, Sonata & Terminal
PS: Can someone tell me where to find this nice info-script? I've been searching for it for a moment but without success.
Offline
lemon wrote:http://bildr.no/thumb/61716.jpeg
openbox
conky
wallpaper somewhere at mandolux.com
the taskbar is a project I'm working on called ttmcould you make an pkgbuild for that taskbare you are author of?
I'm not that good with pkgbuilds, but this should work:
#Contributor: Pål Staurland <staura@gmail.com>
pkgname=tint-svn
pkgver=19
pkgrel=1
pkgdesc="A tiny taskbar"
url="http://code.google.com/p/ttm/"
makedepends=('subversion')
depends=()
conflicts=('tint')
provides=('tint')
arch=('i686')
license=('GPL')
source=()
md5sums=()
_svntrunk=http://ttm.googlecode.com/svn/trunk/
_svnmod=tint
build() {
cd $startdir/src
svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
msg "SVN checkout done or server timeout"
msg "Starting make..."
cp -r $_svnmod $_svnmod-build
cd $_svnmod-build/src
make || return 1
mkdir -p $startdir/pkg/usr/bin
cp tint $startdir/pkg/usr/bin
}
Offline
http://img148.imageshack.us/img148/6279 … go2.th.jpg
Openbox, pypanel, urxvt, and conky.
dude.... how'd you get urxvt to be transparent???
Offline