You are not logged in.
looks far more like wbar to me, ilusi0n
Offline
Offline
Offline
@na12: icon set?
Offline
@na12: icon set?
Awoken system icons,and urban texticon for awn.
Offline
Here's mine. tint2, xcompmgr-dana, the conky script I found here on the forums. The wallpaper is from deviantart and I added the arch logo.
The conky is very nice.
You can share your conky script
Last edited by Cfifpa (2011-08-30 16:41:47)
Offline
What is that config script you got running there?
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline
TheImmortalPhoenix wrote:What is that config script you got running there?
Offline
whitethorn wrote:Here's mine. tint2, xcompmgr-dana, the conky script I found here on the forums. The wallpaper is from deviantart and I added the arch logo.
The conky is very nice.
You can share your conky script
Sure as I said it wasn't mine, here's where I got it. You just need to edit the file a bit and install the needed fonts and vnstat.
spark666 wrote:ViruSzZ wrote:Got tired of Gnome3 and tried kde 4.7 and I totaly dislike it. Switched back to xfce and everything is under the way I like it to be
share conky?:D
SURE mate.
Take Care
Offline
Unia wrote:TheImmortalPhoenix wrote:What is that config script you got running there?
Not that one, the one with General Config. The window on the left middle.
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline
TheImmortalPhoenix wrote:Unia wrote:What is that config script you got running there?
Not that one, the one with General Config. The window on the left middle.
That's shell config (zshrc)...
bindkey -e
# load zsh modules
autoload -Uz compinit zcalc zsh-mime-setup colors
compinit
autoload -U promptinit
promptinit
# Options
setopt PUSHD_MINUS
setopt NO_HUP
setopt NO_BEEP
setopt NO_CASE_GLOB
setopt IGNORE_EOF
setopt ALL_EXPORT
setopt notify correct pushdtohome cdablevars autolist
setopt correctall autocd recexact longlistjobs
setopt autoresume histignoredups pushdsilent
setopt autopushd pushdminus
setopt hist_ignore_all_dups
setopt hist_ignore_space
setopt autocd
setopt extendedglob
setopt correctall
unsetopt bgnice autoparamslash
unsetopt ALL_EXPORT
# Autoload zsh modules when they are referenced
zmodload -a zsh/stat stat
zmodload -a zsh/zpty zpty
zmodload -a zsh/zprof zprof
zmodload -ap zsh/mapfile mapfile
# Completions
zstyle ':completion:*' completer _complete _ignored _match _approximate
zstyle ':completion:*' format 'Completing %d'
zstyle ':completion:*' group-name ''
zstyle ':completion:*' list-prompt %SAt %p: Hit TAB for more, or the character to insert%s
zstyle ':completion:*' matcher-list '' 'm:{[:lower:]}={[:upper:]}' 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}' 'r:|[._-]=* r:|=*'
zstyle ':completion:*' use-cache on
zstyle ':completion:*' cache-path $HOME/.zsh/cache
zstyle ':completion:*:match:*' original only
zstyle ':completion:*:approximate:*' max-errors 1 numeric
zstyle ':completion:*:functions' ignored-patterns '_*'
zstyle :compinstall filename '~/.zshrc'
zstyle ':completion:*:descriptions' format '%U%B%d%b%u'
zstyle ':completion:*:warnings' format '%BSorry, no matches for:%b %d'
export EDITOR="/usr/bin/vim" \
BROWSER="/usr/bin/chromium" \
PAGER="/usr/bin/most" \
MANPAGER="/usr/bin/most" \
LC="it_IT.UTF-8" \
LC_ALL="it_IT.UTF-8"
# --// Custom Prompt //--
#export ps1=$'%F{black}%B%K{black}%F{blue}%B %n %b%f%k%K{black}·%F{red} %T %f%k%K{black}·%F{green} %y %f%k%K{black}·%F{yellow}%B %~ %b%f%k
#%F{black}%B%{\e[40;1;37m%} %% %{\e[0m%}%F{black}%B¬%b%f '
#export PS2=$'%{\e[1;33m%} %_>%{\e[0m%} '
#export PS1=$'%B%b[%B%n%b~%d]
#%B%b[%#]%B¬%b '
#export PS2=$'%{\e[1;33m%} %_>%{\e[0m%} '
PROMPT=" %F{white}%n%f %F{white}|%f %F{cyan}%M%f %F{white}|%f %F{green}%d%f
%F{white}%(!.# .>> )%f%"
RPROMPT="%F{yellow}%*%f"
#PROMPT=" %F{black}%B%n%b%f | %M% | %B${PWD/#$HOME/~}%b
#>%(!.#.>> )%"
#RPROMPT="%B%*%b"
local curdir="%d"
local hostname="%M"
local username="%n"
local bold="%B"
local unbold="%b"
local standout="%S"
local unstandout="%s"
local colorfg="%F"
local uncolorfg="%f"
local colorbg="%K"
local uncolorbg="%k"
local mytime="%*"
local mydate="%D"
local line_tty="%y"
local rootorwhat="%#"
local return_status="%?"
#PROMPT="$colorfg{blue}$uncolorfg$bold$curdir$unbold$colorfg{blue}$uncolorfg
#$username$bold$colorfg{red}:${uncolorfg}$unbold$hostname $colorfg{yellow}»$uncolorfg "
# color support
eval "`dircolors -b`"
alias ls='ls --color=auto'
alias dir='dir --color=auto'
alias vdir='vdir --color=auto'
alias grep='grep --color=auto'
alias fgrep='fgrep --color=auto'
alias egrep='egrep --color=auto'
zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
# --// Aliases //--
alias ll='ls -lA'
alias ls='ls --color=auto -A'
alias reload='source ~/.zshrc'
alias rm='rm -rv'
alias rem='rm -vi'
alias copy='nocorrect cp -f'
alias cp='nocorrect cp -Rv'
alias mv='nocorrect mv -vi'
alias reboot='sudo reboot'
alias halt='sudo halt'
alias -g K='killall'
alias open='xdg-open'
alias ':q'='exit'
alias god='sudo -s'
alias wifi='wicd-curses'
alias update='sudo pacman-color -Syyu'
alias update-all='y -Syyua'
alias update-initramfs='sudo mkinitcpio -p linux'
alias install='y -S'
alias remove='y -Rsnc'
alias search='y -Ss'
alias info='y -Qi'
alias colors='./.colorscheme'
alias game-colors='./.game-colors'
alias dump-colors='./.dump-colors'
alias pacman-colors='./.pacman-colors'
alias screen='./.terminfo'
alias vim='vim -u NONE'
alias infos='saidar -c'
# --// Package managers //--
alias p='sudo pacman-color'
alias y='yaourt'
# --// Pipes //--
alias -g G='| grep'
alias -g S='| sort'
alias -g L='| less'
alias -g T='| tail'
alias -g H='| head'
alias -g DN='/dev/null'
alias -g NULL='> /dev/null 2>&1'
# --// Update Clock //--
update-clock () {
sudo ntpdate -s time.ien.it
sudo hwclock -w
}
# --// Wireless quick settings //--
wlan () {
if [ -n "$1" ]; then
case $1 in
down|off) test "`pgrep wicd`" && sudo /etc/rc.d/wicd stop
sudo ifconfig wlan0 down ;;
up|on) test ! "`pgrep wicd`" && sudo /etc/rc.d/wicd start
sudo ifconfig wlan0 up ;;
*) echo "Wrong argument: $1"
echo "usage: $0 up|down"
return 1 ;;
esac
else
echo "No arguments"
echo "usage: $0 up|down"
return 1
fi
}
# --// General Config //--
config () {
case $1 in
rc) sudo $EDITOR /etc/rc.conf ;;
mpd) $EDITOR ~/.mpd/mpd.conf ;;
vim) $EDITOR ~/.vimrc ;;
zsh) $EDITOR ~/.zshrc ;;
xorg) sudo $EDITOR /etc/X11/xorg.conf ;;
fstab) sudo $EDITOR /etc/fstab ;;
tint2) $EDITOR ~/.config/tint2/tint2rc ;;
urxvt) $EDITOR ~/.Xdefaults ;;
xinit) $EDITOR ~/.xinitrc ;;
pacman) sudo $EDITOR /etc/pacman.conf ;;
ncmpcpp) $EDITOR ~/.ncmpcpp/config ;;
inittab) sudo $EDITOR /etc/inittab ;;
init) sudo $EDITOR /etc/mkinitcpio.conf ;;
slim) sudo $EDITOR /etc/slim.conf ;;
logout) sudo $EDITOR /etc/oblogout.conf ;;
autostart) $EDITOR ~/.config/openbox/autostart.sh ;;
burg) sudo $EDITOR /boot/burg/burg.cfg ;;
grub) sudo $EDITOR /boot/grub/grub.cfg ;;
motion) sudo $EDITOR ~/.motion/motion.conf ;;
hosts) sudo $EDITOR /etc/hosts ;;
open) $EDITOR ~/.local/share/applications/mimeapps.list ;;
conky) $EDITOR ~/.conkyrc ;;
*) if [ -f "$1" ]; then
if [ -w "$1" ]; then
$EDITOR "$1"
else
sudo $EDITOR "$1"
fi
else
echo "Invalid Option"
fi ;;
esac
}
# --// Cleanup //--
cleanup () {
echo -e "-->> Cleaning Thumbnails <<--"
# sudo /bin/rm -rfv ~/.thumbnails/*
sudo /bin/rm -rfv /root/.thumbnails/*
echo "-->> Removing Flash Player cache <<--"
sudo /bin/rm -rfv ~/.adobe/*
sudo /bin/rm -rfv /root/.adobe/*
sudo /bin/rm -rfv ~/.macromedia/*
sudo /bin/rm -rfv /root/.macromedia/*
sudo /bin/rm -rfv ~/.cacaoweb/*.cacao
echo "-->> Cleaning Cache <<--"
sudo /bin/rm -rfv ~/.cache/*
sudo /bin/rm -rfv /root/.cache/*
sudo /bin/rm -rfv ~/.lyrics/*
# sudo /bin/rm -rfv ~/.motion/files/*
echo "-->> Cleaning Trash <<--"
sudo /bin/rm -rfv ~/.local/share/Trash/*
sudo /bin/rm -rfv /root/.local/share/Trash/*
sudo /bin/rm -rfv /tmp/*
sudo /bin/rm -rfv /home/.Trash-0/*
sudo /bin/rm -rfv /media/Windows/*.Bin/*
sudo /bin/rm -rfv /media/Windows/System*/*
sudo /bin/rm -rfv /media/Dati/*.Bin/*
sudo /bin/rm -rfv /media/Dati/System*/*
echo
}
# --// Optimize //--
optimize () {
echo "-->> Optimize Pacman <<--"
y -Sc --noconfirm
sync
sudo pacman-db-upgrade
sudo pacman-optimize
echo
}
# --// Creates an archive from given directory //--
mktar() { tar cvf "${1%%/}.tar" "${1%%/}/"; }
mktgz() { tar cvzf "${1%%/}.tar.gz" "${1%%/}/"; }
mktbz() { tar cvjf "${1%%/}.tar.bz2" "${1%%/}/"; }
# --// History //--
HISTFILE=~/.histfile
HISTSIZE=1000000
SAVEHIST=1000000
setopt EXTENDED_HISTORY # puts timestamps in the history
setopt HIST_VERIFY # when using ! cmds, confirm first
setopt HIST_IGNORE_DUPS # ignore same commands run twice+
setopt APPEND_HISTORY # don't overwrite history
setopt SHARE_HISTORY # _all_ zsh sessions share the same history files
setopt INC_APPEND_HISTORY # write after each command
# --// Presentazione //--
color-block () {
echo
width=$(( (`tput cols` / 16) -1 ))
chars=""
prespaces=$(( (`tput cols`-($width+1)*16)/2 ))
for i in `seq $width`; chars="${chars}|"
for i in `seq $prespaces`; echo -n " "
for i in `seq 0 7`; echo -en "\e[3${i}m${chars} \e[1;3${i}m${chars}\e[m "; echo; echo
unset width
unset chars
unset prespaces
}
color-blocks () {
echo
local width=$(( ($COLUMNS / 16) -1 ))
local chars
local pre=$(( ( $COLUMNS - ($width+1)*16)/2 ))
for ((i=0; i<$width; i++)); chars+="\u2591"
for ((i=0; i<$pre; i++)); echo -n " "
for ((i=0; i<=7; i++)); echo -en "\e[3${i}m${chars} \e[1;3${i}m${chars}\e[m "; echo; echo
unset i
}
#color-block
Offline
Mine
Minimal as always http://cocooh.deviantart.com/art/Back-T … -255981325
Offline
That's shell config (zshrc)...
Thank you, it made for a nice config script!
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline
@WilleoSoeurs: What's the file manager you're using? Is it just a tweaked thunar or pcmanfm? I don't recognize it.
Offline
Heres my openbox setup , i only recently switched to openbox so it took me a long time to figure it all out, and archlinux itself, i was a ubuntu user for a long time but arch caught my eye, so heres my almost complete setup, i just need to fix obshutdown
Edit: updated to include the obmenu with icons
Clean screenshot + obmenu + obmenu icons
http://imageshack.us/photo/my-images/82 … 11470.png/
Dirty Screenshot - thunar + LXTerminal / pc details + nitrogen
http://imageshack.us/photo/my-images/82 … 01482.png/
Applications in the taskbar: Skype, Parole Media player, Yapan, XChat IRC, KMess MSN, Wicd network
GTK Theme: SlicknesS-Black
Icon theme: LaGaDesk Black and White II
Openbox Decoration Theme: Onyx
Panel Choice: tint2
Autostart config
#to restore the last wallpaper used
nitrogen --restore &
#Wicd client
wicd-client &
#Tint2
tint2 &
#Thunars file manager
thunar --daemon &
#conky
conky
#KMess
kmess &
#Skype
skype &
#yapan system update
yapan &
My menu.xml
<?xml version="1.0" encoding="utf-8"?>
<openbox_menu>
<menu id="root-menu" label="OpenBox 3">
<separator label="Extra">
</separator>
<item label="Run">
<action name="Execute">
<execute>
gmrun
</execute>
</action>
</item>
<item label="Screenshot">
<action name="Execute">
<execute>
xfce4-screenshooter
</execute>
</action>
</item>
<item label="Wallpaper">
<action name="Execute">
<execute>
nitrogen
</execute>
</action>
</item>
<item label="Appearance">
<action name="Execute">
<execute>
lxappearance
</execute>
</action>
</item>
<separator label="General">
</separator>
<menu execute="cat /var/cache/xdg-menu/openbox/menu.xml" id="xdg-menu" label="My PC"/>
<separator label="Tools">
</separator>
<item label="File Manager">
<action name="Execute">
<execute>
thunar
</execute>
</action>
</item>
<item label="Web Browser">
<action name="Execute">
<execute>
chromium
</execute>
</action>
</item>
<item label="Emails">
<action name="Execute">
<execute>
thunderbird
</execute>
</action>
</item>
<item label="Secondlife">
<action name="Execute">
<execute>
/home/nankura/secondlife/singularity
</execute>
</action>
</item>
<item label="Terminal">
<action name="Execute">
<execute>
lxterminal
</execute>
</action>
</item>
<separator label="Openbox">
</separator>
<menu id="root-menu-64261" label="Openbox">
<item label="Reset OB">
<action name="Reconfigure"/>
</item>
<item label="Openbox Menu">
<action name="Execute">
<execute>
obmenu
</execute>
</action>
</item>
<item label="Openbox Looks">
<action name="Execute">
<execute>
obconf
</execute>
</action>
</item>
<item label="Ob Key">
<action name="Execute">
<execute>
obkey
</execute>
</action>
</item>
<item label="Ob Shutdown">
<action name="Execute">
<execute>
obshutdown
</execute>
</action>
</item>
<item label="Exit">
<action name="Exit"/>
</item>
</menu>
</menu>
</openbox_menu>
Tint2 Config - some of this config is From CTKArch - credit goe's to them
# Tint2 config file
# For information on manually configuring tint2 see [url]http://code.google.com/p/tint2/wiki/Configure[/url]
# Background definitions
# ID 1
rounded = 3
border_width = 0
background_color = #000000 60
border_color = #000000 0
# ID 2
rounded = 3
border_width = 0
background_color = #ffffff 0
border_color = #ffffff 70
# ID 3
rounded = 3
border_width = 0
background_color = #ffffff 0
border_color = #ffffff 40
# Panel
panel_monitor = all
panel_position = top center
panel_size = 100% 22
panel_margin = 0 0
panel_padding = 0 0
panel_dock = 0
wm_menu = 1
panel_layer = top
panel_background_id = 1
font_shadow = 0
# Panel Autohide
autohide = 0
autohide_show_timeout = 0.1
autohide_hide_timeout = 0.5
autohide_height = 1
strut_policy = follow_size
# Taskbar
taskbar_mode = single_desktop
#taskbar_mode = multi_desktop
taskbar_padding = 2 2 2
taskbar_background_id = 0
taskbar_active_background_id = 0
# Tasks
urgent_nb_of_blink = 8
task_icon = 1
task_text = 1
task_width = 400
task_centered = 0
task_padding = 3 1
task_font = DejaVu Sans Condensed 10
task_font_color = #d0d0d0 70
task_active_font_color = #ffffff 85
task_background_id = 3
task_active_background_id = 2
# System Tray
systray = 1
systray_padding = 0 2 2
systray_background_id = 0
systray_sort = left2right
systray_icon_size = 0
# Clock
time1_format = %H:%M
time1_font = Nimbus Sans L 15
#time2_format = %A %d %B
#time2_font = sans 6
clock_font_color = #eeeeff 76
clock_padding = 1 0
clock_background_id = 0
clock_lclick_command = gsimplecal
#clock_tooltip = %A %d %B
#time1_timezone = :AU/Sydney
#time2_timezone = :Europe/Berlin
#clock_tooltip_timezone = :/usr/share/zoneinfo/Europe/Paris
# Mouse
mouse_middle = none
#mouse_right = toggle
mouse_scroll_up = toggle
mouse_scroll_down = iconify
# Battery
battery = 0
battery_low_status = 5
battery_low_cmd = notify-send "Battery : 5%"
bat1_font = sans 8
bat2_font = sans 6
battery_font_color = #ffffff 76
battery_padding = 1 0
battery_background_id = 0
# End of config
Conky Config - this is from the crunchbang forum's. i cant remember which post and then modified to suit
# Use Xft?
use_xft yes
xftfont Trebuchet MS:size=8
xftalpha 0.8
text_buffer_size 2048
# Update interval in seconds
update_interval 1
# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0
# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_transparent yes
own_window_type desktop
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# Minimum size of text area
minimum_size 180 0
# Draw shades?
draw_shades no
# Draw outlines?
draw_outline no
# Draw borders around text
draw_borders no
# Stippled borders?
stippled_borders 0
# border margins
border_margin 5
# border width
border_width 1
# Default colors and also border colors
default_color white
own_window_colour white
# Text alignment, other possible values are commented
alignment top_left
# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 35
gap_y 50
# Subtract file system buffers from used memory?
no_buffers yes
# set to yes if you want all text to be in uppercase
uppercase no
# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2
# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2
# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes
# Add spaces to keep things from moving about? This only affects certain objects.
use_spacer none
TEXT
SYSTEM ${hr 2}
Kernel: ${alignr}${kernel}
CPU: ${cpu cpu}% ${alignr}${cpubar 8,60 cpu}
RAM: $memperc% ${alignr}${membar 8,60}
Uptime: ${alignr}${uptime}
DATE ${hr 2}
${alignc 35}${font Trebuchet MS:size=26}${time %H:%M}${font}
${alignc}${time %a %d %b %Y}
HD ${hr 2}
Home:
${fs_free /home}/${fs_size /home} ${alignr}${fs_bar 8,60 /home}
Root:
${fs_free /root}/${fs_size /root} ${alignr}${fs_bar 8,60 /root}
NETWORK ${hr 2}
${if_existing /proc/net/route wlan0}
Up: ${upspeed wlan0} kb/s ${alignr}${upspeedgraph wlan0 8,60 789E2D A7CC5C}
Down: ${downspeed wlan0} kb/s ${alignr}${downspeedgraph wlan0 8,60 789E2D A7CC5C}
Upload: ${alignr}${totalup wlan0}
Download: ${alignr}${totaldown wlan0}
Signal: ${wireless_link_qual wlan0}% ${alignr}${wireless_link_bar 8,60 wlan0}${else}${if_existing /proc/net/route eth0}
Up: ${upspeed eth0} kb/s ${alignr}${upspeedgraph eth0 8,60 789E2D A7CC5C}
Down: ${downspeed eth0} kb/s ${alignr}${downspeedgraph eth0 8,60 789E2D A7CC5C}
Upload: ${alignr}${totalup eth0}
Download: ${alignr}${totaldown eth0}${endif}${else}${if_existing /proc/net/route eth1}
Up: ${upspeed eth1} kb/s ${alignr}${upspeedgraph eth1 8,60 789E2D A7CC5C}
Down: ${downspeed eth1} kb/s ${alignr}${downspeedgraph eth1 8,60 789E2D A7CC5C}
Upload: ${alignr}${totalup eth1}
Download: ${alignr}${totaldown eth1}${endif}${else}${font PizzaDude Bullets:size=14}4${font} Network Unavailable${endif}
Last edited by nankura (2011-09-07 13:52:37)
Offline
@nankura: What is the script showing informations in the terminal?
Offline
nankura,
Can I get you to update your post ^^^^ to use [ code ] tags rather than [ quote ] tags? It will use scroll bars.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
No problem ewaller - updated sorry about that
@TheImmortalPhoenix - its a small program called Alsi, if you use Yaourt just do Yaourt alsi and select the normal Alsi package. then edit your .bashrc at the end just add alsi and itll work on all terminals
Offline
@rdfreitas how in the world did you get icons in your openbox menu, i didnt even know thats possable!! but it looks awsome
Offline
@rdfreitas how in the world did you get icons in your openbox menu, i didnt even know thats possable!! but it looks awsome
Openbox 3.5 now supports that functionality.
Offline
cool conky
what fonts you use in conky??
Offline