You are not logged in.
anubis2591 wrote:http://th05.deviantart.com/fs49/300W/f/ … is2591.png
Openbox on the Eee with nothing too fancy.
Can you give a link to those fonts? I can't find them on Google.
I would but sadly they are commercial fonts. You can find AvantGuarde pretty easily in some Windows Visual Styles on deviantart or customize. A good subistute (but still non-free but free in cost) is URW Gothic L. I'm pretty sure I got that in one of the Arch font packages. Some investigation should do you well.
Edit: Here, the the all caps AvantGuarde is included in the areao4 visual style.
Last edited by anubis2591 (2009-06-03 23:17:29)
Offline
Offline
small changes
PekWM. tint2, stalonetray, conky, conkyForecast, ipager, Mplayer, urxvt
i wrote a small cheesy bash script that grep's and echo's what my mplayer is playing.
added it to conky under my MOC line w/if running.
http://s3.amazonaws.com/scrnshots.com/s … 46_snappng
Last edited by MreDD (2009-06-04 01:39:23)
...MikereDD
:Go Away & Give My Pillow Back!!:
aur pkgbuilds - mostly fortune-mod's & fonts
Offline
Offline
Jaejae wrote:dwm/thunar/rxvt-unicode/ncmpcpp
Very nice!
How did you set up this battery grap on your statusbar. Is that dzen2 + conky-cli or something else?
It's a shell script, albeit a badly written one.
#!/bin/sh
rembat=$(acpi | grep -o "[0-9]*%" | sed 's/%//')
bars=$(expr $rembat / 10)
case $bars in
1)
bar='[|---------]'
;;
2)
bar='[||--------]'
;;
3)
bar='[|||-------]'
;;
4)
bar='[||||------]'
;;
5)
bar='[|||||-----]'
;;
6)
bar='[||||||----]'
;;
7)
bar='[|||||||---]'
;;
8)
bar='[||||||||--]'
;;
9)
bar='[|||||||||-]'
;;
10)
bar='[||||||||||]'
;;
*)
bar='[You got a magic battery boy?]'
esac
Jaejae wrote:dwm/thunar/rxvt-unicode/ncmpcpp
Very nice! What is that font? I love it!
The dwm/gtk font is Cure, which is in the artwiz package, and the terminal font is profont, available in the AUR.
Jaejae wrote:dwm/thunar/rxvt-unicode/ncmpcpp
You could probably turn off the bold option for the urxvt font in your Xdefaults. pcf fonts look terrible when bold.
/edit
A screen from my FreeBSD7.2 powered EEE1000H. Went back to terminus from profont/montecarlo on this machine. using patches for certain letters like 'a' and some cyrillic letters.
You mind telling me how? It's always bothered me
And the wallpaper for those who wanted it.
http://omploader.org/vMXFtOQ
On a side note, I love the ompload script.
Offline
Here's my desktop, which isn't looking quite as nice, but it used to be the same as my netbook, so I felt like a change.
1.7MB was about as small as I could make it without having too many artifacts
nice setup! I want this wallpaper pleeeease!:D
Offline
playing with compiz as a standalone window manager:
http://karabaja.izfree.com/stuff/compiz_thumb.png
work in progress...
I was going to try the same thing, but Compiz gave me some error about my driver not being whitelisted.
Offline
"You know what I found? Right in the kernel, in the heart of the operating system, I found a developer's comment that said, `Does this belong here?`" -- Simon Lok about Linux kernel in 2005
Reflections on the Strange and the not so Strange
http://skinwalker.wordpress.com
Offline
FreeBSD7.2 +EEE1000H
Nice colors
archlinux on Macbook Pro 10,1
Offline
Daisuke_Aramaki wrote:FreeBSD7.2 +EEE1000H
Nice colors
Thanks man. Wasn't sure if the colors would go well with pcf fonts. But it doesn't look bad with my patched terminus.
Last edited by Daisuke_Aramaki (2009-06-04 17:29:45)
"You know what I found? Right in the kernel, in the heart of the operating system, I found a developer's comment that said, `Does this belong here?`" -- Simon Lok about Linux kernel in 2005
Reflections on the Strange and the not so Strange
http://skinwalker.wordpress.com
Offline
Trying to keep it simple with openbox.
Nice setup. One of the best color setup I have seen for a lighter background. Mind posting the .Xdefaults? and what is the terminal mono font?
Last edited by Daisuke_Aramaki (2009-06-04 17:40:17)
"You know what I found? Right in the kernel, in the heart of the operating system, I found a developer's comment that said, `Does this belong here?`" -- Simon Lok about Linux kernel in 2005
Reflections on the Strange and the not so Strange
http://skinwalker.wordpress.com
Offline
jaspervdj wrote:Trying to keep it simple with openbox.
Nice setup. One of the best color setup I have seen for a lighter background. Mind posting the .Xdefaults? and what is the terminal mono font?
Thank you
.Xdefaults is pretty simple:
# Color scheme
*background: #ececec
*foreground: #222222
Other colors are xterm/vim defaults, I decided they looked good. Terminal font is inconsolata (it's in the arch repo).
GTK Theme is H.E.A.V.E.N. by THEvalrog and openbox is purgatory by myself.
Offline
Daisuke_Aramaki wrote:jaspervdj wrote:Trying to keep it simple with openbox.
Nice setup. One of the best color setup I have seen for a lighter background. Mind posting the .Xdefaults? and what is the terminal mono font?
Thank you
.Xdefaults is pretty simple:
# Color scheme *background: #ececec *foreground: #222222
Other colors are xterm/vim defaults, I decided they looked good. Terminal font is inconsolata (it's in the arch repo).
GTK Theme is H.E.A.V.E.N. by THEvalrog and openbox is purgatory by myself.
thanks mate.
"You know what I found? Right in the kernel, in the heart of the operating system, I found a developer's comment that said, `Does this belong here?`" -- Simon Lok about Linux kernel in 2005
Reflections on the Strange and the not so Strange
http://skinwalker.wordpress.com
Offline
Offline
Offline
Jaejae wrote:Here's my desktop, which isn't looking quite as nice, but it used to be the same as my netbook, so I felt like a change.
1.7MB was about as small as I could make it without having too many artifacts
nice setup! I want this wallpaper pleeeease!:D
Offline
http://th03.deviantart.com/fs49/300W/i/ … obar10.png
My first time with Xmonad. Don't feel like going back to wmii anytime soon...
Hi, what's that appointment app your using, I need something to get organized
Offline