You are not logged in.

#251 2007-06-21 21:08:12

Garret
Member
From: Palermo, Italy
Registered: 2006-07-09
Posts: 172

Re: June Screenshots 2007

kano wrote:

It doesn't start with ZSH, I call a perl script with my screenshot function. (I can post that too if you're interested)

Yes i am smile
(also pls your zsh  config)

Last edited by Garret (2007-06-21 21:08:31)

Offline

#252 2007-06-21 21:28:13

kano
Member
From: Michigan
Registered: 2007-05-04
Posts: 185
Website

Re: June Screenshots 2007

Garret wrote:
kano wrote:

It doesn't start with ZSH, I call a perl script with my screenshot function. (I can post that too if you're interested)

Yes i am smile
(also pls your zsh  config)

probably will want to change a few things, heh.

# Welcome message
fortune -s

# Env vars
export EDITOR="vim"
export SVN_EDITOR="vim"
export DISTCC_HOSTS="localhost arthas"
export SHELL="zsh"

# Pretty prompt
autoload promptinit
promptinit
prompt adam2

# Aliases
alias   ls='ls --color=auto'
alias    l='ls'
alias   la='ls -ah'
alias   ll='ls -lh'
alias   pacman='sudo pacman'
alias   svim='sudo vim'
alias   ssinfo='$HOME/.scripts/info.pl'

# Take a screenshot!
screenshot() {
    DELAY='5'
    FTP_HOST='ftp.xxxx.org'
    FTP_USER='xxx'
    FTP_PATH='public_html/Pictures/Screenshots'
    FTP_PASSFILE="$HOME/.ftp_passwd" # This should be chmod 0600
    FTP_PASSWD=`cat $FTP_PASSFILE`

    cd $HOME/Pictures/Screenshots
    ssinfo
    echo "Taking screenshot in $DELAY..."
    scrot "%b-%d-%y.png" -t 100x80 --delay $DELAY
    cp `date +%b-%d-%y`.png current.png
    cp `date +%b-%d-%y`-thumb.png current-thumb.png
    
    echo "Uploading..."
    ftp -n $FTP_HOST <<EOF
user $FTP_USER $FTP_PASSWD
binary
cd $FTP_PATH
put current.png
put current-thumb.png
put `date +%b-%d-%y`.png
put `date +%b-%d-%y`-thumb.png
bye
EOF

    echo "Done."
}

# Latest linux kernel
chk_kern() {
    curl -s http://www.kernel.org/kdist/finger_banner|grep "The latest stable version"
}

# Other stuff
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
setopt autocd
bindkey -e
zstyle :compinstall filename '/home/kano/.zshrc'
autoload -Uz compinit
compinit

# Display latest kernel version on login #
chk_kern

Last edited by kano (2007-06-21 21:28:52)


\\ archlinux on a XPS M1530 //

Offline

#253 2007-06-21 21:33:14

cry0x
Member
Registered: 2007-04-11
Posts: 91

Re: June Screenshots 2007

dtw wrote:
cry0x wrote:

http://img529.imageshack.us/img529/8438 … ka7.th.png

Recently ditched GNOME on my macbook in favor of Openbox. Now all I need is a good .conkyrc and I'm set.

I got one that might suit your setup, I'll post it later.

<3


Who is this doin' this synthetic type of alpha beta psychedelic funkin'?

Offline

#254 2007-06-22 02:18:31

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

Re: June Screenshots 2007

kano wrote:

A few updates to my desktop; still thinking about what to do for a badass conky.

http://fallendusk.org/Pictures/Screensh … -thumb.png

2 Questions for ya

1. Whats the taskbar you are using?
2. Whats the bar at the bottom of your term (0$ Weechat, 1$ zsh....) and how does it work?

Thanks. smile

Offline

#255 2007-06-22 02:32:40

kano
Member
From: Michigan
Registered: 2007-05-04
Posts: 185
Website

Re: June Screenshots 2007

justin wrote:
kano wrote:

A few updates to my desktop; still thinking about what to do for a badass conky.

http://fallendusk.org/Pictures/Screensh … -thumb.png

2 Questions for ya

1. Whats the taskbar you are using?
2. Whats the bar at the bottom of your term (0$ Weechat, 1$ zsh....) and how does it work?

Thanks. smile

taskbar is ttm/tint (someone linked already in this thread)
the bar at the bottom of my term is screen w/ a custom caption.


\\ archlinux on a XPS M1530 //

Offline

#256 2007-06-22 14:34:05

sen
Member
From: .de
Registered: 2007-02-18
Posts: 153
Website

Re: June Screenshots 2007

xfce4 & Compiz Fusion

clean                        busy                         cube
a.jpg a.jpg a.jpg

Offline

#257 2007-06-22 18:23:27

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

Re: June Screenshots 2007

arch2thumb.png

Last edited by justin (2007-06-22 18:24:02)

Offline

#258 2007-06-22 18:57:10

Eragon
Member
Registered: 2007-04-16
Posts: 5

Re: June Screenshots 2007

Can I ask what are you using to display clock and tray please ?

Offline

#259 2007-06-22 22:54:02

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

Re: June Screenshots 2007

Eragon wrote:

Can I ask what are you using to display clock and tray please ?

Pypanel

Can anyone recommend a way to have a 'run' command in openbox?
Also, does anyone know how to have workspace switching similar to pekwm, where you can click the far left/right screen to switch?

Last edited by justin (2007-06-22 23:00:52)

Offline

#260 2007-06-23 02:39:02

rab
Member
Registered: 2006-06-15
Posts: 185

Re: June Screenshots 2007

props +1;

/me likes it


rawr

Offline

#261 2007-06-23 03:14:17

Echo
Member
From: Ohio, United States
Registered: 2006-05-16
Posts: 239

Re: June Screenshots 2007

justin wrote:

Can anyone recommend a way to have a 'run' command in openbox?
Also, does anyone know how to have workspace switching similar to pekwm, where you can click the far left/right screen to switch?

If I understand the first question correctly, I just use my menu to launch applications.

Second question: While mouse is hovering over your desktop space, use your mouse wheel to change desktops.

Echo

Offline

#262 2007-06-23 04:05:12

mustmr
Member
Registered: 2007-04-07
Posts: 11

Re: June Screenshots 2007

2007-06-23-005020_1280x1024_scrot.png.xs.jpg

openbox + visibility smile

Offline

#263 2007-06-23 05:44:38

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

Re: June Screenshots 2007

Echo wrote:
justin wrote:

Can anyone recommend a way to have a 'run' command in openbox?
Also, does anyone know how to have workspace switching similar to pekwm, where you can click the far left/right screen to switch?

If I understand the first question correctly, I just use my menu to launch applications.

Second question: While mouse is hovering over your desktop space, use your mouse wheel to change desktops.

Echo

I meant a run command dialog, and I find using the mouse wheel awkward for desktop switching. I should probably just use PekWM. hmm

Last edited by justin (2007-06-23 05:45:22)

Offline

#264 2007-06-23 08:43:18

prim
Member
From: Wroclaw - Poland
Registered: 2006-05-10
Posts: 47

Re: June Screenshots 2007

justin wrote:

Can anyone recommend a way to have a 'run' command in openbox?

You can use gmrun.

justin wrote:

Also, does anyone know how to have workspace switching similar to pekwm, where you can click the far left/right screen to switch?

AFAIK it's not possible with plain openbox. You can try Brightside.


Feel free to correct my English

Offline

#265 2007-06-23 18:58:52

Ankka
Member
From: Finland
Registered: 2007-04-08
Posts: 98

Re: June Screenshots 2007

justin wrote:

I should probably just use PekWM. hmm

Is there any reason not to? smile

Except that it's updated a lot less... but it does work just as nicely.

Offline

#266 2007-06-23 19:22:16

erikl
Member
From: Mars
Registered: 2006-07-15
Posts: 128

Re: June Screenshots 2007

2007-06-24-115454_1280x1024_scrot.png.xs.jpg

Last edited by erikl (2007-06-24 09:59:14)

Offline

#267 2007-06-23 23:04:14

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

Re: June Screenshots 2007

Openbox, XFCE 4 panel, aDesklets, and conky smile.

Don't you just love Openbox's pipe menus?

Last edited by B (2007-06-23 23:05:06)


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

Offline

#268 2007-06-24 03:57:00

JaDa
Member
From: Sun City, CA (native German)
Registered: 2007-04-06
Posts: 210
Website

Re: June Screenshots 2007

My Box Desktop KDE!

screenshot 1

screenshot 2

screenshot 3

screenshot 4

Last edited by JaDa (2007-06-24 04:04:25)


openSUSE
Arch Linux
USALUG

Offline

#269 2007-06-24 07:52:49

Garret
Member
From: Palermo, Italy
Registered: 2006-07-09
Posts: 172

Re: June Screenshots 2007

B wrote:

Openbox, XFCE 4 panel, aDesklets, and conky smile.

Don't you just love Openbox's pipe menus?

Beatiful theme.. where did you find it?

Offline

#270 2007-06-24 09:00:55

babypuncher
Member
From: .au
Registered: 2007-03-12
Posts: 114
Website

Re: June Screenshots 2007

Its getting towards the end of the month now, but I've had a switcheroo.

Back to messy old gnome, with a lighter scheme.

sstd4.th.png

GTK: Murrina-Rezblue (modified)
Metacity: SystemGX
Font: Bitstream Vera Sans 8
Wall: "Purity" by Antzen on DeviantArt

Offline

#271 2007-06-24 10:18:01

yettenet
Member
Registered: 2007-05-17
Posts: 129

Re: June Screenshots 2007

Garret wrote:
B wrote:

Openbox, XFCE 4 panel, aDesklets, and conky smile.

Don't you just love Openbox's pipe menus?

Beatiful theme.. where did you find it?

Download openbox-themes, it's in there (Onyx-Citrus) - I have the same one, just modded a bit smile

Offline

#272 2007-06-24 11:55:06

Roberth
Member
From: The Pale Blue Dot
Registered: 2007-01-12
Posts: 894

Re: June Screenshots 2007

yettenet wrote:
Garret wrote:
B wrote:

Openbox, XFCE 4 panel, aDesklets, and conky smile.

Don't you just love Openbox's pipe menus?

Beatiful theme.. where did you find it?

Download openbox-themes, it's in there (Onyx-Citrus) - I have the same one, just modded a bit smile

Could I have the modded version please? and what is the font and font size you use?


Use the Source, Luke!

Offline

#273 2007-06-24 12:00:27

hrist
Member
From: Germany
Registered: 2007-01-07
Posts: 61
Website

Re: June Screenshots 2007

kano wrote:

A few updates to my desktop; still thinking about what to do for a badass conky.

http://fallendusk.org/Pictures/Screensh … -thumb.png

Would you mind sharing your Wallpaper with us?
Nice desktop


two - Arch64 | dwm | nvidia
three - Arch64 | dwm | nvidia

Offline

#274 2007-06-24 13:04:48

Ramses de Norre
Member
From: Leuven - Belgium
Registered: 2007-03-27
Posts: 1,289

Re: June Screenshots 2007

B wrote:

Openbox, XFCE 4 panel, aDesklets, and conky smile.

Don't you just love Openbox's pipe menus?

How do you do those RSS feeds in your menu?
Do they open in a new tab in firefox when you click them?

Offline

#275 2007-06-24 14:33:04

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: June Screenshots 2007

Hmm. What's the GTK theme?

Offline

Board footer

Powered by FluxBB