You are not logged in.

#251 2008-12-12 14:10:59

peets
Member
From: Montreal
Registered: 2007-01-11
Posts: 936
Website

Re: December 2008 Screenshots

xaiviax wrote:

1st screenshot posted here.  (cheating from last month smile  )

http://omploader.org/vMTBmbg

Two CPU cores, and only a 0.02 load? Put your processors to good use with Folding@home!

Offline

#252 2008-12-12 16:55:29

Honken
Member
Registered: 2007-03-02
Posts: 79

Re: December 2008 Screenshots

http://upload.snelhest.org/images/08121 … _scrot.png

Nothing new here really, trying to work on my statusbar program but it, for some reason, updates way to slowly. hmm

Offline

#253 2008-12-12 17:56:38

tetonedge
Member
From: Fort Collins, CO
Registered: 2008-08-22
Posts: 71
Website

Re: December 2008 Screenshots

thumb-2008-12-12.png

conky, sakura, openbox, bmpanel, pidgin, liferea, claws-mail

if you would like any of the conky scripts let me know.

Last edited by tetonedge (2008-12-12 17:59:18)

Offline

#254 2008-12-12 18:07:55

TuxStorm
Member
From: Kenosha, WI
Registered: 2008-04-16
Posts: 16
Website

Re: December 2008 Screenshots

tetonedge wrote:

http://www.tetonedge.net/screenshots/th … -12-12.png

conky, sakura, openbox, bmpanel, pidgin, liferea, claws-mail

if you would like any of the conky scripts let me know.

I'm very interested in the conky script that makes your calendar.

Thank you!


Follow me on: twitter | plurk | flickr

Offline

#255 2008-12-12 18:09:07

ST.x
Member
From: Sydney, Australia
Registered: 2008-01-25
Posts: 363
Website

Re: December 2008 Screenshots

Arch_December___08_I_by_BalanceST.png

Offline

#256 2008-12-12 18:26:15

tetonedge
Member
From: Fort Collins, CO
Registered: 2008-08-22
Posts: 71
Website

Re: December 2008 Screenshots

TuxStorm wrote:
tetonedge wrote:

http://www.tetonedge.net/screenshots/th … -12-12.png

conky, sakura, openbox, bmpanel, pidgin, liferea, claws-mail

if you would like any of the conky scripts let me know.

I'm very interested in the conky script that makes your calendar.

Thank you!

Here it is, uses a calendar script which is also given

.conkyrc_calendar

own_window yes
own_window_type desktop # normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager # undecorated,below,skip_taskbar,skip_pager
own_window_color black
background yes
double_buffer yes
use_spacer left
override_utf8_locale yes
use_xft    yes
font DejaVu Sans:size=8
xftfont DejaVu Sans:size=8
xftalpha 2.5
update_interval 5.0
uppercase no  # set to yes if you want all text to be in uppercase
stippled_borders 3
border_margin 9
border_width 10
default_outline_color black
default_shade_color black
draw_borders no
draw_outline no  # amplifies text if yes
draw_shades no  # shadecolor black
default_color white
color0 9AB7DC
color1 668ABF
color2 orange
color3 yellow
color4 888888
color5 salmon
color6 red
color7 yellow
color8 lightblue
color9 9e2828
alignment tr  # Aligned position on screen: tl, tr, tm, bl, br, bm, ml, mr
gap_x 10
gap_y 120
text_buffer_size 512 # use 1024 for the forecast
no_buffers yes  # Subtract file system buffers from used memory
short_units yes
pad_percents 2
# Timezone information found in: /usr/share/zoneinfo


TEXT
${font DejaVu Sans:bold:size=10}${color4}${alignc}UTC:$color ${utime %H:%M}
${color0}${hr}
${goto 75}${font DejaVu Sans:bold:size=9}${color1}Fort Collins, CO$color
${goto 28}${color4}40°33'33'' N            105°4'41'' W$color$font
${font DejaVu Sans:size=45}${time %H:%M}$font
${voffset -53}${font DejaVu Sans:size=18}${color1}${alignr 20}${time %b}$color$font
${font DejaVu Sans:size=18}${color1}${alignr 20}${time %y}$color$font
${color0}${hr 1}$color
${font DejaVu Sans Mono:size=16}${color1}${execi 60 ~/bin/calendar.sh week}
${color 888888}${execi 60 ~/bin/calendar.sh last}${color9}${execi 60 ~/bin/calendar.sh today}${color 888888}${execi 60 ~/bin/calendar.sh future}$font

${color4}${font DejaVu Sans Mono:size=7}${pre_exec cal -3 | cut -c23-44 --complement}

calendar.sh

#! /bin/sh

#str=`echo '\033[01;32m29'`

# replace the 4 "cal |" with "cal -m |" to have the week start on Monday

DATE=`date | awk -F" " '{print $3}'`

case "$1" in
months)
cal | head -n1
;;
week)
cal | head -n2 | tail -n1
;;
last)
cal | grep -v '[a-zA-Z]' | grep '[0-9]' | awk -F$DATE ' BEGIN {i=0}
($1 == $0 && i==0) {print $1}($1 != $0 && i==0){i=i+1;print $1}';
;;
today)
echo $DATE;
;;
future)
cal | grep -v '[a-zA-Z]' | grep '[0-9]' | awk -F$DATE ' BEGIN {i=1}
(i==0) {print $0}($1 != $0 && i==1){i=i-1;print $2}';
;;
esac)
cal | grep -v '[a-zA-Z]' | grep '[0-9]' | awk -F$DATE ' BEGIN {i=1}
(i==0) {print $0}($1 != $0 && i==1){i=i-1;print $2}';
;;
esac

Last edited by tetonedge (2008-12-23 14:06:29)

Offline

#257 2008-12-12 19:39:01

seenxu
Member
Registered: 2008-08-25
Posts: 111

Re: December 2008 Screenshots

mind to share your term color config? big_smile

Offline

#258 2008-12-12 19:41:44

seenxu
Member
Registered: 2008-08-25
Posts: 111

Re: December 2008 Screenshots

mind to share your term config?

Offline

#259 2008-12-12 19:42:41

seenxu
Member
Registered: 2008-08-25
Posts: 111

Re: December 2008 Screenshots

mind to share your term config, too?

Offline

#260 2008-12-12 20:32:41

hack.augusto
Member
From: Brazil
Registered: 2008-08-28
Posts: 124

Re: December 2008 Screenshots

Ratpoison + dzen2

200812121824531024x768snx0.th.png

Offline

#261 2008-12-13 01:35:02

colbert
Member
Registered: 2007-12-16
Posts: 809

Re: December 2008 Screenshots

desktop121208combinedthxq7.jpg

Offline

#262 2008-12-13 01:44:07

SamC
Member
From: Calgary
Registered: 2008-05-13
Posts: 611
Website

Re: December 2008 Screenshots

seenxu wrote:

mind to share your term config, too?

Sure, here they are.

Offline

#263 2008-12-13 05:56:05

GraveyardPC
Member
Registered: 2008-11-29
Posts: 99

Re: December 2008 Screenshots

seenxu wrote:

mind to share your term config?

Actually I don't have an Xdefaults made up yet. I'm just using the default xterm colors in gnome-terminal with yellow changed to "#FF8800."

Offline

#264 2008-12-13 07:12:57

Daisuke_Aramaki
Member
From: ++49/711
Registered: 2008-10-06
Posts: 651
Website

Re: December 2008 Screenshots

200812130804091280x1024kt1.th.png

Lunar Linux - Lacus Autumni Beta
DE - Xfce4.4.3
GTK - Murrina Zen Dark
Xfwm - Aurora Blue Flux
Icons - Tango


"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

#265 2008-12-13 07:30:57

wirenik
Member
Registered: 2008-08-22
Posts: 134

Re: December 2008 Screenshots

Went with something a bit more bluish this time. Still Christmassy. big_smile

Clean: christmasssclean04wc7.th.png

Dirty: christmasssdiry04do3.th.png


moljac024: No one really knows what happens inside /dev/null... it could be a gateway to another universe....
dunc: If it is, the people who live there must be getting pretty annoyed by now with all the junk we send them.

Offline

#266 2008-12-13 07:43:44

Daisuke_Aramaki
Member
From: ++49/711
Registered: 2008-10-06
Posts: 651
Website

Re: December 2008 Screenshots

wirenik wrote:

Went with something a bit more bluish this time. Still Christmassy. big_smile

Clean: http://img122.imageshack.us/img122/9048 … wc7.th.png

Dirty: http://img208.imageshack.us/img208/4553 … do3.th.png

u don't have the murrine engine installed? or perhaps the settings daemon ain't running? just askin, coz ur gtk doesn' inherit the theme at all, no big deal though smile


"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

#267 2008-12-13 09:12:06

fuscia
Member
Registered: 2008-04-21
Posts: 398

Re: December 2008 Screenshots

Daisuke_Aramaki wrote:

http://img114.imageshack.us/img114/4213 … kt1.th.png

Lunar Linux - Lacus Autumni Beta
DE - Xfce4.4.3
GTK - Murrina Zen Dark
Xfwm - Aurora Blue Flux
Icons - Tango

which font are you using?

Offline

#268 2008-12-13 09:27:57

tricqster
Member
Registered: 2008-11-15
Posts: 14

Re: December 2008 Screenshots

simple and nice wallpaper. can I have a link pls? thank you.

Offline

#269 2008-12-13 10:24:25

hk2717
Member
From: China
Registered: 2007-09-13
Posts: 217

Re: December 2008 Screenshots

Where did you get this tiger?

Offline

#270 2008-12-13 10:28:51

uastasi
Member
From: Salento - Italy
Registered: 2007-11-27
Posts: 247

Re: December 2008 Screenshots

Cool environment, your gtk theme is very nice wink
Is that avant-window-navigator or avant-window-navigator-bzr?


Till the last battle, till the last bottle.
aur - twitter

Offline

#271 2008-12-13 10:35:09

ST.x
Member
From: Sydney, Australia
Registered: 2008-01-25
Posts: 363
Website

Re: December 2008 Screenshots

hk2717 wrote:

Where did you get this tiger?

Snow Leopard apparently

Last edited by ST.x (2008-12-13 10:35:35)

Offline

#272 2008-12-13 13:07:57

WernerL
Member
Registered: 2007-07-03
Posts: 161

Re: December 2008 Screenshots

My current desktop. :-)

dekstopdec082vo2.th.jpg

Offline

#273 2008-12-13 19:34:21

joephantom
Member
From: Latinoamérica
Registered: 2008-01-09
Posts: 94
Website

Re: December 2008 Screenshots

mccord wrote:

wallpaper comes from this site: http://www.zixpk.com/2008/04/picture-of-meaning.html
some really nice ones to be found there!
nice to hear that the bug is fixed! smile

Couldn't find your wallpaper in that link. But there are really cool wallpapers there.

The wallpaper that mccord has can be found at:
http://uribaani.deviantart.com/art/Lusi … -101710218

Last edited by joephantom (2008-12-13 19:48:29)


By striving to do the impossible, man has always achieved what is possible. Those who have cautiously done no more than they believed possible have never taken a single step forward - Mikhail Bakunin

Offline

#274 2008-12-13 22:54:22

Daisuke_Aramaki
Member
From: ++49/711
Registered: 2008-10-06
Posts: 651
Website

Re: December 2008 Screenshots

fuscia wrote:
Daisuke_Aramaki wrote:

http://img114.imageshack.us/img114/4213 … kt1.th.png

Lunar Linux - Lacus Autumni Beta
DE - Xfce4.4.3
GTK - Murrina Zen Dark
Xfwm - Aurora Blue Flux
Icons - Tango

which font are you using?

Liberation Sans for Apps, and Liberation Mono for terminals


"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

#275 2008-12-13 23:36:06

buttons
Member
From: NJ, USA
Registered: 2007-08-04
Posts: 620

Re: December 2008 Screenshots

200812131730331024x600sel6.th.png

DELL MINI 9

Don't ask me things because I don't know the answer.  I'm as clueless as you are.  This thing is neat, though smile


Cthulhu For President!

Offline

Board footer

Powered by FluxBB