You are not logged in.
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
(also pls your zsh config)
Last edited by Garret (2007-06-21 21:08:31)
Offline
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
(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
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
A few updates to my desktop; still thinking about what to do for a badass conky.
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.
Offline
kano wrote:A few updates to my desktop; still thinking about what to do for a badass conky.
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.
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
Offline
Can I ask what are you using to display clock and tray please ?
Offline
justin 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
rawr
Offline
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
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.
Last edited by justin (2007-06-23 05:45:22)
Offline
Can anyone recommend a way to have a 'run' command in openbox?
You can use gmrun.
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
I should probably just use PekWM.
Is there any reason not to?
Except that it's updated a lot less... but it does work just as nicely.
Offline
Openbox, XFCE 4 panel, aDesklets, and conky .
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
Openbox, XFCE 4 panel, aDesklets, and conky .
Don't you just love Openbox's pipe menus?
Beatiful theme.. where did you find it?
Offline
Offline
B wrote:Openbox, XFCE 4 panel, aDesklets, and conky .
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
Offline
Garret wrote:B wrote:Openbox, XFCE 4 panel, aDesklets, and conky .
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
Could I have the modded version please? and what is the font and font size you use?
Use the Source, Luke!
Offline
A few updates to my desktop; still thinking about what to do for a badass conky.
Would you mind sharing your Wallpaper with us?
Nice desktop
two - Arch64 | dwm | nvidia
three - Arch64 | dwm | nvidia
Offline
Openbox, XFCE 4 panel, aDesklets, and conky .
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
Hmm. What's the GTK theme?
Offline