You are not logged in.

#176 2008-04-11 16:40:40

justin
Member
From: Philadelphia
Registered: 2007-04-18
Posts: 132

Re: April 2008 Screenshots

serrghi wrote:
justin wrote:

Not much change from last month.

http://img505.imageshack.us/img505/2803 … co1.th.png
.: kdemod
.: urxvt
.: transmission
.: pidgin

Mind sharing your .bashrc and .Xdefaults?

.bashrc

extract () {
    if [ -f $1 ] ; then
        case $1 in
            *.tar.bz2)  tar xjf $1      ;;
            *.tar.gz)   tar xzf $1      ;;
            *.bz2)      bunzip2 $1      ;;
            *.rar)      unrar x $1      ;;
            *.gz)       gunzip $1       ;;
            *.tar)      tar xf $1       ;;
            *.tbz2)     tar xjf $1      ;;
            *.tgz)      tar xzf $1      ;;
            *.zip)      unzip $1        ;;
            *.Z)        uncompress $1   ;;
            *)          echo "'$1' cannot be extracted via extract()" ;;
        esac
    else
        echo "'$1' is not a valid file"
    fi
}

rmspaces() {
ls | while read -r FILE
do
    mv -v "$FILE" `echo $FILE | tr ' ' '_' `
done
}
makepasswords() {
    perl <<EOPERL
        my @a = ("a".."z","A".."Z","0".."9",(split //, q{#@,.<>$%&()*^}));
        for (1..10) {
            print join "", map { \$a[rand @a] } (1..rand(3)+10);
            print qq{\n}
        }
EOPERL
}
alias pacs="pacsearch"
pacsearch () {
       echo -e "$(pacman -Ss $@ | sed \
       -e 's#core/.*#\\033[1;31m&\\033[0;37m#g' \
       -e 's#extra/.*#\\033[0;32m&\\033[0;37m#g' \
       -e 's#community/.*#\\033[1;35m&\\033[0;37m#g' \
       -e 's#^.*/.* [0-9].*#\\033[0;36m&\\033[0;37m#g' )"
}
alias ls='ls --color=auto'
alias setbg='feh --bg-scale '
alias home='cd ~ ; clear'
PS1="┌─[\[\e[36;1m\]\u @ \[\e[32;1m\]\H\[\033[1;37m\]] \n\[\033[1;37m\]└─[\[\033[0;36m\]\w\[\033[1;37m\]]> \[\e[0m\]"
complete -cf sudo

.Xdefaults

! urxvt settings & colors

urxvt*background:          #242424
urxvt*cursorBlink:         true
urxvt*font:                xft:DejaVu Sans Mono:pixelsize=10
urxvt*boldFont:            xft:DejaVu Sans Mono:pixelsize=10

urxvt*foreground:          white
urxvt*geometry:            80x25

! V
urxvt*inheritPixmap:       true
urxvt*internalBorder:      0
urxvt*saveLines:           4000
urxvt*scrollBar:           false
! V
urxvt*shading:             15
urxvt*termName:            rxvt
! V
!urxvt*tintColor:          #ffffff
urxvt*underlineColor:      #86a2be
URxvt.perl-ext-common:     default,matcher
URxvt.matcher.button:      1
URxvt.matcher.pattern.1:   \bwww\.[\w-]\.[\w./?&@#-]*[\w/-]
URxvt*urlLauncher:       firefox
urxvt.perl-ext-common:     matcher

!black text
urxvt*color0:              #242424
urxvt*color8:              #cdb5cd

!red text
urxvt*color1:              #bf7979
urxvt*color9:              #f4a45f

!green text
urxvt*color2:              #97b26b
urxvt*color10:             #c5f779

!yellow text
urxvt*color3:              #cdcda1
urxvt*color11:             #ffffaf

!blue text
urxvt*color4:              #86a2be
urxvt*color12:             #98afd9

!magenta text
urxvt*color5:              #d9b798
urxvt*color13:             #d7d998

!cyan text
urxvt*color6:              #a1b5cd
urxvt*color14:             #a1b5cd

!white
urxvt*color7:              #ffffff
urxvt*color15:             #dedede

Last edited by justin (2008-04-11 16:42:05)

Offline

#177 2008-04-11 16:52:36

scotti
Member
Registered: 2008-02-26
Posts: 41

Re: April 2008 Screenshots

justin wrote:

Not much change from last month.

http://img505.imageshack.us/img505/2803 … co1.th.png
.: kdemod
.: urxvt
.: transmission
.: pidgin

Really nice looking desktop! The only thing I see missing is the Quake III Tango icon. smile

Last edited by scotti (2008-04-11 16:56:25)

Offline

#178 2008-04-11 17:18:35

iggy
Member
From: Germany, L.E. - Leipzig
Registered: 2004-10-17
Posts: 367

Re: April 2008 Screenshots

pressh wrote:

Clean
http://img521.imageshack.us/img521/2227 … qn2.th.png
Busy
http://img183.imageshack.us/img183/7396 … tj3.th.png

E17
E17 screenlets hack
itask-ng-svn with custom edj
ttf-zekton font
elegant-brit gtk theme (& wallpaper)
e17 hack of elegant-brit
Crashbit icons

hey!

did you made the theme? is ready to use daily? (not just a hack?) where can i get it smile

mfg iggy


sorry for my bad english smile

Offline

#179 2008-04-11 17:49:00

sevenfourk
Member
Registered: 2008-02-21
Posts: 185

Re: April 2008 Screenshots

justin: nice .bashrc smile


No cause is lost if there is but one fool left to fight for it.

Offline

#180 2008-04-12 08:17:52

pommes_
Member
From: Germany
Registered: 2007-12-30
Posts: 31
Website

Re: April 2008 Screenshots

not much changed.

screenib6.th.png

Offline

#181 2008-04-12 08:49:03

blu3ness
Member
From: Edmonton, Canada
Registered: 2007-12-28
Posts: 169

Re: April 2008 Screenshots

Beautiful ladies are always refreshing tongue great setup, simplicity at its best!


Archlinux on Compaq Presario v5000 laptop smile

Offline

#182 2008-04-12 13:18:24

T-u-N-i-X
Member
From: İstanbul
Registered: 2006-03-14
Posts: 435
Website

Re: April 2008 Screenshots

fwojciec wrote:

http://www.loka.pl/outgoing/desk_april-thumb.png
openbox, conky, stalonetray, urxvt+screen

wallpaper please ? smile


Quis custodiet ipsos custodiet?

Offline

#183 2008-04-12 13:24:54

SpookyET
Member
Registered: 2008-01-27
Posts: 410

Re: April 2008 Screenshots

Some are saying that I have left Arch Linux. Here's proof that I have not.

clean:
2008-04-12T08_51_18-05_00_arch_linux_screenshot.jpg

messy:
2008-04-12T09_06_30-05_00_arch_linux_screenshot.jpg

Offline

#184 2008-04-12 15:13:41

dolby
Member
From: 1992
Registered: 2006-08-08
Posts: 1,581

Re: April 2008 Screenshots

we dont really care if you left or not


There shouldn't be any reason to learn more editor types than emacs or vi -- mg (1)
[You learn that sarcasm does not often work well in international forums.  That is why we avoid it. -- ewaller (arch linux forum moderator)

Offline

#185 2008-04-12 15:23:08

bruenig
Member
Registered: 2007-05-20
Posts: 175

Re: April 2008 Screenshots

j122br_th.png

dwm + irssi + ncmpc

Offline

#186 2008-04-12 17:27:17

Misfit138
Misfit Emeritus
From: USA
Registered: 2006-11-27
Posts: 4,189

Re: April 2008 Screenshots

Let's be a bit more peaceable toward each other- peaceful coexistence is part of what sets the Arch community apart from the others. smile

Offline

#187 2008-04-12 18:56:28

raul_nds
Member
From: Lisbon, Portugal
Registered: 2007-06-28
Posts: 258

Re: April 2008 Screenshots

screenie3cy1.th.png

Too bad my contacts don't fit my desktop and there's no way to scroll sad

Offline

#188 2008-04-12 18:59:25

moljac024
Member
From: Serbia
Registered: 2008-01-29
Posts: 2,676

Re: April 2008 Screenshots

SpookyET wrote:

Some are saying that I have left Arch Linux. Here's proof that I have not.

clean:
http://b.imagehost.org/t/0461/2008-04-1 … enshot.jpg

messy:
http://b.imagehost.org/t/0461/2008-04-1 … enshot.jpg

Wallpaper please big_smile


The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...

Offline

#189 2008-04-12 19:05:34

SpookyET
Member
Registered: 2008-01-27
Posts: 410

Re: April 2008 Screenshots

moljac024 wrote:
SpookyET wrote:

Some are saying that I have left Arch Linux. Here's proof that I have not.

clean:
http://b.imagehost.org/t/0461/2008-04-1 … enshot.jpg

messy:
http://b.imagehost.org/t/0461/2008-04-1 … enshot.jpg

Wallpaper please big_smile

They are not done by me. No photoshop on linux.
http://studioindustryllc.com/user/spookyet/wallpapers/

Last edited by SpookyET (2008-04-12 19:06:06)

Offline

#190 2008-04-12 20:10:50

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: April 2008 Screenshots

iggy wrote:
pressh wrote:

e17 hack of elegant-brit

hey!

did you made the theme? is ready to use daily? (not just a hack?) where can i get it smile

mfg iggy

Yes I made the theme (with the help of the gtk theme of course). Although it is not yet near a finished state, most basic things (window border, buttons, menu, etc) are in place.
If you like I can share it after I clean up a bit and put another font in place (one with a better license). Just make sure you keep an eye on e17-stuff.org the next couple of days wink

Offline

#191 2008-04-12 20:28:04

coarseSand
Member
From: Ottawa, Canada
Registered: 2008-02-11
Posts: 203

Re: April 2008 Screenshots

SpookyET wrote:

They are not done by me. No photoshop on linux.
http://studioindustryllc.com/user/spookyet/wallpapers/

Yeah, but the GIMP can do any of the things in those wallpapers as easily as Photoshop.

Anyways, you have an awesome conky config, mind posting it?


vim? EMACS? Pssh, I code in Scribus.

Offline

#192 2008-04-12 20:57:22

adekoba
Member
Registered: 2007-07-10
Posts: 128
Website

Re: April 2008 Screenshots

bruenig wrote:

could you post your irssi theme and .Xdefaults please? Thanks.


abcdefghijklmnopqrstuvwxyz

Offline

#193 2008-04-12 21:18:33

bruenig
Member
Registered: 2007-05-20
Posts: 175

Re: April 2008 Screenshots

adekoba wrote:
bruenig wrote:

could you post your irssi theme and .Xdefaults please? Thanks.

Xdefaults

Xcursor*theme: jimmac

URxvt.background:    black
URxvt.foreground:    grey
URxvt.transparent:   true
URxvt.tintColor:     black
URxvt.shading:       18 

URxvt*color0:      #000000
URxvt*color1:      #9e1828
URxvt*color2:      #aece92
URxvt*color3:      #968a38
URxvt*color4:      #414171
URxvt*color5:      #963c59
URxvt*color6:      #418179
URxvt*color7:      #bebebe
URxvt*color8:      #666666
URxvt*color9:      #cf6171
URxvt*color10:     #c5f779
URxvt*color11:     #fff796
URxvt*color12:     #4186be
URxvt*color13:     #cf9ebe
URxvt*color14:     #71bebe
URxvt*color15:     #ffffff

URxvt.scrollBar:       false
URxvt.saveLines:       10000
URxvt*secondaryScroll: true

URxvt.font:  xft:Bitstream Vera Sans Mono:antialias=true:pixelsize=11

irssi:
I am using nm.pl for nick coloration / alignment (get it here)
And, the status bar is provided by adv_windowlist.pl (get it here)
Irssi theme is a custom theme, pasted here:

  # private message, $0 = nick, $1 = host
  privmsg = "[%R$0%K(%r$1-%K)%n] ";

  # private message from you, $0 = "msg", $1 = target nick
  ownprivmsg = "[%r$0%K(%R$1-%K)%n] ";

  # own private message in query
  ownprivmsgnick = "{msgnick  $*}";
  ownprivnick = "%W$*%n";

  # private message in query
  privmsgnick = "{msgnick  %R$*%n}";

  ##
  ## Actions (/ME stuff)
  ##

  # used internally by this theme
  action_core = "%W* $*%n  %|";

  # generic one that's used by most actions
  action = "{action_core $*} ";

  # own action, both private/public
  ownaction = "%Y* $*%n  %|";

  # own action with target, both private/public
  ownaction_target = "{action_core $0}%K:%c$1%n ";

  # private action sent by others
  pvtaction = "%W (*) $*%n ";
  pvtaction_query = "{action $*}";

  # public action sent by others
  pubaction = "{action $*}";


  ##
  ## other IRC events
  ##

  # whois
  whois = "%# $[8]0 : $1-";

  # notices
  ownnotice = "[%r$0%K(%R$1-%K)]%n ";
  notice = "%K-%M$*%K-%n ";
  pubnotice_channel = "%K:%m$*";
  pvtnotice_host = "%K(%m$*%K)";
  servernotice = "%g!$*%n ";

  # CTCPs
  ownctcp = "[%r$0%K(%R$1-%K)] ";
  ctcp = "%g$*%n";

  # wallops
  wallop = "%W$*%n: ";
  wallop_nick = "%n$*";
  wallop_action = "%W * $*%n ";

  # netsplits
  netsplit = "%R$*%n";
  netjoin = "%C$*%n";

  # /names list
  names_prefix = "";
  names_nick = "[%_$0%_$1-] ";
  names_nick_op = "{names_nick $*}";
  names_nick_halfop = "{names_nick $*}";
  names_nick_voice = "{names_nick $*}";
  names_users = "[%g$*%n]";
  names_channel = "%G$*%n";

  # DCC
  dcc = "%g$*%n";
  dccfile = "%_$*%_";

  # DCC chat, own msg/action
  dccownmsg = "[%r$0%K($1-%K)%n] ";
  dccownnick = "%R$*%n";
  dccownquerynick = "%W$*%n";
  dccownaction = "{action $*}";
  dccownaction_target = "{action_core $0}%K:%c$1%n ";

  # DCC chat, others
  dccmsg = "[%G$1-%K(%g$0%K)%n] ";
  dccquerynick = "%G$*%n";
  dccaction = "%W (*dcc*) $*%n %|";

  ##
  ## statusbar
  ##

  # default background for all statusbars. You can also give
  # the default foreground color for statusbar items.
  #sb_background = "%4%w";
  sb_background = "%w";

  # default backround for "default" statusbar group
  sb_default_bg = "%K%w";

  # background for prompt / input line
  sb_prompt_bg = "%n";

  # background for info statusbar
  sb_info_bg = "%8";

  # background for topicbar (same default)
  sb_topic_bg = "%n";

  # text at the beginning of statusbars. sb-item already puts
  # space there,so we don't use anything by default.
  sbstart = "%K>>%n";
  # text at the end of statusbars. Use space so that it's never
  # used for anything.
  sbend = " ";

  topicsbstart = "{sbstart}";
  topicsbend = "";

  prompt = "%n$*>%n ";

  sb = " %c(%n$*%c)%n";
  sbmode = "[%c+%n$*]";
  sbaway = "[%9away%n]";
  sbservertag = ":$0 (change with ^X)";

  # activity in statusbar

  # ',' separator
  sb_act_sep = "%c$*";
  # normal text
  sb_act_text = "%c$*";
  # public message
  sb_act_msg = "%W$*";
  # hilight
  sb_act_hilight = "%M$*";
  # hilight with specified color, $0 = color, $1 = text
  sb_act_hilight_color = "$0$1-%n";
};

Last edited by bruenig (2008-04-12 21:19:10)

Offline

#194 2008-04-12 21:39:11

aka_hans
Member
Registered: 2008-03-13
Posts: 17

Re: April 2008 Screenshots

bruenig wrote:

And would you mind also sharing the wallpaper?

Offline

#195 2008-04-12 22:47:58

koch
Member
From: Germany
Registered: 2008-01-26
Posts: 369

Re: April 2008 Screenshots

aka_hans wrote:
bruenig wrote:

And would you mind also sharing the wallpaper?

yes, please big_smile

Offline

#196 2008-04-12 22:58:56

Moparx
Member
Registered: 2006-02-05
Posts: 136
Website

Re: April 2008 Screenshots


And then it happened... a door opened to a world... rushing through the phone line like heroin through an addict's veins, an electronic pulse is sent out, a refuge from the day-to-day incompetencies is sought... a board is found.
        "This is it... this is where I belong..."

Arch Linux x86_64 | LiCo #213644 | blog / configs

Offline

#197 2008-04-12 23:05:59

bruenig
Member
Registered: 2007-05-20
Posts: 175

Re: April 2008 Screenshots

koch wrote:
aka_hans wrote:
bruenig wrote:

And would you mind also sharing the wallpaper?

yes, please big_smile

Wallpaper:
24v7l1u_th.png

The "p" on "dump" is messed up, shhhhhhh.

Offline

#198 2008-04-12 23:40:09

aka_hans
Member
Registered: 2008-03-13
Posts: 17

Re: April 2008 Screenshots

bruenig wrote:

Wallpaper:
http://i30.tinypic.com/24v7l1u_th.png

The "p" on "dump" is messed up, shhhhhhh.

Thanks big_smile

Offline

#199 2008-04-13 00:10:18

koch
Member
From: Germany
Registered: 2008-01-26
Posts: 369

Re: April 2008 Screenshots

aka_hans wrote:
bruenig wrote:

Wallpaper:
http://i30.tinypic.com/24v7l1u_th.png

The "p" on "dump" is messed up, shhhhhhh.

Thanks big_smile

+1 big_smile

Offline

#200 2008-04-13 02:39:55

ebirtaid
Member
From: USA
Registered: 2007-11-18
Posts: 52

Re: April 2008 Screenshots

screen-th.png

ratpoison irssi ncmpc conky

Last edited by ebirtaid (2008-04-13 02:40:19)

Offline

Board footer

Powered by FluxBB