You are not logged in.

#201 2009-12-09 23:00:49

arch0r
Member
From: From the Chron-o-John
Registered: 2008-05-13
Posts: 597

Re: December 2009 Screenshots - Take 3

Offline

#202 2009-12-10 01:56:53

JesusSuperstar
Member
From: /dev/heaven
Registered: 2009-10-11
Posts: 77
Website

Re: December 2009 Screenshots - Take 3

Clean:
tMnlpdQ

Naughty (this is Gentoo):
tMnlpdA

I should switch to a tiling wm..
jpg is messing up the colors, aaaargh!

Last edited by JesusSuperstar (2009-12-10 02:11:31)


.:[dotfiles]:.

Offline

#203 2009-12-10 03:13:25

dr0p
Member
From: Seattle, WA, USA
Registered: 2008-06-11
Posts: 120

Re: December 2009 Screenshots - Take 3

JesusSuperstar wrote:

Clean:
http://omploader.org/tMnlpdQ

Naughty (this is Gentoo):
http://omploader.org/tMnlpdA

I should switch to a tiling wm..
jpg is messing up the colors, aaaargh!

That wallpaper is so pretty big_smile Care to share?


Arch i686 User
xmonad :: xmobar :: urxvt :: vim

Offline

#204 2009-12-10 03:17:16

milomouse
Member
Registered: 2009-03-24
Posts: 940
Website

Re: December 2009 Screenshots - Take 3

+1 for the wallpaper. I love the colors

Offline

#205 2009-12-10 07:48:14

toxygen
Member
Registered: 2008-08-22
Posts: 713

Re: December 2009 Screenshots - Take 3

Tyriel wrote:

http://img706.imageshack.us/img706/3023/snapshot7.png   http://img130.imageshack.us/img130/1138/snapshot8m.png
^- Clean & Dirty /--------------------------------------------------------^

wow, is that kde 4.3 or 4.4? that's a really good looking setup

Last edited by toxygen (2009-12-10 07:51:35)


"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

#206 2009-12-10 10:25:58

Tyriel
Member
From: Melbourne, Australia
Registered: 2009-01-20
Posts: 161
Website

Re: December 2009 Screenshots - Take 3

Thanks and it is KDE 4.3.  I am waiting patiently for the 4.4 stable release.


The software required Windows XP or better, so I installed archlinux.

Offline

#207 2009-12-10 14:25:25

the_glu
Member
Registered: 2008-05-11
Posts: 35

Re: December 2009 Screenshots - Take 3

Here is mine, KDE 4.3 :

Clean:
200

Dirty:
200

Offline

#208 2009-12-10 14:38:07

JesusSuperstar
Member
From: /dev/heaven
Registered: 2009-10-11
Posts: 77
Website

Re: December 2009 Screenshots - Take 3

Can't find the original link, so I uploaded it
tMnltdQ

wink


.:[dotfiles]:.

Offline

#209 2009-12-10 16:14:21

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

Re: December 2009 Screenshots - Take 3

tricqster wrote:

can I have that script which shows terminal colors please?
thank you

Here you go. Hope Cloud doesn't mind.

#! /usr/local/bin/bash
#
esc="\033["
echo -n " _ _ _ _ _40 _ _ _ 41_ _ _ _42 _ _ _ 43" 
echo "_ _ _ 44_ _ _ _45 _ _ _ 46_ _ _ _47 _"
for fore in 30 31 32 33 34 35 36 37; do
  line1="$fore  " 
  line2="    "
  for back in 40 41 42 43 44 45 46 47; do
    line1="${line1}${esc}${back};${fore}m Normal  ${esc}0m"
    line2="${line2}${esc}${back};${fore};1m Bold    ${esc}0m"
  done
  echo -e "$line1\n$line2"
done

"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

#210 2009-12-10 16:53:57

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: December 2009 Screenshots - Take 3

mjheagle8 wrote:
B wrote:
mjheagle8 wrote:

Can you tell me what you are using for the MPD pipe menu?

its on my github which i just created today. smile
the mpd pipe menu is the NowPlaying Script, it also calls the playlist script.
http://github.com/mjheagle8/Configs/tre … r/Scripts/

Thanks a lot smile

Can you tell me if the 'chop' command is a dash builtin, and what it's doing? I didn't try to run your script with bash yet.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#211 2009-12-10 19:56:40

gogi-goji
Member
From: Canada
Registered: 2009-10-20
Posts: 73
Website

Re: December 2009 Screenshots - Take 3

the_glu wrote:

Here is mine, KDE 4.3 :

Clean:
200

That wallpaper is beyond awesome.  Can you hook me up with some linkage?


My (sporadically updated) blog
My miscellaneous dotfiles

Offline

#212 2009-12-10 20:16:54

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

Re: December 2009 Screenshots - Take 3

Daisuke_Aramaki wrote:
tricqster wrote:

can I have that script which shows terminal colors please?
thank you

Here you go. Hope Cloud doesn't mind.

#! /usr/local/bin/bash
#
esc="\033["
echo -n " _ _ _ _ _40 _ _ _ 41_ _ _ _42 _ _ _ 43" 
echo "_ _ _ 44_ _ _ _45 _ _ _ 46_ _ _ _47 _"
for fore in 30 31 32 33 34 35 36 37; do
  line1="$fore  " 
  line2="    "
  for back in 40 41 42 43 44 45 46 47; do
    line1="${line1}${esc}${back};${fore}m Normal  ${esc}0m"
    line2="${line2}${esc}${back};${fore};1m Bold    ${esc}0m"
  done
  echo -e "$line1\n$line2"
done

thank you very much, I was looking for this one for a loooong time..
btw I was using lunar for some time, then switched to source mage, and I'm still  very often in their channel, playing with source mage from time to time on my other box.. it's for me the same, as sorcerer is for you   smile

Offline

#213 2009-12-10 21:22:20

mjheagle8
Member
From: /home/mjheagle8
Registered: 2009-07-12
Posts: 186

Re: December 2009 Screenshots - Take 3

B wrote:
mjheagle8 wrote:
B wrote:

Can you tell me what you are using for the MPD pipe menu?

its on my github which i just created today. smile
the mpd pipe menu is the NowPlaying Script, it also calls the playlist script.
http://github.com/mjheagle8/Configs/tre … r/Scripts/

Thanks a lot smile

Can you tell me if the 'chop' command is a dash builtin, and what it's doing? I didn't try to run your script with bash yet.

chop's a variable i set and never wound up using. guess i should clean it up a bit. tongue


Desktop/Laptop - DWM :: VM - screen
Registered Linux User Number 483137 :: Victory! :: GitHub

Offline

#214 2009-12-10 21:23:58

the_glu
Member
Registered: 2008-05-11
Posts: 35

Re: December 2009 Screenshots - Take 3

gogi-goji wrote:

That wallpaper is beyond awesome.  Can you hook me up with some linkage?

I found it on 4scrape, dead now. I uploaded it here :

Clickme

Offline

#215 2009-12-10 22:37:31

gogi-goji
Member
From: Canada
Registered: 2009-10-20
Posts: 73
Website

Re: December 2009 Screenshots - Take 3

Thank you!  big_smile


My (sporadically updated) blog
My miscellaneous dotfiles

Offline

#216 2009-12-11 01:10:07

bl1nk
Member
Registered: 2008-07-29
Posts: 57
Website

Re: December 2009 Screenshots - Take 3

shot_t.png

Offline

#217 2009-12-11 01:44:36

tomd123
Developer
Registered: 2008-08-12
Posts: 565

Re: December 2009 Screenshots - Take 3

WOAH!! That screen size is way too small for me. Good job getting the most out of it though. smile

Edit: You should consider removing the titlebar for even more space savings.

Last edited by tomd123 (2009-12-11 01:55:07)

Offline

#218 2009-12-11 05:26:44

melik
Member
Registered: 2009-10-11
Posts: 108

Re: December 2009 Screenshots - Take 3

tMnl0eQ

Thanks for the nice background big_smile

Last edited by melik (2009-12-11 05:44:21)

Offline

#219 2009-12-11 06:09:36

freek
Member
From: the Netherlands
Registered: 2008-07-21
Posts: 73
Website

Re: December 2009 Screenshots - Take 3

clean
tMnl1Mw

dirty_irssi_xterm
tMnl1NA

dirty_htop_moc
tMnl1NQ

Debian etch/lenny on my Dell Latitude C600 laptop (PIII-256Mb-10GB)

and .. Awesome WM 2.3.3  smile

Last edited by freek (2009-12-11 06:14:11)


there's no business like .. your own business

Offline

#220 2009-12-11 06:26:49

tomd123
Developer
Registered: 2008-08-12
Posts: 565

Re: December 2009 Screenshots - Take 3

melik wrote:

http://omploader.org/tMnl0eQ

Thanks for the nice background big_smile

:syn on

Your welcome. ^^

Offline

#221 2009-12-11 07:07:35

Rasi
Member
From: Germany
Registered: 2007-08-14
Posts: 1,914
Website

Re: December 2009 Screenshots - Take 3

tomd123 wrote:

Edit: You should consider removing the titlebar for even more space savings.

That way you loose wmiis nicest feature (stacking of windows)


He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.

Douglas Adams

Offline

#222 2009-12-11 07:33:45

SanskritFritz
Member
From: Budapest, Hungary
Registered: 2009-01-08
Posts: 1,928
Website

Re: December 2009 Screenshots - Take 3

JesusSuperstar wrote:

Can't find the original link, so I uploaded it
http://omploader.org/tMnltdQ

wink

TinEye is your friend: http://www.tineye.com/search/f692bce06a … 938ca5d01b


zʇıɹɟʇıɹʞsuɐs AUR || Cycling in Budapest with a helmet camera || Revised log levels proposal: "FYI" "WTF" and "OMG" (John Barnette)

Offline

#223 2009-12-11 11:30:36

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

Re: December 2009 Screenshots - Take 3

freek wrote:

clean
http://omploader.org/tMnl1Mw

dirty_irssi_xterm
http://omploader.org/tMnl1NA

dirty_htop_moc
http://omploader.org/tMnl1NQ

Debian etch/lenny on my Dell Latitude C600 laptop (PIII-256Mb-10GB)

and .. Awesome WM 2.3.3  smile

Sorry! I should have said that the colorscript was written on FreeBSD box!


"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

#224 2009-12-11 12:38:35

JesusSuperstar
Member
From: /dev/heaven
Registered: 2009-10-11
Posts: 77
Website

Re: December 2009 Screenshots - Take 3

SanskritFritz wrote:
JesusSuperstar wrote:

Can't find the original link, so I uploaded it
http://omploader.org/tMnltdQ

wink

TinEye is your friend: http://www.tineye.com/search/f692bce06a … 938ca5d01b

nice cool


.:[dotfiles]:.

Offline

#225 2009-12-11 13:45:54

monotiz
Member
Registered: 2007-10-20
Posts: 140

Re: December 2009 Screenshots - Take 3

Empty:
emptys.th.png


Empty + lxpanel:
emptylxpanel.th.png


Dirty:
dirtyg.th.png


I use LXDE with shiki theme.
My software include slim, midori, claws....

Last edited by monotiz (2009-12-11 13:47:47)

Offline

Board footer

Powered by FluxBB