You are not logged in.
I made this by copying some of the config files in this thread. The theme is arch.blue
http://img167.imageshack.us/img167/7848 … qn3.th.png
hi How do you insetr weather's icons in conky's scripts ?
Offline
running:
docker with glipper-old, volwheel, xpad (with modded icon), nm-applet, sonata (and MPD, of course), and lalcal
terminal (with a very poorly written - and never run - python script declaring arch's superiority)
pcmanfm (and fam as the backend)
firefox (with a LOT of customization - menuhide plugin, custom start and other not so visible hacks or mods.)
conkyrc:
xinitrc:
Xdefaults (for lalcal):
autostart.sh
openbox: Gilouche (found here)
gtk theme: Clearlooks-Gilouche (with radius set to 0.0 in the gtkrc file)
If you have any questions - lemme know.
EDITED because I can't spell.
Last edited by synorgy (2008-07-29 23:28:53)
"Unix is basically a simple operating system, but you have to be a genius to understand the simplicity." (Dennis Ritchie)
Offline
...
You brought me back from Xmonad/Xfce with that post! I'll put up my stuff as soon as I'm done tweaking...
Segmentation fault (core dumped)
Offline
I'm glad you like it, cardinals_fan.
"Unix is basically a simple operating system, but you have to be a genius to understand the simplicity." (Dennis Ritchie)
Offline
Found time to play with it (:
Used apps and scripts:
openbox
conky
pypanel
some scripts for nvidia-settings
simple shell script for weather
urxvt
zsh
hddtemp
sensors
feh
I was inspired by many configurations in here and from the web, some I built by my own, hope you like it (:
Actual configurations:
conky systemrc (left)
background yes
use_xft yes
xftfont Monospace-9
xftalpha 0.8
update_interval 3.0
total_run_times 0
own_window yes
own_window_transparent yes
own_window_hints undecorate,below,sticky,skip_taskbar,skip_pager
double_buffer yes
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders yes
stippled_borders no
border_margin 2
border_width 2
default_color grey
default_shade_color 888888
alignment top_left
gap_x 45
gap_y 55
no_buffers yes
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale no
use_spacer right
TEXT
${color #ffcb48}$kernel [$machine]${color}
${color #ffcb48}CPU
${color} Core 1: ${cpu cpu1} ${execi 8 sensors | grep -A 1 'Core 0' | cut -c14-16 | sed '/^$/d'}C
${cpubar cpu1 5,110}
${color} Core 2: ${cpu cpu2} ${execi 8 sensors | grep -A 1 'Core 1' | cut -c14-16 | sed '/^$/d'}C
${cpubar cpu2 5,110}
${color} Core 3: ${cpu cpu3} ${execi 8 sensors | grep -A 1 'Core 2' | cut -c14-16 | sed '/^$/d'}C
${cpubar cpu3 5,110}
${color} Core 4: ${cpu cpu4} ${execi 8 sensors | grep -A 1 'Core 3' | cut -c14-16 | sed '/^$/d'}C
${cpubar cpu4 5,110}
${color #ffcb48}GPU
${color} GPU 0: ${exec ~/scripts/conky/nvidia-gpu.sh}
${color} ${exec ~/scripts/conky/nvidia-version.sh} +${exec ~/scripts/conky/nvidia-gputemp.sh}C
${color #ffcb48}RAM
${color} $mem/$memmax $memperc%
${color} ${membar 5,80}
${color #ffcb48}Hard Disks
${color} /dev/sda => ${hddtemp /dev/sda}
${color} /dev/sdb => ${hddtemp /dev/sdb}
${color} /dev/sdc => ${hddtemp /dev/sdc}
${color} /dev/sdd => ${hddtemp /dev/sdd}
${color #ffcb48}Disk I/O
${color} read ${color}$diskio_read
${color} write ${color}$diskio_write
${color #ffcb48}Load
${color} $loadavg
${color #ffcb48}Resources
${color} ${top_mem name 1} ${top_mem mem 1}
${color} ${top_mem name 2} ${top_mem mem 2}
${color} ${top_mem name 3} ${top_mem mem 3}
${color} ${top_mem name 4} ${top_mem mem 4}
${color} ${top_mem name 5} ${top_mem mem 5}
${color} ${top_mem name 6} ${top_mem mem 6}
${color #ffcb48}Data
${color #ffcb48} swap ${color}$swap / $swapmax
${color} ${swapbar 5,146}
${color #ffcb48} root ${color}${fs_used /} / ${fs_size /}
${color} ${fs_bar 5,146 /}
${color #ffcb48} usr ${color}${fs_used /usr/} / ${fs_size /usr/}
${color} ${fs_bar 5,146 /usr/}
${color #ffcb48} var ${color}${fs_used /var/} / ${fs_size /var/}
${color} ${fs_bar 5,146 /var/}
conky mpdrc (top)
background yes
use_xft yes
xftfont Bitstream Vera Sans Mono:size=10
xftalpha 0.8
update_interval 3.0
total_run_times 0
own_window yes
own_window_transparent yes
own_window_hints undecorate,below,sticky,skip_taskbar,skip_pager
double_buffer yes
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders yes
stippled_borders no
border_margin 2
border_width 2
default_color grey
default_shade_color 888888
alignment top_middle
gap_x 0
gap_y 10
no_buffers yes
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale no
use_spacer right
TEXT
${color #ffcb48}$mpd_artist - $mpd_title [$mpd_album] ($mpd_elapsed/$mpd_length)
conky graphrc (right)
background yes
use_xft yes
xftfont Monospace-9
xftalpha 0.8
update_interval 3.0
total_run_times 0
own_window yes
own_window_transparent yes
own_window_hints undecorate,below,sticky,skip_taskbar,skip_pager
double_buffer yes
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders yes
stippled_borders no
border_margin 2
border_width 2
default_color grey
default_shade_color 888888
alignment top_right
gap_x 45
gap_y 55
no_buffers yes
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale no
use_spacer right
TEXT
${color #ffcb48}CPU Average
${color}${cpugraph cpu0 FFCB48 FFCB48}
${color #ffcb48}Core 1 $alignr Core 2
${color}${cpugraph cpu1 25,120 FFFFFF FFFFFF} $alignr${cpugraph cpu2 25,120 FFFFFF FFFFFF}
${color #ffcb48}Core 3 $alignr Core 4
${color}${cpugraph cpu3 25,120 FFFFFF FFFFFF} $alignr${cpugraph cpu4 25,120 FFFFFF FFFFFF}
${color #ffcb48}Disk I/O
${color}${diskiograph /dev/sdc FFCB48 FFCB48}
${color #ffcb48}Read $alignr Write
${color}${diskiograph_read /dev/sdc 25,120 FFFFFF FFFFFF} $alignr${diskiograph_write /dev/sdc 25,120 FFFFFF FFFFFF}
${color #ffcb48}Downspeed
${color}${downspeedgraph eth0 FFCB48 FFCB48}
${color #ffcb48}Upspeed
${color}${upspeedgraph eth0 FFCB48 FFCB48}
${color #ffcb48}Weather
${color}${exec ~/scripts/conky/weather.sh "EUR|DE|GM002|M%FCnchen|"}
weather.sh
#!/bin/sh
METRIC=1
if [ -z $1 ]; then
echo
echo "USAGE: weather.sh <locationcode>"
echo
exit 0;
fi
curl -s http://rss.accuweather.com/rss/liveweather_rss.asp\?metric\=${METRIC}\&locCode\=$1 | perl -ne 'if (/Currently/) {chomp;/\<title\>Currently: (.*)?\<\/title\>/; print "$1"; }'
scripts/nvidia-gpu.sh
#!/bin/sh
nvidia-settings -q gpus |grep '0] (' | cut -d '(' -f 2,2 | sed -e 's/.\{1\}$//'
nvidia-gputemp.sh
#!/bin/sh
nvidia-settings -q gpucoretemp |grep '):' | cut -d ' ' -f 6,6 | sed -e 's/.\{1\}$//'
nvidia-version.sh
#!/bin/sh
nvidia-settings -q NvidiaDriverVersion |grep '):' | cut -d ' ' -f 6,6
Last edited by nesrecar (2008-07-31 17:13:10)
Public Key 0x24685E35 available from any key server you trust.
IRC: ssimon/Nesrecar
Offline
Found time to play with it (:
http://freeforge.net/~ssimon/files/grap … -small.png
Used apps and scripts:
openbox
conky
pypanel
some scripts for nvidia-settings
simple shell script for weather
urxvt
zsh
hddtemp
sensors
fehI was inspired by many configurations in here and from the web, some I built by my own, hope you like it (:
Do you have a link for the wallpaper>? It looks pretty cool.
Thanks
"Every normal man must be tempted at times to spit upon his hands, hoist the black flag, and begin slitting throats." -- H.L. Mencken
Website Configs
Forum Admin: Bruno's All Things Linux
securitybreach<a>archlinux.us
Offline
Public Key 0x24685E35 available from any key server you trust.
IRC: ssimon/Nesrecar
Offline
Thanks for posting this. with the risk of running off-thread-topic - how do I configure it? Any other way than editing the python script directly? And what are the added options? Transparency would be a nice touch ...
configuring the python version is done by right clicking it while running and selecting the configure option from the menu
Please test out rainbow.
l3ib.org projects | themes and such | blag
Offline
Thanks alot.
"Every normal man must be tempted at times to spit upon his hands, hoist the black flag, and begin slitting throats." -- H.L. Mencken
Website Configs
Forum Admin: Bruno's All Things Linux
securitybreach<a>archlinux.us
Offline
Click for full size
Running:
OpenBox Menu
Conky
PyPanel
Thunar
Sonata
Gnome-Terminal
cat ~/.pypanelrc
VERSION = 2.4
BG_COLOR = "0x333333"
TASK_COLOR = "0xece9e2"
FOCUSED_COLOR = "0x1793D1"
SHADED_COLOR = "0xece9e2"
MINIMIZED_COLOR = "0x696969"
DESKTOP_COLOR = "0xece9e2"
CLOCK_COLOR = "0x1793D1"
LINE_COLOR = "0x1793D1"
TASK_SHADOW_COLOR = "0xFFFFFF"
FOCUSED_SHADOW_COLOR = "0xFFFFFF"
SHADED_SHADOW_COLOR = "0xFFFFFF"
MINIMIZED_SHADOW_COLOR = "0xFFFFFF"
DESKTOP_SHADOW_COLOR = "0xFFFFFF"
CLOCK_SHADOW_COLOR = "0xFFFFFF"
P_LOCATION = 1 # panel placement: 0 = top, 1 = bottom
P_WIDTH = 0 # panel width: 0 = full screen width
P_START = 0 # starting X coordinate of the panel
P_SPACER = 15 # spacing between panel objects
P_HEIGHT = 20
P_L_BUFF = 2
P_R_BUFF = 2
P_T_BUFF = 4
P_B_BUFF = 4
I_HEIGHT = 16 # application icon height
I_WIDTH = 16 # application icon Width
APPL_I_HEIGHT = 16 # application launcher icon height
APPL_I_WIDTH = 16 # application launcher icon width
TRAY_I_HEIGHT = 16 # system tray icon height
TRAY_I_WIDTH = 16 # system tray icon width
CLOCK_FORMAT = "%m.%d.%Y // %H:%M"
CLOCK_DELAY = 20
HIDE_LIST = ["netwmpager"]
HIDDEN_SIZE = 2
FONT = "Myraid Pro:size=8"
SHOWALL = 0 # show windows from all desktops
SHOWMINIMIZED = 0 # only show minimized windows
SHADE = 1000
ABOVE = 1 # panel is always above other apps
APPICONS = 1 # show application icons
AUTOHIDE = 0 # autohide uses the CLOCK_DELAY timer above
SHADOWS = 0 # show text shadows
SHOWLINES = 0 # show object seperation lines
SHOWBORDER = 0 # show a border around the panel
DESKTOP_NAMES = []
# Order
DESKTOP = 1
TASKS = 2
CLOCK = 5
TRAY = 4
LAUNCHER = 0
def desktopButtonEvent(pp, button):
pass
def taskButtonEvent(pp, button, task):
if button == 1:
pp.taskFocus(task)
elif button == 2:
task.obj.destroy()
elif button == 3:
pp.toggleShade(task)
elif button == 4:
pp.taskRaise(task, focus=1)
elif button == 5:
pp.taskLower(task, focus=0)
def clockButtonEvent(pp, button):
pp.showDesktop()
def panelButtonEvent(pp, button):
pass
cat ~/.config/openbox/menu.xml
<?xml version="1.0" encoding="utf-8"?>
<openbox_menu xmlns="http://openbox.org/3.4/menu">
<menu id="root-menu" label="Openbox 3">
<separator label="Froli's Arch" />
<item label="Internet">
<action name="Execute">
<execute>
firefox3-bin
</execute>
</action>
</item>
<item label="Calculator">
<action name="Execute">
<execute>
gnome-calculator
</execute>
</action>
</item>
<item label="Terminal">
<action name="Execute">
<execute>
gnome-terminal
</execute>
</action>
</item>
<separator/>
<item label="Home">
<action name="Execute">
<execute>
thunar /home/froli/
</execute>
</action>
</item>
<item label="Documents">
<action name="Execute">
<execute>
thunar /home/froli/Documents
</execute>
</action>
</item>
<item label="Pictures">
<action name="Execute">
<execute>
thunar /home/froli/Images
</execute>
</action>
</item>
<item label="Music">
<action name="Execute">
<execute>
thunar /home/froli/Musique
</execute>
</action>
</item>
<item label="Videos">
<action name="Execute">
<execute>
thunar /home/froli/Vidéos
</execute>
</action>
</item>
<item label="Downloads">
<action name="Execute">
<execute>
thunar /home/froli/Downloads
</execute>
</action>
</item>
<separator/>
<menu id="root-menu-971013" label="Applications">
<menu id="root-menu-971014" label="Accesoires">
<item label="Cheese">
<action name="Execute">
<execute>
cheese
</execute>
</action>
</item>
<item label="Gcolor2">
<action name="Execute">
<execute>
gcolor2
</execute>
</action>
</item>
<item label="GIMP">
<action name="Execute">
<execute>
gimp
</execute>
</action>
</item>
<item label="GParted">
<action name="Execute">
<execute>
gparted
</execute>
</action>
</item>
<item label="Leafpad">
<action name="Execute">
<execute>
leafpad
</execute>
</action>
</item>
<item label="Pypar2">
<action name="Execute">
<execute>
pypar2
</execute>
</action>
</item>
<item label="Sysinfo">
<action name="Execute">
<execute>
sysinfo
</execute>
</action>
</item>
<item label="Tilda">
<action name="Execute">
<execute>
tilda
</execute>
</action>
</item>
<item label="Urxvt">
<action name="Execute">
<execute>
urxvt
</execute>
</action>
</item>
</menu>
<menu id="root-menu-971015" label="Bureautique">
<item label="OpenOffice.org 2.4 Base">
<action name="Execute">
<execute>
/opt/openoffice/program/soffice -base
</execute>
</action>
</item>
<item label="OpenOffice.org 2.4 Calc">
<action name="Execute">
<execute>
opt/openoffice/program/soffice -calc
</execute>
</action>
</item>
<item label="OpenOffice.org 2.4 Draw">
<action name="Execute">
<execute>
/opt/openoffice/program/soffice -draw
</execute>
</action>
</item>
<item label="OpenOffice.org 2.4 Impress">
<action name="Execute">
<execute>
/opt/openoffice/program/soffice -impress
</execute>
</action>
</item>
<item label="OpenOffice.org 2.4 Math">
<action name="Execute">
<execute>
/opt/openoffice/program/soffice -math
</execute>
</action>
</item>
<item label="OpenOffice.org 2.4 Printer Administration">
<action name="Execute">
<execute>
/opt/openoffice/program/spadmin
</execute>
</action>
</item>
<item label="OpenOffice.org 2.4 Writer">
<action name="Execute">
<execute>
/opt/openoffice/program/soffice -writer
</execute>
</action>
</item>
</menu>
<menu id="root-menu-971016" label="Internet">
<item label="aMSN">
<action name="Execute">
<execute>
amsn
</execute>
</action>
</item>
<item label="Deluge Torrent">
<action name="Execute">
<execute>
deluge
</execute>
</action>
</item>
<item label="Emesene">
<action name="Execute">
<execute>
emesene
</execute>
</action>
</item>
<item label="Epiphany">
<action name="Execute">
<execute>
epiphany
</execute>
</action>
</item>
<item label="Firefox">
<action name="Execute">
<execute>
firefox3-bin
</execute>
</action>
</item>
<item label="Gajim">
<action name="Execute">
<execute>
gajim
</execute>
</action>
</item>
<item label="LimeWire">
<action name="Execute">
<execute>
limewire
</execute>
</action>
</item>
<item label="Pan">
<action name="Execute">
<execute>
pan
</execute>
</action>
</item>
</menu>
<menu id="root-menu-971017" label="Jeux">
<item label="Blackjack">
<action name="Execute">
<execute>
blackjack
</execute>
</action>
</item>
<item label="Cinq ou plus">
<action name="Execute">
<execute>
glines
</execute>
</action>
</item>
<item label="Frozen Bubble">
<action name="Execute">
<execute>
frozen-bubble
</execute>
</action>
</item>
<item label="Jeux d'échecs">
<action name="Execute">
<execute>
glchess
</execute>
</action>
</item>
<item label="Mahjongg">
<action name="Execute">
<execute>
mahjongg
</execute>
</action>
</item>
<item label="Mines">
<action name="Execute">
<execute>
gnomine
</execute>
</action>
</item>
<item label="Puissance 4">
<action name="Execute">
<execute>
gnect
</execute>
</action>
</item>
<item label="Xmoto">
<action name="Execute">
<execute>
xmoto
</execute>
</action>
</item>
</menu>
<menu id="root-menu-971018" label="Multimédia">
<item label="Audacious">
<action name="Execute">
<execute>
audacious
</execute>
</action>
</item>
<item label="Brasero">
<action name="Execute">
<execute>
brasero
</execute>
</action>
</item>
<item label="EasyTAG">
<action name="Execute">
<execute>
easytag
</execute>
</action>
</item>
<item label="GnomeBaker">
<action name="Execute">
<execute>
gnomebaker
</execute>
</action>
</item>
<item label="GtkPod">
<action name="Execute">
<execute>
gtkpod
</execute>
</action>
</item>
<item label="MPlayer">
<action name="Execute">
<execute>
mplayer
</execute>
</action>
</item>
<item label="PyTube">
<action name="Execute">
<execute>
pytube
</execute>
</action>
</item>
<item label="Sonata">
<action name="Execute">
<execute>
sonata
</execute>
</action>
</item>
<item label="Totem">
<action name="Execute">
<execute>
totem
</execute>
</action>
</item>
<item label="VLC">
<action name="Execute">
<execute>
vlc
</execute>
</action>
</item>
<item label="WinFF">
<action name="Execute">
<execute>
winff
</execute>
</action>
</item>
</menu>
</menu>
<menu id="root-menu-67754" label="Openbox">
<item label="Nitrogen">
<action name="Execute">
<execute>
nitrogen /home/froli/Images/Wallpaper
</execute>
</action>
</item>
<item label="Obconf">
<action name="Execute">
<execute>
obconf
</execute>
</action>
</item>
<item label="Obmenu">
<action name="Execute">
<execute>
obmenu
</execute>
</action>
</item>
<item label="Reconfigure">
<action name="Reconfigure"/>
</item>
</menu>
<separator/>
<menu id="mpd" label="MPD" execute="python /home/froli/Documents/scripts/ob-mpd-0.3.py" />
<menu id="Python2" label="System-Info" execute="sh /home/froli/Documents/scripts/sysinfo.sh"/>
<menu id="pipe-weather" label="Puyallup (WA)" execute="python ~/.config/openbox/scripts/gweather.py Puyallup" />
<separator/>
<item label="Exit">
<action name="Exit"/>
</item>
</menu>
</openbox_menu>
cat ~/.config/openbox/autostart.sh
#!/bin/bash
#
hsetroot -tile /home/froli/Images/Wallpaper/73999-arch_openbox.png &
thunar --daemon &
pypanel &
sh /home/froli/.conky/conkylaunch &
emesene &
Hope you'll like it
Last edited by froli (2008-07-31 07:07:59)
archlinux on Macbook Pro 10,1
Offline
Froli, did you adapt your background to fit the whole layout better? (Ie did you put a black bar behind conky or did you make conky use a tinted background by itself?)
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
Froli, did you adapt your background to fit the whole layout better? (Ie did you put a black bar behind conky or did you make conky use a tinted background by itself?)
No my background fill the whole screen. It's my conky that is not transparent and I created a 15 pixel margin on the top of the screen to have my conky always visible.
You have to set
own_window_transparent
to
own_window_transparent no
and I think the default color will be the background color
Here's my conkyrc (sorry it's quoted in french):
# Le clignotement, ça pique les yeux
double_buffer yes
# Si jamais on voulait plusieurs Conkys simultanément
own_window yes
own_window_transparent no
own_window_type normal
own_window_hints undecorate,sticky,skip_taskbar,skip_pager
# Bordures
draw_borders no
border_margin 1
# Ombres
draw_shades no
# Position
gap_x 0
gap_y 0
alignment top_left
# Comportement
update_interval 1
# Couleurs
default_color 8f8f8f
#default_shade_color 000000
own_window_colour 262626
# Polices
use_xft yes
xftfont bauhaust:pixelsize=10
# Pas bouger !
use_spacer no
minimum_size 1280 0
TEXT
${voffset -1}${alignc} ${color e0e0e0}${font}$user_names@$nodename // ${color} CPU : ${color e0e0e0}${font}${cpu}% ${color} RAM : ${color e0e0e0}${font}${mem} ${color} SWAP : ${color e0e0e0}${font}$swapperc%${color}${color} | ${color}Uptime : ${color e0e0e0}${font}${uptime_short}${color} | ${color}Root : ${color e0e0e0}${font}${fs_free /} ${color} Home : ${color e0e0e0}${font}${fs_free /home}${color} | WIFI: ${color e0e0e0}${wireless_link_qual_perc ath0}%${color} | Updates:${color e0e0e0} ${texeci 15 perl /home/froli/Documents/scripts/conky-updates.pl}${color} | GMail: ${color e0e0e0}${texeci 15 /home/froli/Documents/scripts/checkgmail-perso.sh}${color} | ${mpd_status} - ${color e0e0e0}${font}${mpd_smart}${color} ${mpd_bar 5,100} ${mpd_elapsed}/${mpd_length}
Just ask if you want one of my scripts.
Last edited by froli (2008-07-31 15:26:26)
archlinux on Macbook Pro 10,1
Offline
just came back to arch after about 5 years of being... archless.
http://xs329.xs.to/xs329/08314/scree216.png
Nice background!
Mind sharing your bluedots.jpg one? lol I'm kidding ... or not...:rolleyes:
archlinux on Macbook Pro 10,1
Offline
archlinux on Macbook Pro 10,1
Offline
Added my own/collected scripts/configs, forgot it /:
Last edited by nesrecar (2008-07-31 17:14:04)
Public Key 0x24685E35 available from any key server you trust.
IRC: ssimon/Nesrecar
Offline
http://pix.nofrag.com/d/c/2/45e29fe7463 … ea328t.jpg
Click for full size
Running:
OpenBox Menu
Conky
PyPanel
Thunar
Sonata
Gnome-Terminalcat ~/.pypanelrc
VERSION = 2.4 BG_COLOR = "0x333333" TASK_COLOR = "0xece9e2" FOCUSED_COLOR = "0x1793D1" SHADED_COLOR = "0xece9e2" MINIMIZED_COLOR = "0x696969" DESKTOP_COLOR = "0xece9e2" CLOCK_COLOR = "0x1793D1" LINE_COLOR = "0x1793D1" TASK_SHADOW_COLOR = "0xFFFFFF" FOCUSED_SHADOW_COLOR = "0xFFFFFF" SHADED_SHADOW_COLOR = "0xFFFFFF" MINIMIZED_SHADOW_COLOR = "0xFFFFFF" DESKTOP_SHADOW_COLOR = "0xFFFFFF" CLOCK_SHADOW_COLOR = "0xFFFFFF" P_LOCATION = 1 # panel placement: 0 = top, 1 = bottom P_WIDTH = 0 # panel width: 0 = full screen width P_START = 0 # starting X coordinate of the panel P_SPACER = 15 # spacing between panel objects P_HEIGHT = 20 P_L_BUFF = 2 P_R_BUFF = 2 P_T_BUFF = 4 P_B_BUFF = 4 I_HEIGHT = 16 # application icon height I_WIDTH = 16 # application icon Width APPL_I_HEIGHT = 16 # application launcher icon height APPL_I_WIDTH = 16 # application launcher icon width TRAY_I_HEIGHT = 16 # system tray icon height TRAY_I_WIDTH = 16 # system tray icon width CLOCK_FORMAT = "%m.%d.%Y // %H:%M" CLOCK_DELAY = 20 HIDE_LIST = ["netwmpager"] HIDDEN_SIZE = 2 FONT = "Myraid Pro:size=8" SHOWALL = 0 # show windows from all desktops SHOWMINIMIZED = 0 # only show minimized windows SHADE = 1000 ABOVE = 1 # panel is always above other apps APPICONS = 1 # show application icons AUTOHIDE = 0 # autohide uses the CLOCK_DELAY timer above SHADOWS = 0 # show text shadows SHOWLINES = 0 # show object seperation lines SHOWBORDER = 0 # show a border around the panel DESKTOP_NAMES = [] # Order DESKTOP = 1 TASKS = 2 CLOCK = 5 TRAY = 4 LAUNCHER = 0 def desktopButtonEvent(pp, button): pass def taskButtonEvent(pp, button, task): if button == 1: pp.taskFocus(task) elif button == 2: task.obj.destroy() elif button == 3: pp.toggleShade(task) elif button == 4: pp.taskRaise(task, focus=1) elif button == 5: pp.taskLower(task, focus=0) def clockButtonEvent(pp, button): pp.showDesktop() def panelButtonEvent(pp, button): pass
cat ~/.config/openbox/menu.xml
<?xml version="1.0" encoding="utf-8"?> <openbox_menu xmlns="http://openbox.org/3.4/menu"> <menu id="root-menu" label="Openbox 3"> <separator label="Froli's Arch" /> <item label="Internet"> <action name="Execute"> <execute> firefox3-bin </execute> </action> </item> <item label="Calculator"> <action name="Execute"> <execute> gnome-calculator </execute> </action> </item> <item label="Terminal"> <action name="Execute"> <execute> gnome-terminal </execute> </action> </item> <separator/> <item label="Home"> <action name="Execute"> <execute> thunar /home/froli/ </execute> </action> </item> <item label="Documents"> <action name="Execute"> <execute> thunar /home/froli/Documents </execute> </action> </item> <item label="Pictures"> <action name="Execute"> <execute> thunar /home/froli/Images </execute> </action> </item> <item label="Music"> <action name="Execute"> <execute> thunar /home/froli/Musique </execute> </action> </item> <item label="Videos"> <action name="Execute"> <execute> thunar /home/froli/Vidéos </execute> </action> </item> <item label="Downloads"> <action name="Execute"> <execute> thunar /home/froli/Downloads </execute> </action> </item> <separator/> <menu id="root-menu-971013" label="Applications"> <menu id="root-menu-971014" label="Accesoires"> <item label="Cheese"> <action name="Execute"> <execute> cheese </execute> </action> </item> <item label="Gcolor2"> <action name="Execute"> <execute> gcolor2 </execute> </action> </item> <item label="GIMP"> <action name="Execute"> <execute> gimp </execute> </action> </item> <item label="GParted"> <action name="Execute"> <execute> gparted </execute> </action> </item> <item label="Leafpad"> <action name="Execute"> <execute> leafpad </execute> </action> </item> <item label="Pypar2"> <action name="Execute"> <execute> pypar2 </execute> </action> </item> <item label="Sysinfo"> <action name="Execute"> <execute> sysinfo </execute> </action> </item> <item label="Tilda"> <action name="Execute"> <execute> tilda </execute> </action> </item> <item label="Urxvt"> <action name="Execute"> <execute> urxvt </execute> </action> </item> </menu> <menu id="root-menu-971015" label="Bureautique"> <item label="OpenOffice.org 2.4 Base"> <action name="Execute"> <execute> /opt/openoffice/program/soffice -base </execute> </action> </item> <item label="OpenOffice.org 2.4 Calc"> <action name="Execute"> <execute> opt/openoffice/program/soffice -calc </execute> </action> </item> <item label="OpenOffice.org 2.4 Draw"> <action name="Execute"> <execute> /opt/openoffice/program/soffice -draw </execute> </action> </item> <item label="OpenOffice.org 2.4 Impress"> <action name="Execute"> <execute> /opt/openoffice/program/soffice -impress </execute> </action> </item> <item label="OpenOffice.org 2.4 Math"> <action name="Execute"> <execute> /opt/openoffice/program/soffice -math </execute> </action> </item> <item label="OpenOffice.org 2.4 Printer Administration"> <action name="Execute"> <execute> /opt/openoffice/program/spadmin </execute> </action> </item> <item label="OpenOffice.org 2.4 Writer"> <action name="Execute"> <execute> /opt/openoffice/program/soffice -writer </execute> </action> </item> </menu> <menu id="root-menu-971016" label="Internet"> <item label="aMSN"> <action name="Execute"> <execute> amsn </execute> </action> </item> <item label="Deluge Torrent"> <action name="Execute"> <execute> deluge </execute> </action> </item> <item label="Emesene"> <action name="Execute"> <execute> emesene </execute> </action> </item> <item label="Epiphany"> <action name="Execute"> <execute> epiphany </execute> </action> </item> <item label="Firefox"> <action name="Execute"> <execute> firefox3-bin </execute> </action> </item> <item label="Gajim"> <action name="Execute"> <execute> gajim </execute> </action> </item> <item label="LimeWire"> <action name="Execute"> <execute> limewire </execute> </action> </item> <item label="Pan"> <action name="Execute"> <execute> pan </execute> </action> </item> </menu> <menu id="root-menu-971017" label="Jeux"> <item label="Blackjack"> <action name="Execute"> <execute> blackjack </execute> </action> </item> <item label="Cinq ou plus"> <action name="Execute"> <execute> glines </execute> </action> </item> <item label="Frozen Bubble"> <action name="Execute"> <execute> frozen-bubble </execute> </action> </item> <item label="Jeux d'échecs"> <action name="Execute"> <execute> glchess </execute> </action> </item> <item label="Mahjongg"> <action name="Execute"> <execute> mahjongg </execute> </action> </item> <item label="Mines"> <action name="Execute"> <execute> gnomine </execute> </action> </item> <item label="Puissance 4"> <action name="Execute"> <execute> gnect </execute> </action> </item> <item label="Xmoto"> <action name="Execute"> <execute> xmoto </execute> </action> </item> </menu> <menu id="root-menu-971018" label="Multimédia"> <item label="Audacious"> <action name="Execute"> <execute> audacious </execute> </action> </item> <item label="Brasero"> <action name="Execute"> <execute> brasero </execute> </action> </item> <item label="EasyTAG"> <action name="Execute"> <execute> easytag </execute> </action> </item> <item label="GnomeBaker"> <action name="Execute"> <execute> gnomebaker </execute> </action> </item> <item label="GtkPod"> <action name="Execute"> <execute> gtkpod </execute> </action> </item> <item label="MPlayer"> <action name="Execute"> <execute> mplayer </execute> </action> </item> <item label="PyTube"> <action name="Execute"> <execute> pytube </execute> </action> </item> <item label="Sonata"> <action name="Execute"> <execute> sonata </execute> </action> </item> <item label="Totem"> <action name="Execute"> <execute> totem </execute> </action> </item> <item label="VLC"> <action name="Execute"> <execute> vlc </execute> </action> </item> <item label="WinFF"> <action name="Execute"> <execute> winff </execute> </action> </item> </menu> </menu> <menu id="root-menu-67754" label="Openbox"> <item label="Nitrogen"> <action name="Execute"> <execute> nitrogen /home/froli/Images/Wallpaper </execute> </action> </item> <item label="Obconf"> <action name="Execute"> <execute> obconf </execute> </action> </item> <item label="Obmenu"> <action name="Execute"> <execute> obmenu </execute> </action> </item> <item label="Reconfigure"> <action name="Reconfigure"/> </item> </menu> <separator/> <menu id="mpd" label="MPD" execute="python /home/froli/Documents/scripts/ob-mpd-0.3.py" /> <menu id="Python2" label="System-Info" execute="sh /home/froli/Documents/scripts/sysinfo.sh"/> <menu id="pipe-weather" label="Puyallup (WA)" execute="python ~/.config/openbox/scripts/gweather.py Puyallup" /> <separator/> <item label="Exit"> <action name="Exit"/> </item> </menu> </openbox_menu>
cat ~/.config/openbox/autostart.sh
#!/bin/bash # hsetroot -tile /home/froli/Images/Wallpaper/73999-arch_openbox.png & thunar --daemon & pypanel & sh /home/froli/.conky/conkylaunch & emesene &
Hope you'll like it
Whats the theme?
Offline
@Nikke Gtk theme is Nova-Blue (found on gnome-art) and OpenBox theme is arch.blue (found on box-look)
archlinux on Macbook Pro 10,1
Offline
http://georgiasouthern.edu/~bbenne10/sc … -thumb.png
running:
docker with glipper-old, volwheel, xpad (with modded icon), nm-applet, sonata (and MPD, of course), and lalcal
terminal (with a very poorly written - and never run - python script declaring arch's superiority)
pcmanfm (and fam as the backend)
firefox (with a LOT of customization - menuhide plugin, custom start and other not so visible hacks or mods.)
conkyrc:
xinitrc:
Xdefaults (for lalcal):
autostart.sh
openbox: Gilouche (found here)
gtk theme: Clearlooks-Gilouche (with radius set to 0.0 in the gtkrc file)If you have any questions - lemme know.
EDITED because I can't spell.
what pkg contains nm-applet ??? i found the network manager pkg wich contains nm-tool but dosen't work
Offline
gnome-network-manager.
Offline
ty, but i have a little problem with that. doesent show any icon on tray, there is a space for it, and i can click on it...better i show u
in terminal :
** (nm-applet:21047): WARNING **: <WARN> nma_dbus_init(): could not acquire its service. dbus_bus_acquire_service() says: 'Connection ":1.8" is not allowed to own the service "org.freedesktop.NetworkManagerInfo" due to security policies in the configuration file'
Offline
froli wrote:http://pix.nofrag.com/d/c/2/45e29fe7463 … ea328t.jpg
Click for full size
Running:
OpenBox Menu
Conky
PyPanel
Thunar
Sonata
Gnome-Terminalcat ~/.pypanelrc
VERSION = 2.4 BG_COLOR = "0x333333" TASK_COLOR = "0xece9e2" FOCUSED_COLOR = "0x1793D1" SHADED_COLOR = "0xece9e2" MINIMIZED_COLOR = "0x696969" DESKTOP_COLOR = "0xece9e2" CLOCK_COLOR = "0x1793D1" LINE_COLOR = "0x1793D1" TASK_SHADOW_COLOR = "0xFFFFFF" FOCUSED_SHADOW_COLOR = "0xFFFFFF" SHADED_SHADOW_COLOR = "0xFFFFFF" MINIMIZED_SHADOW_COLOR = "0xFFFFFF" DESKTOP_SHADOW_COLOR = "0xFFFFFF" CLOCK_SHADOW_COLOR = "0xFFFFFF" P_LOCATION = 1 # panel placement: 0 = top, 1 = bottom P_WIDTH = 0 # panel width: 0 = full screen width P_START = 0 # starting X coordinate of the panel P_SPACER = 15 # spacing between panel objects P_HEIGHT = 20 P_L_BUFF = 2 P_R_BUFF = 2 P_T_BUFF = 4 P_B_BUFF = 4 I_HEIGHT = 16 # application icon height I_WIDTH = 16 # application icon Width APPL_I_HEIGHT = 16 # application launcher icon height APPL_I_WIDTH = 16 # application launcher icon width TRAY_I_HEIGHT = 16 # system tray icon height TRAY_I_WIDTH = 16 # system tray icon width CLOCK_FORMAT = "%m.%d.%Y // %H:%M" CLOCK_DELAY = 20 HIDE_LIST = ["netwmpager"] HIDDEN_SIZE = 2 FONT = "Myraid Pro:size=8" SHOWALL = 0 # show windows from all desktops SHOWMINIMIZED = 0 # only show minimized windows SHADE = 1000 ABOVE = 1 # panel is always above other apps APPICONS = 1 # show application icons AUTOHIDE = 0 # autohide uses the CLOCK_DELAY timer above SHADOWS = 0 # show text shadows SHOWLINES = 0 # show object seperation lines SHOWBORDER = 0 # show a border around the panel DESKTOP_NAMES = [] # Order DESKTOP = 1 TASKS = 2 CLOCK = 5 TRAY = 4 LAUNCHER = 0 def desktopButtonEvent(pp, button): pass def taskButtonEvent(pp, button, task): if button == 1: pp.taskFocus(task) elif button == 2: task.obj.destroy() elif button == 3: pp.toggleShade(task) elif button == 4: pp.taskRaise(task, focus=1) elif button == 5: pp.taskLower(task, focus=0) def clockButtonEvent(pp, button): pp.showDesktop() def panelButtonEvent(pp, button): pass
cat ~/.config/openbox/menu.xml
<?xml version="1.0" encoding="utf-8"?> <openbox_menu xmlns="http://openbox.org/3.4/menu"> <menu id="root-menu" label="Openbox 3"> <separator label="Froli's Arch" /> <item label="Internet"> <action name="Execute"> <execute> firefox3-bin </execute> </action> </item> <item label="Calculator"> <action name="Execute"> <execute> gnome-calculator </execute> </action> </item> <item label="Terminal"> <action name="Execute"> <execute> gnome-terminal </execute> </action> </item> <separator/> <item label="Home"> <action name="Execute"> <execute> thunar /home/froli/ </execute> </action> </item> <item label="Documents"> <action name="Execute"> <execute> thunar /home/froli/Documents </execute> </action> </item> <item label="Pictures"> <action name="Execute"> <execute> thunar /home/froli/Images </execute> </action> </item> <item label="Music"> <action name="Execute"> <execute> thunar /home/froli/Musique </execute> </action> </item> <item label="Videos"> <action name="Execute"> <execute> thunar /home/froli/Vidéos </execute> </action> </item> <item label="Downloads"> <action name="Execute"> <execute> thunar /home/froli/Downloads </execute> </action> </item> <separator/> <menu id="root-menu-971013" label="Applications"> <menu id="root-menu-971014" label="Accesoires"> <item label="Cheese"> <action name="Execute"> <execute> cheese </execute> </action> </item> <item label="Gcolor2"> <action name="Execute"> <execute> gcolor2 </execute> </action> </item> <item label="GIMP"> <action name="Execute"> <execute> gimp </execute> </action> </item> <item label="GParted"> <action name="Execute"> <execute> gparted </execute> </action> </item> <item label="Leafpad"> <action name="Execute"> <execute> leafpad </execute> </action> </item> <item label="Pypar2"> <action name="Execute"> <execute> pypar2 </execute> </action> </item> <item label="Sysinfo"> <action name="Execute"> <execute> sysinfo </execute> </action> </item> <item label="Tilda"> <action name="Execute"> <execute> tilda </execute> </action> </item> <item label="Urxvt"> <action name="Execute"> <execute> urxvt </execute> </action> </item> </menu> <menu id="root-menu-971015" label="Bureautique"> <item label="OpenOffice.org 2.4 Base"> <action name="Execute"> <execute> /opt/openoffice/program/soffice -base </execute> </action> </item> <item label="OpenOffice.org 2.4 Calc"> <action name="Execute"> <execute> opt/openoffice/program/soffice -calc </execute> </action> </item> <item label="OpenOffice.org 2.4 Draw"> <action name="Execute"> <execute> /opt/openoffice/program/soffice -draw </execute> </action> </item> <item label="OpenOffice.org 2.4 Impress"> <action name="Execute"> <execute> /opt/openoffice/program/soffice -impress </execute> </action> </item> <item label="OpenOffice.org 2.4 Math"> <action name="Execute"> <execute> /opt/openoffice/program/soffice -math </execute> </action> </item> <item label="OpenOffice.org 2.4 Printer Administration"> <action name="Execute"> <execute> /opt/openoffice/program/spadmin </execute> </action> </item> <item label="OpenOffice.org 2.4 Writer"> <action name="Execute"> <execute> /opt/openoffice/program/soffice -writer </execute> </action> </item> </menu> <menu id="root-menu-971016" label="Internet"> <item label="aMSN"> <action name="Execute"> <execute> amsn </execute> </action> </item> <item label="Deluge Torrent"> <action name="Execute"> <execute> deluge </execute> </action> </item> <item label="Emesene"> <action name="Execute"> <execute> emesene </execute> </action> </item> <item label="Epiphany"> <action name="Execute"> <execute> epiphany </execute> </action> </item> <item label="Firefox"> <action name="Execute"> <execute> firefox3-bin </execute> </action> </item> <item label="Gajim"> <action name="Execute"> <execute> gajim </execute> </action> </item> <item label="LimeWire"> <action name="Execute"> <execute> limewire </execute> </action> </item> <item label="Pan"> <action name="Execute"> <execute> pan </execute> </action> </item> </menu> <menu id="root-menu-971017" label="Jeux"> <item label="Blackjack"> <action name="Execute"> <execute> blackjack </execute> </action> </item> <item label="Cinq ou plus"> <action name="Execute"> <execute> glines </execute> </action> </item> <item label="Frozen Bubble"> <action name="Execute"> <execute> frozen-bubble </execute> </action> </item> <item label="Jeux d'échecs"> <action name="Execute"> <execute> glchess </execute> </action> </item> <item label="Mahjongg"> <action name="Execute"> <execute> mahjongg </execute> </action> </item> <item label="Mines"> <action name="Execute"> <execute> gnomine </execute> </action> </item> <item label="Puissance 4"> <action name="Execute"> <execute> gnect </execute> </action> </item> <item label="Xmoto"> <action name="Execute"> <execute> xmoto </execute> </action> </item> </menu> <menu id="root-menu-971018" label="Multimédia"> <item label="Audacious"> <action name="Execute"> <execute> audacious </execute> </action> </item> <item label="Brasero"> <action name="Execute"> <execute> brasero </execute> </action> </item> <item label="EasyTAG"> <action name="Execute"> <execute> easytag </execute> </action> </item> <item label="GnomeBaker"> <action name="Execute"> <execute> gnomebaker </execute> </action> </item> <item label="GtkPod"> <action name="Execute"> <execute> gtkpod </execute> </action> </item> <item label="MPlayer"> <action name="Execute"> <execute> mplayer </execute> </action> </item> <item label="PyTube"> <action name="Execute"> <execute> pytube </execute> </action> </item> <item label="Sonata"> <action name="Execute"> <execute> sonata </execute> </action> </item> <item label="Totem"> <action name="Execute"> <execute> totem </execute> </action> </item> <item label="VLC"> <action name="Execute"> <execute> vlc </execute> </action> </item> <item label="WinFF"> <action name="Execute"> <execute> winff </execute> </action> </item> </menu> </menu> <menu id="root-menu-67754" label="Openbox"> <item label="Nitrogen"> <action name="Execute"> <execute> nitrogen /home/froli/Images/Wallpaper </execute> </action> </item> <item label="Obconf"> <action name="Execute"> <execute> obconf </execute> </action> </item> <item label="Obmenu"> <action name="Execute"> <execute> obmenu </execute> </action> </item> <item label="Reconfigure"> <action name="Reconfigure"/> </item> </menu> <separator/> <menu id="mpd" label="MPD" execute="python /home/froli/Documents/scripts/ob-mpd-0.3.py" /> <menu id="Python2" label="System-Info" execute="sh /home/froli/Documents/scripts/sysinfo.sh"/> <menu id="pipe-weather" label="Puyallup (WA)" execute="python ~/.config/openbox/scripts/gweather.py Puyallup" /> <separator/> <item label="Exit"> <action name="Exit"/> </item> </menu> </openbox_menu>
cat ~/.config/openbox/autostart.sh
#!/bin/bash # hsetroot -tile /home/froli/Images/Wallpaper/73999-arch_openbox.png & thunar --daemon & pypanel & sh /home/froli/.conky/conkylaunch & emesene &
Hope you'll like it
Whats the theme?
I ment the openbox theme
::edit:: lol sorry didnt read what you wrote
Last edited by Nikke (2008-08-01 10:31:37)
Offline
ty, but i have a little problem with that. doesent show any icon on tray, there is a space for it, and i can click on it...better i show u
http://img116.imageshack.us/img116/3299 … va7.th.pngin terminal :
** (nm-applet:21047): WARNING **: <WARN> nma_dbus_init(): could not acquire its service. dbus_bus_acquire_service() says: 'Connection ":1.8" is not allowed to own the service "org.freedesktop.NetworkManagerInfo" due to security policies in the configuration file'
This page may help http://wiki.archlinux.org/index.php/Net … her_WM.27s
archlinux on Macbook Pro 10,1
Offline