You are not logged in.
Pages: 1
Hi. I didn't find any 80x15 artwork for Arch and i've allways wanted to share Arch to others by blog or sites and so forth.
I made 4 different types of logos but i'm not so sure which is the best so i'll let you guys decide.
Hope you enjoy these and share Arch to others.
edit: updated image link because of 404.
Last edited by Zeal (2009-05-09 23:05:56)
Offline
i prefer this one
after editing a bit did this one:
If people do not believe that mathematics is simple, it is only because they do not realize how complicated life is.
Simplicity is the ultimate sophistication.
Offline
;D Looking fine.
It's funny how everyone finds their favourite. I like the first one the most and my friend insist that the last one is the best.
Looked like a good idea to post all 4 versions
Offline
i altered the top one slightly, will be using this as my "start" icon
Desktop: E8400@4ghz - DFI Lanparty JR P45-T2RS - 4gb ddr2 800 - 30gb OCZ Vertex - Geforce 8800 GTS - 2*19" LCD
Server/Media Zotac GeForce 9300-ITX I-E - E5200 - 4gb Ram - 2* ecogreen F2 1.5tb - 1* wd green 500gb - PicoPSU 150xt - rtorrent - xbmc - ipazzport remote - 42" LCD
Offline
nice job! i like all of them
Offline
Nice! I think I'll make use of the third
Offline
I think I'll nick one of those for my site(s) too .
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
Third one goes straight to my site...
I need to find a way out so everyone can find their way out.
Resregietd Lunix Uesr: 485581
Offline
Try putting the logo on black. More arch-ish. (dark and terminals)
urxvtc / wmii / zsh / configs / onebluecat.net
Arch will not hold your hand
Offline
I like them -- been looking for one for a while.
Can the SVG's be added to the archlinux-artwork package?
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
Good job, and I put one of these on my site
Offline
Here's a version for the graphically-challenged:
#!/bin/bash
#### Console Arch Linux Logo ###########################################
# By Scott Garrett <wintervenom [(a)] archlinux.us> #
# Original PNG by Zeal <http://bbs.archlinux.org/profile.php?id=24422> #
########################################################################
L="$(tput sgr0; tput setaf 0)"
LB="$(tput sgr0; tput setab 0)"
l="$(tput bold ; tput setaf 0)"
w="$(tput sgr0; tput setaf 7)"
WB="$(tput sgr0; tput setab 7)"
W="$(tput bold ; tput setaf 7)"
R="$(tput sgr0; tput setaf 1)"
RB="$(tput sgr0; tput setab 1)"
r="$(tput bold ; tput setaf 1)"
G="$(tput sgr0; tput setaf 2)"
GB="$(tput sgr0; tput setab 2)"
g="$(tput bold ; tput setaf 2)"
Y="$(tput sgr0; tput setaf 3)"
YB="$(tput sgr0; tput setab 3)"
y="$(tput bold ; tput setaf 3)"
B="$(tput sgr0; tput setaf 4)"
BB="$(tput sgr0; tput setab 4)"
b="$(tput bold ; tput setaf 4)"
P="$(tput sgr0; tput setaf 5)"
PB="$(tput sgr0; tput setab 5)"
p="$(tput bold ; tput setaf 5)"
C="$(tput sgr0; tput setaf 6)"
CB="$(tput sgr0; tput setab 6)"
c="$(tput bold ; tput setaf 6)"
N="$(tput sgr0)"
echo "$WB "
echo " $N $WB "
echo " $N $CB $N $WB $N $WB "
echo " $N $CB $N $WB $N$CB $WB $N $WB "
echo " $N $CB $N $WB $N$CB $WB $N $WB "
echo " $N $CB $N $WB $N$CB $N $CB $N $CB $N $CB $N $CB $N $CB $WB $CB $WB $CB $WB $CB $WB $CB $WB $CB $WB $CB $WB $CB $WB $CB $WB $N $WB "
echo " $N $CB $N $WB $N$CB $N $CB $N $CB $N $CB $N $CB $N $CB $N $CB $N $CB $WB $CB $WB $CB $WB $WB $CB $WB $CB $WB $CB $WB $CB $WB $CB $WB $CB $WB $N $WB "
echo " $N $CB $N $WB $N$CB $N $CB $N $CB $N $CB $N $CB $WB $CB $WB $CB $WB $CB $WB $CB $WB $CB $WB $CB $WB $CB $WB $CB $WB $N $WB "
echo " $N $CB $N $CB $N $WB $N$CB $N $CB $N $CB $N $CB $N $CB $N $CB $N $CB $N $CB $WB $CB $WB $CB $WB $CB $WB $WB $CB $WB $CB $WB $CB $WB $CB $WB $CB $WB $N $WB "
echo " $N $CB $N $CB $N $WB $N$CB $N $CB $N $CB $N $CB $N $CB $N $CB $N $CB $N $CB $WB $WB $WB $WB $CB $WB $CB $WB $CB $WB $CB $WB $WB $CB $WB $CB $WB $CB $WB $N $WB "
echo " $N $CB $N $CB $N $WB $N$CB $WB $N $WB "
echo " $N $CB $N $CB $N $WB $N$CB $WB $N $WB "
echo " $N $CB $N $CB $N $WB $N $WB "
echo " $N $WB "
echo " $N"
echo " $G[${g}Scott Garrett - 5.6.09$G]$N"
echo
Last edited by Wintervenom (2009-05-06 05:33:15)
Offline
I like them -- been looking for one for a while.
Can the SVG's be added to the archlinux-artwork package?
If that's possible i'd like to.
I made these for all to share and what better way to share them than trough archlinux-artwork package
Offline
I like the terminal one too. I might add it to start during the boot process...
Nah, that would be tacky.
I too would like an svg if you have an extra one...
Last edited by z.s.tar.gz (2009-05-06 20:27:24)
I need to find a way out so everyone can find their way out.
Resregietd Lunix Uesr: 485581
Offline
Feature request opened:
http://bugs.archlinux.org/task/14612
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
A little much?
I need to find a way out so everyone can find their way out.
Resregietd Lunix Uesr: 485581
Offline
A little much?
Eh?
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
I just made SVG versions of the logos. I'm really really bad with inkscape and svg so hope these came out ok.
http://rapidshare.com/files/231412908/a … svg.tar.gz
Last edited by Zeal (2009-05-10 17:06:32)
Offline
Thanks. Using the fourth since it has the "Arch" in black, just like the original.
The Wheel weaves as the Wheel wills, and we are only the thread of the Pattern."
—Moiraine Damodred
Offline
I just made SVG versions of the logos. I'm really really bad with inkscape and svg so hope these came out ok.
http://rapidshare.com/files/231412908/a … svg.tar.gz
Actually these don't work...it looks like they're missing image elements that were linked locally to your computer. That's OK though, as these are just web buttons I'll just add the originals to the archlinux-artwork package...thanks for contributing!
Last edited by thayer (2009-05-31 22:37:50)
thayer williams ~ cinderwick.ca
Offline
Well done Zeal. I think number three is the best of them. .
"Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." - A. Einstein
Offline
Zeal wrote:I just made SVG versions of the logos. I'm really really bad with inkscape and svg so hope these came out ok.
http://rapidshare.com/files/231412908/a … svg.tar.gzActually these don't work...it looks like they're missing image elements that were linked locally to your computer. That's OK though, as these are just web buttons I'll just add the originals to the archlinux-artwork package...thanks for contributing!
Yeah. It might be the case. I'm deeply sorry for it and that shows my svg editing skills(none)
But part of the PNG images I'm really happy that i can help you guys and contribute to community.
Offline
thayer wrote:Zeal wrote:I just made SVG versions of the logos. I'm really really bad with inkscape and svg so hope these came out ok.
http://rapidshare.com/files/231412908/a … svg.tar.gzActually these don't work...it looks like they're missing image elements that were linked locally to your computer. That's OK though, as these are just web buttons I'll just add the originals to the archlinux-artwork package...thanks for contributing!
Yeah. It might be the case. I'm deeply sorry for it and that shows my svg editing skills(none)
But part of the PNG images I'm really happy that i can help you guys and contribute to community.
No worries at all, like I said for web buttons a simple png just makes sense. I've added the buttons to archlinux-artwork package which should be available to mirrors by now. You'll find them in /usr/share/archlinux/web/
Thanks again!
thayer williams ~ cinderwick.ca
Offline
I just made this to match the W3 logo (match in terms of size). Feel free to add it to the package also.
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
Pages: 1