You are not logged in.
small update
Clean
Wanna share the wallpaper?
Thanks and greetings.
Offline
sen wrote:CalcAndCoffee wrote:Minimalist...KDE 4?
Do you mind sharing the wallpaper?
Not sure there's any visible difference between this and the clean screenshot, but here you go!
Thanks! I didn't realise that the 'clean' screenshot was that clean.
deviantART | GitHub | Last.fm
Offline
wow that's conky? I really need to check out some of the newer functionality in conky.. haven't touched my conky in over a year..
Offline
wow!!! of course we want to see that conky config!
Offline
wow , that's something different...
+1 for the conky configs
Offline
http://th02.deviantart.net/fs71/300W/f/ … y_sen7.png
CalcAndCoffee wrote:Do you mind sharing the wallpaper?
Holy wow! What is that amazing construct at the bottom of your screen? Some sort of uber-conky I presume? Also, what did you do to get volume changes shown through notification-osd?
I also like the font you're using in Geany. It's very clean
Offline
http://omploader.org/tM2Jqcw
http://omploader.org/tM2JrMg
gnome, awn, neutronium gilouche gtk theme, black-white 2 icons.
on your clean shot, the AIM icon is saying hi.. what is that? just a mouseover, or does it actually show you whatever someone's typing?
"I know what you're thinking, 'cause right now I'm thinking the same thing. Actually, I've been thinking it ever since I got here:
Why oh why didn't I take the BLUE pill?"
Offline
Offline
http://s6.tinypic.com/ak9ydz_th.jpg
Gloomy mood today...
GTK, Openbox, Conky, BMPanel2: Sickbox
Icons: SimplyGrey
cool!
Retrofuktation icons would suit that better, imho.
rent0n@deviantART | rent0n@bitbucket | rent0n@identi.ca | LRU #337812
aspire: Acer Aspire 5920 Arch Linux x86_64 | beetle: Gericom Beetle G733 Arch Linux i686
Offline
cool!
Retrofuktation icons would suit that better, imho.
Checked 'em out. Nice, but that's not my style...
Offline
I updated my config using the Xcolor and tmux theme from jasonwryan... I add a border in DWM to keep my conky visible (except in fullscreen mode). I also change my wallpaper.
Mon dépot DWM ici : http://server.julienpecqueur.com:10000/
Last edited by JPEC (2010-01-22 21:44:07)
Julien Pecqueur (JPEC)
--
[url]http://julienpecqueur.com - Unix, code & web![/url]
HTC Magic (Android) | Shuttle X27D (Archlinux + DWM) | Asus EeeBox (Debian Lenny Server)
Offline
Offline
http://omploader.org/tM2Jqcw
http://omploader.org/tM2JrMg
gnome, awn, neutronium gilouche gtk theme, black-white 2 icons.
Nice looking Gnome and +1 for Riley Martin
[ Arch i686 + Dwm + Vimprobable ]
Offline
I updated my config using the Xcolor and tmux theme from jasonwryan... I add a border in DWM to keep my conky visible (except in fullscreen mode). I also change my wallpaper.
CLEAN :
http://www.julienpecqueur.com/wordpress … _small.pngMUTT in TMUX :
http://www.julienpecqueur.com/wordpress … _small.pngCHROMIUM :
http://www.julienpecqueur.com/wordpress … _small.pngMon dépot DWM ici : http://server.julienpecqueur.com:10000/
Looks good! And a very nice wallpaper - do you have a link?
Offline
Thanks for the comments!
I'll release the conky soon (probably tomorrow), it's not complete yet.
Holy wow! What is that amazing construct at the bottom of your screen? Some sort of uber-conky I presume? Also, what did you do to get volume changes shown through notification-osd?
I also like the font you're using in Geany. It's very clean
The font is DejaVu Sans Mono Book.
I created a simple script for the osd:
vol-notify.sh
#!/bin/sh
# ossv4 volume osd for notify-osd
# depends on: notify-osd, ossvol
MIXER_CONTROL="vmix0-outvol"
if [ $1 = '-i' ]; then
ossvol -i 1
elif [ $1 = '-d' ]; then
ossvol -d 1
elif [ $1 = '-t' ]; then
ossvol -t
else
exit 1
fi
VOLUME=$(echo "$(printf "%02.0f" $(ossmix |grep $MIXER_CONTROL |awk '{ print $4 }'))*4" |bc)
if [ $VOLUME -eq 0 ]; then
ICON=notification-audio-volume-muted
else
if [ $VOLUME -lt 25 ]; then
ICON=notification-audio-volume-off
elif [ $VOLUME -lt 50 ]; then
ICON=notification-audio-volume-low
elif [ $VOLUME -lt 75 ]; then
ICON=notification-audio-volume-medium
else
ICON=notification-audio-volume-high
fi
fi
notify-send "Volume" -i $ICON -h int:value:$VOLUME -h string:x-canonical-private-synchronous:
usage: vol-notify -t | -i | -d
It's for oss but you can easily modify it for alsa.
deviantART | GitHub | Last.fm
Offline
Openbox Theme: NewWave4OB-Grey
GTK Theme: QtCurve
Font: Candara 12
Last edited by Randy Penguin (2010-01-23 09:39:07)
-- we see always what we expect to see, when what we expect to see assumes an unexpected shape, it disappears --
Offline
http://lh5.ggpht.com/_q8lMV3_LCHw/S1rBn … rthumb.png
http://lh3.ggpht.com/_q8lMV3_LCHw/S1rBn … nthumb.png
http://lh5.ggpht.com/_q8lMV3_LCHw/S1rBn … ythumb.png
Openbox Theme: NewWave4OB-Grey
GTK Theme: QtCurve
Font: Candara 12
Can you post the original size?
I'm really interested in watch that bassdrum wallpaper.
EDIT
NVM, i just downloaded your files.
Last edited by teh (2010-01-23 09:35:41)
arst
Offline
We can't see anything, make screenshots bigger.
EDIT: OK, he did.
Very good.
Last edited by apollokk (2010-01-23 09:36:16)
/me wants you to detele this account... please delete it.
Offline
JPEC wrote:I updated my config using the Xcolor and tmux theme from jasonwryan... I add a border in DWM to keep my conky visible (except in fullscreen mode). I also change my wallpaper.
CLEAN :
http://www.julienpecqueur.com/wordpress … _small.pngMUTT in TMUX :
http://www.julienpecqueur.com/wordpress … _small.pngCHROMIUM :
http://www.julienpecqueur.com/wordpress … _small.pngMon dépot DWM ici : http://server.julienpecqueur.com:10000/
Looks good! And a very nice wallpaper - do you have a link?
I got it on simpledesktops.com (where you got you're)
Julien Pecqueur (JPEC)
--
[url]http://julienpecqueur.com - Unix, code & web![/url]
HTC Magic (Android) | Shuttle X27D (Archlinux + DWM) | Asus EeeBox (Debian Lenny Server)
Offline
Offline