You are not logged in.
Playing something embarassing?
Offline
iphitus wrote:Playing something embarassing?
funny you notice that, but not that it's a 2.6.5 kernel and I'm using xmms... for the record the music was foo fighters who I'm not as big a fan of now
Last edited by iphitus (2008-10-07 14:00:24)
Offline
Offline
thats an awesome Jolie wall mate!
Last edited by Daisuke_Aramaki (2008-10-09 18:24:32)
"You know what I found? Right in the kernel, in the heart of the operating system, I found a developer's comment that said, `Does this belong here?`" -- Simon Lok about Linux kernel in 2005
Reflections on the Strange and the not so Strange
http://skinwalker.wordpress.com
Offline
Offline
Good choice of music there mate
Offline
Nothing special, but highly personalized. I love Openbox...
www.torresuiza.com/bikingchile/desktop_clean.jpg www.torresuiza.com/bikingchile/desktop_full.jpg
.conkyrc
background yes
cpu_avg_samples 5
net_avg_samples 5
out_to_console no
font 7x13
own_window_transparent yes
own_window_colour blue
xftalpha 1.0
update_interval 5
own_window yes
double_buffer yes
minimum_size 5 5
draw_shades no
draw_outline no
draw_borders no
stippled_borders 0
border_margin 10
border_width 2
default_color white
default_shade_color black
default_outline_color white
alignment top_left
gap_x 13
gap_y 488
use_spacer yes
no_buffers yes
uppercase no
color0 ffccaa
color1 888888
color2 cccccc
# stuff after 'TEXT' will be formatted on screen
TEXT
${color2}${time %A, %d %B %Y} ${alignr}${time %T}
${color0}SYSTEM
${color white}${hr 1}
${color1}Kernel: ${color2}$kernel ${color1}${alignr}Uptime: ${color2}$uptime
${color1}CPU : ${color2}$freq_g GHz $cpu% ${alignr}${i2c temp 2} C
${color1} ${cpugraph 15,210 ff0000 ff00ff}
${color1}RAM : ${color2}$memmax $memperc% ${membar 6}
${color1}Swap : ${color2}$swapmax $swapperc% ${swapbar 6}
${color0}DISK
${color white}${hr 1}
${color1}/ : ${color2}${fs_size /} ${fs_free_perc /} % ${fs_bar 6 /}
${color1}/home : ${color2}${fs_size /home} ${fs_free_perc /home} % ${fs_bar 6 /home}
${color1}/data : ${color2}${fs_size /mnt/data} ${fs_free_perc /mnt/data} % ${fs_bar 6 /mnt/data}
${if_mounted /mnt/sdb5}${color1}/sdb5 : ${color2}${fs_size /mnt/sdb5} ${fs_free_perc /mnt/sdb5} % ${fs_bar 6 /mnt/sdb5}${endif}
${if_mounted /mnt/sdc1}${color1}/sdc1 : ${color2}${fs_size /mnt/sdc1} ${fs_free_perc /mnt/sdc1} % ${fs_bar 6 /mnt/sdc1}${endif}
${color0}PROCESSES
${color white}${hr 1}
${color1}Processes: ${color2}$processes ${color1}Running: ${color2}$running_processes
${color1}Name PID CPU% MEM%
${color2}${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${color2}${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${color2}${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${color2}${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
${color2}${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
${color2}${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
${color0}NETWORK
${color white}${hr 1}
${color1}Down : ${color2}${downspeed eth0}kb/s${color1}${alignr}Total : ${color2}${totaldown eth0}
${color1}Up : ${color2}${upspeed eth0}kb/s${color1}${alignr}Total : ${color2}${totalup eth0}
autostart.sh
#!/bin/sh
#
# ~/.config/openbox/autostart.sh
#
# dbus
if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
eval `dbus-launch --sh-syntax --exit-with-session`
fi
# background (either feh oder pcmanfm)
feh --bg-center /home/test/.config/openbox/wallpaper_03.jpg &
#pcmanfm &
# panel and shadow
fbpanel -p test &
xcompmgr -cC -t-3 -l-5 -r5 -I0.02 -O0.03 -D4 -fF &
# start programs
conky &
emelfm2 &
sakura &
thunderbird &
menu.xml
<?xml version="1.0" encoding="UTF-8"?>
<openbox_menu xmlns="http://openbox.org/3.4/menu">
<!-- **************** menu ********************* -->
<menu id="apps-editors-menu" label="Editors">
<item label="Bluefish">
<action name="Execute"><command>bluefish</command></action>
</item>
<item label="Geany">
<action name="Execute"><command>geany</command></action>
</item>
<item label="Leafpad">
<action name="Execute"><command>leafpad</command></action>
</item>
<item label="Scite">
<action name="Execute"><command>scite</command></action>
</item>
</menu>
<!-- **************** menu ********************* -->
<menu id="apps-games-menu" label="Games">
<item label="Sauerbraten">
<action name="Execute"><command>~/Scripts/sauerbraten.sh</command></action>
</item>
</menu>
<!-- **************** menu ********************* -->
<menu id="apps-graphics-menu" label="Graphics">
<item label="Gimp">
<action name="Execute"><command>gimp</command></action>
</item>
<item label="Inkscape">
<action name="Execute"><command>inkscape</command></action>
</item>
</menu>
<!-- **************** menu ********************* -->
<menu id="apps-multimedia-menu" label="Multimedia">
<item label="Avidemux">
<action name="Execute"><command>avidemux2_gtk</command></action>
</item>
<item label="Graveman">
<action name="Execute"><command>graveman</command></action>
</item>
<item label="Mirage">
<action name="Execute"><command>mirage</command></action>
</item>
<item label="MPlayer">
<action name="Execute"><command>gmplayer</command></action>
</item>
<item label="TuxGuitar">
<action name="Execute"><command>tuxguitar</command></action>
</item>
<!-- <item label="VLC">
<action name="Execute"><command>vlc</command></action>
</item> -->
<item label="Xmms">
<action name="Execute"><command>xmms</command></action>
</item>
</menu>
<!-- **************** menu ********************* -->
<menu id="apps-net-menu" label="Internet">
<item label="Firefox">
<action name="Execute"><command>firefox</command></action>
</item>
<item label="gFTP">
<action name="Execute"><command>gftp</command></action>
</item>
<item label="Thunderbird">
<action name="Execute"><command>thunderbird</command></action>
</item>
<item label="Transmission">
<action name="Execute"><command>transmission</command></action>
</item>
<item label="XChat">
<action name="Execute"><command>xchat</command></action>
</item>
<!-- <item label="Opera">
<action name="Execute">
<prompt>yes</prompt>
<command>opera</command>
<startupnotify>
<enabled>yes</enabled>
<wmclass>Opera</wmclass>
</startupnotify>
</action>
</item> -->
</menu>
<!-- **************** menu ********************* -->
<menu id="apps-office-menu" label="Office">
<item label="Gv">
<action name="Execute"><command>gv</command></action>
</item>
<item label="OO Calc">
<action name="Execute"><command>soffice -calc</command></action>
</item>
<item label="OO Draw">
<action name="Execute"><command>soffice -draw</command></action>
</item>
<item label="OO Impress">
<action name="Execute"><command>soffice -impress</command></action>
</item>
<item label="OO Math">
<action name="Execute"><command>soffice -math</command></action>
</item>
<item label="OO Writer">
<action name="Execute"><command>soffice -writer</command></action>
</item>
<item label="Xpdf">
<action name="Execute"><command>xpdf</command></action>
</item>
</menu>
<!-- **************** menu ********************* -->
<menu id="apps-tools-menu" label="Tools">
<item label="emelFM2">
<action name="Execute"><command>emelfm2</command></action>
</item>
<item label="Galculator">
<action name="Execute"><command>galculator</command></action>
</item>
<item label="Gmrun">
<action name="Execute"><command>gmrun</command></action>
</item>
<item label="PCManFM">
<action name="Execute"><command>pcmanfm</command></action>
</item>
<item label="Sakura">
<action name="Execute"><command>sakura</command></action>
</item>
<item label="Xterm">
<action name="Execute"><command>xterm</command></action>
</item>
</menu>
<!-- **************** menu ********************* -->
<menu id="sys-config-menu" label="Configuration">
<!-- <separator /> -->
<item label="Nvidia X-Server Settings">
<action name="Execute"><command>nvidia-settings</command></action>
</item>
<item label="Openbox Configuration Manager">
<action name="Execute"><command>obconf</command></action>
</item>
<item label="Reload Openbox Config Files">
<action name="Reconfigure" />
</item>
</menu>
<!-- **************** menu ********************* -->
<menu id="sys-logout-menu" label="Logout">
<item label="Logout">
<!-- <action name="Exit" /> -->
<action name="Execute"><execute>killall openbox</execute></action>
</item>
<item label="Shutdown">
<action name="Execute"><execute>halt</execute></action>
</item>
<item label="Restart">
<action name="Execute"><execute>reboot</execute></action>
</item>
</menu>
<!-- **************** menu ********************* -->
<menu id="root-menu" label="Openbox 3">
<separator label="Applications" />
<menu id="apps-editors-menu"/>
<menu id="apps-games-menu"/>
<menu id="apps-graphics-menu"/>
<menu id="apps-net-menu"/>
<menu id="apps-multimedia-menu"/>
<menu id="apps-office-menu"/>
<menu id="apps-tools-menu"/>
<separator label="System" />
<menu id="sys-config-menu"/>
<menu id="sys-logout-menu"/>
<separator />
</menu>
</openbox_menu>
rc.xml
<?xml version="1.0" encoding="UTF-8"?>
<openbox_config xmlns="http://openbox.org/3.4/rc">
<resistance>
<strength>10</strength>
<screen_edge_strength>20</screen_edge_strength>
</resistance>
<focus>
<focusNew>yes</focusNew>
<!-- always try to focus new windows when they appear. other rules do
apply -->
<followMouse>no</followMouse>
<!-- move focus to a window when you move the mouse into it -->
<focusLast>yes</focusLast>
<!-- focus the last used window when changing desktops, instead of the one
under the mouse pointer. when followMouse is enabled -->
<underMouse>no</underMouse>
<!-- move focus under the mouse, even when the mouse is not moving -->
<focusDelay>200</focusDelay>
<!-- when followMouse is enabled, the mouse must be inside the window for
this many milliseconds (1000 = 1 sec) before moving focus to it -->
<raiseOnFocus>yes</raiseOnFocus>
<!-- when followMouse is enabled, and a window is given focus by moving the
mouse into it, also raise the window -->
</focus>
<placement>
<policy>UnderMouse</policy>
<!-- 'Smart' or 'UnderMouse' -->
<center>yes</center>
<!-- whether to place windows in the center of the free area found or
the top left corner -->
<monitor>Mouse</monitor>
<!-- with Smart placement on a multi-monitor system, try to place new windows
on: 'Any' - any monitor, 'Mouse' - where the mouse is, 'Active' - where
the active window is -->
</placement>
<theme>
<name>SublimeWhite</name>
<titleLayout>NLIMC</titleLayout>
<!--
available characters are NDSLIMC, each can occur at most once.
N: window icon
L: window label (AKA title).
I: iconify
M: maximize
C: close
S: shade (roll up/down)
D: omnipresent (on all desktops).
-->
<keepBorder>yes</keepBorder>
<animateIconify>yes</animateIconify>
<font place="ActiveWindow">
<name>sans</name>
<size>10</size>
<!-- font size in points -->
<weight>bold</weight>
<!-- 'bold' or 'normal' -->
<slant>normal</slant>
<!-- 'italic' or 'normal' -->
</font>
<font place="InactiveWindow">
<name>sans</name>
<size>10</size>
<!-- font size in points -->
<weight>bold</weight>
<!-- 'bold' or 'normal' -->
<slant>normal</slant>
<!-- 'italic' or 'normal' -->
</font>
<font place="MenuHeader">
<name>Sans</name>
<size>9</size>
<!-- font size in points -->
<weight>Bold</weight>
<!-- 'bold' or 'normal' -->
<slant>Normal</slant>
<!-- 'italic' or 'normal' -->
</font>
<font place="MenuItem">
<name>sans</name>
<size>9</size>
<!-- font size in points -->
<weight>normal</weight>
<!-- 'bold' or 'normal' -->
<slant>normal</slant>
<!-- 'italic' or 'normal' -->
</font>
<font place="OnScreenDisplay">
<name>sans</name>
<size>9</size>
<!-- font size in points -->
<weight>bold</weight>
<!-- 'bold' or 'normal' -->
<slant>normal</slant>
<!-- 'italic' or 'normal' -->
</font>
</theme>
<desktops>
<!-- this stuff is only used at startup, pagers allow you to change them
during a session
these are default values to use when other ones are not already set
by other applications, or saved in your session
use obconf if you want to change these without having to log out
and back in -->
<number>4</number>
<firstdesk>1</firstdesk>
<names>
<!-- set names up here if you want to, like this:
<name>desktop 1</name>
<name>desktop 2</name>
-->
<name>1</name>
<name>2</name>
<name>3</name>
<name>4</name>
</names>
<popupTime>875</popupTime>
<!-- The number of milliseconds to show the popup for when switching
desktops. Set this to 0 to disable the popup. -->
</desktops>
<resize>
<drawContents>no</drawContents>
<popupShow>Nonpixel</popupShow>
<!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) -->
<popupPosition>Center</popupPosition>
<!-- 'Center', 'Top', or 'Fixed' -->
<popupFixedPosition>
<!-- these are used if popupPosition is set to 'Fixed' -->
<x>10</x>
<!-- positive number for distance from left edge, negative number for
distance from right edge, or 'Center' -->
<y>10</y>
<!-- positive number for distance from top edge, negative number for
distance from bottom edge, or 'Center' -->
</popupFixedPosition>
</resize>
<!-- You can reserve a portion of your screen where windows will not cover when
they are maximized, or when they are initially placed.
Many programs reserve space automatically, but you can use this in other
cases. -->
<margins>
<top>0</top>
<bottom>2</bottom>
<left>0</left>
<right>0</right>
</margins>
<dock>
<position>TopRight</position>
<!-- (Top|Bottom)(Left|Right|)|Top|Bottom|Left|Right|Floating -->
<floatingX>0</floatingX>
<floatingY>0</floatingY>
<noStrut>no</noStrut>
<stacking>Above</stacking>
<!-- 'Above', 'Normal', or 'Below' -->
<direction>Horizontal</direction>
<!-- 'Vertical' or 'Horizontal' -->
<autoHide>no</autoHide>
<hideDelay>300</hideDelay>
<!-- in milliseconds (1000 = 1 second) -->
<showDelay>300</showDelay>
<!-- in milliseconds (1000 = 1 second) -->
<moveButton>Middle</moveButton>
<!-- 'Left', 'Middle', 'Right' -->
</dock>
<keyboard>
<chainQuitKey>C-g</chainQuitKey>
<!-- Keybindings for desktop switching -->
<keybind key="C-A-Left">
<action name="DesktopLeft">
<dialog>no</dialog>
<wrap>no</wrap>
</action>
</keybind>
<keybind key="C-A-Right">
<action name="DesktopRight">
<dialog>no</dialog>
<wrap>no</wrap>
</action>
</keybind>
<keybind key="C-A-Up">
<action name="DesktopUp">
<dialog>no</dialog>
<wrap>no</wrap>
</action>
</keybind>
<keybind key="C-A-Down">
<action name="DesktopDown">
<dialog>no</dialog>
<wrap>no</wrap>
</action>
</keybind>
<keybind key="S-A-Left">
<action name="SendToDesktopLeft">
<dialog>no</dialog>
<wrap>no</wrap>
</action>
</keybind>
<keybind key="S-A-Right">
<action name="SendToDesktopRight">
<dialog>no</dialog>
<wrap>no</wrap>
</action>
</keybind>
<keybind key="S-A-Up">
<action name="SendToDesktopUp">
<dialog>no</dialog>
<wrap>no</wrap>
</action>
</keybind>
<keybind key="S-A-Down">
<action name="SendToDesktopDown">
<dialog>no</dialog>
<wrap>no</wrap>
</action>
</keybind>
<keybind key="W-F1">
<action name="Desktop">
<desktop>1</desktop>
</action>
</keybind>
<keybind key="W-F2">
<action name="Desktop">
<desktop>2</desktop>
</action>
</keybind>
<keybind key="W-F3">
<action name="Desktop">
<desktop>3</desktop>
</action>
</keybind>
<keybind key="W-F4">
<action name="Desktop">
<desktop>4</desktop>
</action>
</keybind>
<keybind key="W-d">
<action name="ToggleShowDesktop"/>
</keybind>
<!-- Keybindings for windows -->
<keybind key="A-F4">
<action name="Close"/>
</keybind>
<keybind key="A-Escape">
<action name="Lower"/>
<action name="FocusToBottom"/>
<action name="Unfocus"/>
</keybind>
<keybind key="A-space">
<action name="ShowMenu">
<menu>client-menu</menu>
</action>
</keybind>
<!-- Keybindings for window switching -->
<keybind key="A-Tab">
<action name="NextWindow"/>
</keybind>
<keybind key="A-S-Tab">
<action name="PreviousWindow"/>
</keybind>
<keybind key="C-A-Tab">
<action name="NextWindow">
<panels>yes</panels>
<desktop>yes</desktop>
</action>
</keybind>
<!-- Keybindings for running applications -->
<!-- <keybind key="W-e">
<action name="Execute">
<startupnotify>
<enabled>true</enabled>
<name>Konqueror</name>
</startupnotify>
<command>kfmclient openProfile filemanagement</command>
</action>
</keybind> -->
<keybind key="C-S-a">
<action name="Execute">
<command>avidemux2_gtk</command>
</action>
</keybind>
<keybind key="C-S-b">
<action name="Execute">
<command>bluefish</command>
</action>
</keybind>
<keybind key="C-S-c">
<action name="Execute">
<command>soffice -calc</command>
</action>
</keybind>
<keybind key="C-S-d">
<action name="Execute">
<command>thunderbird</command>
</action>
</keybind>
<keybind key="C-S-e">
<action name="Execute">
<command>emelfm2</command>
</action>
</keybind>
<keybind key="C-S-f">
<action name="Execute">
<command>firefox</command>
</action>
</keybind>
<keybind key="C-S-g">
<action name="Execute">
<command>gimp</command>
</action>
</keybind>
<keybind key="C-S-h">
<action name="Execute">
<command>xchat</command>
</action>
</keybind>
<keybind key="C-S-i">
<action name="Execute">
<command>inkscape</command>
</action>
</keybind>
<keybind key="C-S-j">
<action name="Execute">
<command>galculator</command>
</action>
</keybind>
<keybind key="C-S-k">
<action name="Execute">
<command>sakura</command>
</action>
</keybind>
<keybind key="C-S-l">
<action name="Execute">
<command>leafpad</command>
</action>
</keybind>
<keybind key="C-S-m">
<action name="Execute">
<command>mirage</command>
</action>
</keybind>
<keybind key="C-S-n">
<action name="Execute">
<command>~/Scripts/sauerbraten.sh</command>
</action>
</keybind>
<keybind key="C-S-o">
<!-- <action name="Reconfigure" /> -->
<action name="ShowMenu">
<menu>root-menu</menu>
</action>
</keybind>
<keybind key="C-S-p">
<action name="Execute">
<command>gmplayer</command>
</action>
</keybind>
<keybind key="C-S-q">
<action name="Execute">
<command>gftp</command>
</action>
</keybind>
<keybind key="C-S-r">
<action name="Execute">
<command>gmrun</command>
</action>
</keybind>
<keybind key="C-S-s">
<action name="Execute">
<command>scite</command>
</action>
</keybind>
<keybind key="C-S-t">
<action name="Execute">
<command>transmission</command>
</action>
</keybind>
<keybind key="C-S-u">
<action name="Execute">
<command>tuxguitar</command>
</action>
</keybind>
<keybind key="C-S-v">
<action name="Execute">
<command>graveman</command>
</action>
</keybind>
<keybind key="C-S-w">
<action name="Execute">
<command>soffice -writer</command>
</action>
</keybind>
<keybind key="C-S-x">
<action name="Execute">
<command>xarchiver</command>
</action>
</keybind>
<keybind key="C-S-y">
<action name="Execute">
<command>geany</command>
</action>
</keybind>
<keybind key="C-S-z">
<action name="Execute">
<command>xmms</command>
</action>
</keybind>
</keyboard>
<mouse>
<dragThreshold>8</dragThreshold>
<!-- number of pixels the mouse must move before a drag begins -->
<doubleClickTime>200</doubleClickTime>
<!-- in milliseconds (1000 = 1 second) -->
<screenEdgeWarpTime>0</screenEdgeWarpTime>
<!-- Time before changing desktops when the pointer touches the edge of the
screen while moving a window, in milliseconds (1000 = 1 second).
Set this to 0 to disable warping -->
<context name="Frame">
<mousebind button="A-Left" action="Press">
<action name="Focus"/>
<action name="Raise"/>
</mousebind>
<mousebind button="A-Left" action="Click">
<action name="Unshade"/>
</mousebind>
<mousebind button="A-Left" action="Drag">
<action name="Move"/>
</mousebind>
<mousebind button="A-Right" action="Press">
<action name="Focus"/>
<action name="Raise"/>
<action name="Unshade"/>
</mousebind>
<mousebind button="A-Right" action="Drag">
<action name="Resize"/>
</mousebind>
<mousebind button="A-Middle" action="Press">
<action name="Lower"/>
<action name="FocusToBottom"/>
<action name="Unfocus"/>
</mousebind>
<mousebind button="A-Up" action="Click">
<action name="DesktopPrevious"/>
</mousebind>
<mousebind button="A-Down" action="Click">
<action name="DesktopNext"/>
</mousebind>
<mousebind button="C-A-Up" action="Click">
<action name="DesktopPrevious"/>
</mousebind>
<mousebind button="C-A-Down" action="Click">
<action name="DesktopNext"/>
</mousebind>
<mousebind button="A-S-Up" action="Click">
<action name="SendToDesktopPrevious"/>
</mousebind>
<mousebind button="A-S-Down" action="Click">
<action name="SendToDesktopNext"/>
</mousebind>
</context>
<context name="Titlebar">
<mousebind button="Left" action="Press">
<action name="Focus"/>
<action name="Raise"/>
</mousebind>
<mousebind button="Left" action="Drag">
<action name="Move"/>
</mousebind>
<mousebind button="Left" action="DoubleClick">
<action name="ToggleMaximizeFull"/>
</mousebind>
<mousebind button="Middle" action="Press">
<action name="Lower"/>
<action name="FocusToBottom"/>
<action name="Unfocus"/>
</mousebind>
<mousebind button="Up" action="Click">
<action name="Shade"/>
<action name="FocusToBottom"/>
<action name="Unfocus"/>
<action name="Lower"/>
</mousebind>
<mousebind button="Down" action="Click">
<action name="Unshade"/>
<action name="Raise"/>
</mousebind>
<mousebind button="Right" action="Press">
<action name="Focus"/>
<action name="Raise"/>
<action name="ShowMenu">
<menu>client-menu</menu>
</action>
</mousebind>
</context>
<context name="Top">
<mousebind button="Left" action="Press">
<action name="Focus"/>
<action name="Raise"/>
<action name="Unshade"/>
</mousebind>
<mousebind button="Left" action="Drag">
<action name="Resize">
<edge>top</edge>
</action>
</mousebind>
</context>
<context name="Left">
<mousebind button="Left" action="Press">
<action name="Focus"/>
<action name="Raise"/>
</mousebind>
<mousebind button="Left" action="Drag">
<action name="Resize">
<edge>left</edge>
</action>
</mousebind>
</context>
<context name="Right">
<mousebind button="Left" action="Press">
<action name="Focus"/>
<action name="Raise"/>
</mousebind>
<mousebind button="Left" action="Drag">
<action name="Resize">
<edge>right</edge>
</action>
</mousebind>
</context>
<context name="Bottom">
<mousebind button="Left" action="Press">
<action name="Focus"/>
<action name="Raise"/>
</mousebind>
<mousebind button="Left" action="Drag">
<action name="Resize">
<edge>bottom</edge>
</action>
</mousebind>
<mousebind button="Middle" action="Press">
<action name="Lower"/>
<action name="FocusToBottom"/>
<action name="Unfocus"/>
</mousebind>
<mousebind button="Right" action="Press">
<action name="Focus"/>
<action name="Raise"/>
<action name="ShowMenu">
<menu>client-menu</menu>
</action>
</mousebind>
</context>
<context name="BLCorner">
<mousebind button="Left" action="Press">
<action name="Focus"/>
<action name="Raise"/>
</mousebind>
<mousebind button="Left" action="Drag">
<action name="Resize"/>
</mousebind>
</context>
<context name="BRCorner">
<mousebind button="Left" action="Press">
<action name="Focus"/>
<action name="Raise"/>
</mousebind>
<mousebind button="Left" action="Drag">
<action name="Resize"/>
</mousebind>
</context>
<context name="TLCorner">
<mousebind button="Left" action="Press">
<action name="Focus"/>
<action name="Raise"/>
<action name="Unshade"/>
</mousebind>
<mousebind button="Left" action="Drag">
<action name="Resize"/>
</mousebind>
</context>
<context name="TRCorner">
<mousebind button="Left" action="Press">
<action name="Focus"/>
<action name="Raise"/>
<action name="Unshade"/>
</mousebind>
<mousebind button="Left" action="Drag">
<action name="Resize"/>
</mousebind>
</context>
<context name="Client">
<mousebind button="Left" action="Press">
<action name="Focus"/>
<action name="Raise"/>
</mousebind>
<mousebind button="Middle" action="Press">
<action name="Focus"/>
<action name="Raise"/>
</mousebind>
<mousebind button="Right" action="Press">
<action name="Focus"/>
<action name="Raise"/>
</mousebind>
</context>
<context name="Icon">
<mousebind button="Left" action="Press">
<action name="Focus"/>
<action name="Raise"/>
<action name="Unshade"/>
<action name="ShowMenu">
<menu>client-menu</menu>
</action>
</mousebind>
<mousebind button="Right" action="Press">
<action name="Focus"/>
<action name="Raise"/>
<action name="ShowMenu">
<menu>client-menu</menu>
</action>
</mousebind>
</context>
<context name="AllDesktops">
<mousebind button="Left" action="Press">
<action name="Focus"/>
<action name="Raise"/>
<action name="Unshade"/>
</mousebind>
<mousebind button="Left" action="Click">
<action name="ToggleOmnipresent"/>
</mousebind>
</context>
<context name="Shade">
<mousebind button="Left" action="Press">
<action name="Focus"/>
<action name="Raise"/>
</mousebind>
<mousebind button="Left" action="Click">
<action name="ToggleShade"/>
</mousebind>
</context>
<context name="Iconify">
<mousebind button="Left" action="Press">
<action name="Focus"/>
<action name="Raise"/>
</mousebind>
<mousebind button="Left" action="Click">
<action name="Iconify"/>
</mousebind>
</context>
<context name="Maximize">
<mousebind button="Left" action="Press">
<action name="Focus"/>
<action name="Raise"/>
<action name="Unshade"/>
</mousebind>
<mousebind button="Middle" action="Press">
<action name="Focus"/>
<action name="Raise"/>
<action name="Unshade"/>
</mousebind>
<mousebind button="Right" action="Press">
<action name="Focus"/>
<action name="Raise"/>
<action name="Unshade"/>
</mousebind>
<mousebind button="Left" action="Click">
<action name="ToggleMaximizeFull"/>
</mousebind>
<mousebind button="Middle" action="Click">
<action name="ToggleMaximizeVert"/>
</mousebind>
<mousebind button="Right" action="Click">
<action name="ToggleMaximizeHorz"/>
</mousebind>
</context>
<context name="Close">
<mousebind button="Left" action="Press">
<action name="Focus"/>
<action name="Raise"/>
<action name="Unshade"/>
</mousebind>
<mousebind button="Left" action="Click">
<action name="Close"/>
</mousebind>
</context>
<context name="Desktop">
<mousebind button="Up" action="Click">
<action name="DesktopPrevious"/>
</mousebind>
<mousebind button="Down" action="Click">
<action name="DesktopNext"/>
</mousebind>
<mousebind button="A-Up" action="Click">
<action name="DesktopPrevious"/>
</mousebind>
<mousebind button="A-Down" action="Click">
<action name="DesktopNext"/>
</mousebind>
<mousebind button="C-A-Up" action="Click">
<action name="DesktopPrevious"/>
</mousebind>
<mousebind button="C-A-Down" action="Click">
<action name="DesktopNext"/>
</mousebind>
<mousebind button="Left" action="Press">
<action name="Focus"/>
<action name="Raise"/>
</mousebind>
<mousebind button="Right" action="Press">
<action name="Focus"/>
<action name="Raise"/>
</mousebind>
</context>
<context name="Root">
<!-- Menus -->
<mousebind button="Middle" action="Press">
<action name="ShowMenu">
<menu>client-list-combined-menu</menu>
</action>
</mousebind>
<mousebind button="Right" action="Press">
<action name="ShowMenu">
<menu>root-menu</menu>
</action>
</mousebind>
</context>
<context name="MoveResize">
<mousebind button="Up" action="Click">
<action name="DesktopPrevious"/>
</mousebind>
<mousebind button="Down" action="Click">
<action name="DesktopNext"/>
</mousebind>
<mousebind button="A-Up" action="Click">
<action name="DesktopPrevious"/>
</mousebind>
<mousebind button="A-Down" action="Click">
<action name="DesktopNext"/>
</mousebind>
</context>
</mouse>
<menu>
<!-- You can specify more than one menu file in here and they are all loaded,
just don't make menu ids clash or, well, it'll be kind of pointless -->
<!-- default menu file (or custom one in $HOME/.config/openbox/) -->
<file>menu.xml</file>
<hideDelay>200</hideDelay>
<!-- if a press-release lasts longer than this setting (in milliseconds), the
menu is hidden again -->
<middle>no</middle>
<!-- center submenus vertically about the parent entry -->
<submenuShowDelay>100</submenuShowDelay>
<!-- this one is easy, time to delay before showing a submenu after hovering
over the parent entry -->
<applicationIcons>yes</applicationIcons>
<!-- controls if icons appear in the client-list-(combined-)menu -->
<manageDesktops>yes</manageDesktops>
<!-- show the manage desktops section in the client-list-(combined-)menu -->
</menu>
<applications>
<!--
# this is an example with comments through out. use these to make your
# own rules, but without the comments of course.
<application name="first element of window's WM_CLASS property (see xprop)"
class="second element of window's WM_CLASS property (see xprop)"
role="the window's WM_WINDOW_ROLE property (see xprop)"
type="the window's _NET_WM_WINDOW_TYPE (if unspecified, then
it is dialog for child windows)">
# the name or the class can be set, or both. this is used to match
# windows when they appear. role can optionally be set as well, to
# further restrict your matches.
# the name, class, and role use simple wildcard matching such as those
# used by a shell. you can use * to match any characters and ? to match
# any single character.
# the type is one of: normal, dialog, splash, utility, menu, toolbar, dock,
# or desktop
# when multiple rules match a window, they will all be applied, in the
# order that they appear in this list
# each element can be left out or set to 'default' to specify to not
# change that attribute of the window
<decor>yes</decor>
# enable or disable window decorations
<shade>no</shade>
# make the window shaded when it appears, or not
<position force="no">
# the position is only used if both an x and y coordinate are provided
# (and not set to 'default')
# when force is "yes", then the window will be placed here even if it
# says you want it placed elsewhere. this is to override buggy
# applications who refuse to behave
<x>center</x>
# a number like 50, or 'center' to center on screen. use a negative number
# to start from the right (or bottom for <y>), ie -50 is 50 pixels from the
# right edge (or bottom).
<y>200</y>
<monitor>1</monitor>
# specifies the monitor in a xinerama setup.
# 1 is the first head, or 'mouse' for wherever the mouse is
</position>
<focus>yes</focus>
# if the window should try be given focus when it appears. if this is set
# to yes it doesn't guarantee the window will be given focus. some
# restrictions may apply, but Openbox will try to
<desktop>1</desktop>
# 1 is the first desktop, 'all' for all desktops
<layer>normal</layer>
# 'above', 'normal', or 'below'
<iconic>no</iconic>
# make the window iconified when it appears, or not
<skip_pager>no</skip_pager>
# asks to not be shown in pagers
<skip_taskbar>no</skip_taskbar>
# asks to not be shown in taskbars. window cycling actions will also
# skip past such windows
<fullscreen>yes</fullscreen>
# make the window in fullscreen mode when it appears
<maximized>true</maximized>
# 'Horizontal', 'Vertical' or boolean (yes/no)
</application>
# end of the example
-->
<application class="Conky">
<decor>no</decor>
<skip_taskbar>yes</skip_taskbar>
<skip_pager>yes</skip_pager>
<desktop>1</desktop>
</application>
<application class="Sakura">
<focus>yes</focus>
<desktop>all</desktop>
</application>
<application class="emelfm2">
<focus>yes</focus>
<desktop>1</desktop>
</application>
<application class="Scite">
<focus>yes</focus>
<desktop>1</desktop>
</application>
<application class="Thunderbird-bin">
<desktop>2</desktop>
</application>
<application class="Transmission">
<desktop>2</desktop>
</application>
<application class="Gran Paradiso">
<desktop>2</desktop>
</application>
<application class="gFTP*">
<desktop>2</desktop>
</application>
<application class="Xchat">
<desktop>2</desktop>
</application>
</applications>
</openbox_config>
fbpanel
# fbpanel <profile> config file
# see http://fbpanel.sf.net/docs.html for complete configuration guide
Global {
# edge: none, left, right, top, bottom
Edge = bottom
# allign: none, left, right, center
Allign = center
# widthtype: none, request, pixel, percent
WidthType = percent
Width = 100
# heighttype: none, pixel
HeightType = pixel
Height = 30
Spacing = 0
Margin = 0
# SetDockType: true, false
SetDockType = true
# SetPartialStrut: true, false
SetPartialStrut = false
# RoundCorners: true, false
RoundCorners = true
# autohide: true, false
Autohide = true
HeightWhenHidden = 2
# Transparent: true, false
Transparent = true
Alpha = 125
TintColor = #000000
}
# Plugins
# type: cpu - cpu usage
# dclock - digital clock
# deskno
# icons
# image - just shows an image
# launchbar - bar with launch buttons
# menu - menu
# separator - visual separator
# space - just seize space
# taskbar - lists all opened windows (tasks)
# tclock - text clock
# tray - tray for docklets
# wincmd - 'show desktop' button
# expand: (optional), true, false
# padding: (optional), integer value
# border: (optional), integer value
Plugin {
type = space
config {
size = 5
}
}
Plugin {
type = menu
config {
image = /usr/share/icons/Tango/32x32/devices/system.png
# systemmenu {
# }
# menu {
# image =
# name =
# icon =
# }
# item {
# image =
# name =
# icon =
# action =
# command =
# }
# separator {
# }
# include {
# }
menu {
name = Editors
image = /usr/share/icons/Tango/24x24/apps/text-editor.png
item {
name = Bluefish
image = /usr/share/pixmaps/bluefish-icon.png
action = bluefish
}
item {
name = Geany
image = /usr/share/pixmaps/geany.png
action = geany
}
item {
name = Leafpad
image = /usr/share/icons/hicolor/24x24/apps/leafpad.png
action = leafpad
}
item {
name = Scite
image = /usr/share/pixmaps/Sci48M.png
action = scite
}
}
menu {
name = Games
image = /usr/share/icons/Tango/24x24/categories/applications-games.png
item {
name = Sauerbraten
image = /usr/share/icons/hicolor/128x128/apps/sauerbraten.png
action = ~/Scripts/sauerbraten.sh
}
}
menu {
name = Graphics
image = /usr/share/icons/Tango/24x24/categories/applications-graphics.png
item {
name = Gimp
image = /usr/share/icons/hicolor/32x32/apps/gimp.png
action = gimp
}
item {
name = Inkscape
image = /usr/share/pixmaps/inkscape.png
action = inkscape
}
}
menu {
name = Internet
image = /usr/share/icons/Tango/24x24/categories/applications-internet.png
item {
name = Firefox
image = /usr/share/pixmaps/firefox.png
action = firefox
}
item {
name = gFTP
image = /usr/share/pixmaps/gftp.png
action = gftp
}
item {
name = Thunderbird
image = /usr/share/pixmaps/thunderbird.png
action = thunderbird
}
item {
name = Transmission
image = /usr/share/pixmaps/transmission.png
action = transmission
}
item {
name = XChat
image = /usr/share/pixmaps/xchat.png
action = xchat
}
}
menu {
name = Multimedia
image = /usr/share/icons/Tango/24x24/categories/applications-multimedia.png
item {
name = Avidemux
image = /usr/share/pixmaps/avidemux.png
action = avidemux2_gtk
}
item {
name = Graveman
image = /usr/share/pixmaps/graveman48.png
action = graveman
}
item {
name = Mirage
image = /usr/share/pixmaps/mirage.png
action = gmplayer
}
item {
name = MPlayer
image = /usr/share/mplayer/skins/default/icons/icon32x32.png
action = gmplayer
}
item {
name = TuxGuitar
image = /usr/share/tuxguitar/share/skins/Lavender/logo.png
action = tuxguitar
}
# item {
# name = VLC
# image = /usr/share/vlc/vlc32x32.png
# action = vlc
# }
item {
name = Xmms
image = /home/test/.icons/xmms.png
action = xmms
}
}
menu {
name = Office
image = /usr/share/icons/Tango/24x24/categories/applications-office.png
item {
name = GV
image = /usr/share/pixmaps/gv.xpm
action = gv
}
item {
name = OO Calc
image = /usr/share/icons/hicolor/32x32/apps/ooocalc.png
action = soffice -calc
}
item {
name = OO Draw
image = /usr/share/icons/hicolor/32x32/apps/draw.png
action = soffice -draw
}
item {
name = OO Impress
image = /usr/share/icons/hicolor/32x32/apps/impress.png
action = soffice -impress
}
item {
name = OO Math
image = /usr/share/icons/hicolor/32x32/apps/math.png
action = soffice -math
}
item {
name = OO Writer
image = /usr/share/icons/hicolor/32x32/apps/writer.png
action = soffice -writer
}
item {
name = Xpdf
image = /usr/share/pixmaps/xpdf.xpm
action = xpdf
}
}
menu {
name = Tools
image = /usr/share/icons/Tango/24x24/categories/applications-accessories.png
item {
name = emelFM2
image = /usr/share/pixmaps/emelfm2.png
action = emelfm2
}
item {
name = Galculator
image = /usr/share/pixmaps/galculator/galculator_48x48.png
action = galculator
}
item {
name = Gmrun
image = /usr/share/icons/Tango/24x24/emblems/emblem-system.png
action = gmrun
}
item {
name = PCManFM
image = /usr/share/pixmaps/pcmanfm.png
action = pcmanfm
}
item {
name = Sakura
image = /usr/share/icons/Tango/24x24/apps/terminal.png
action = sakura
}
item {
name = XArchiver
image = /usr/share/icons/hicolor/24x24/apps/xarchiver.png
action = xarchiver
}
item {
name = Xterm
image = /usr/share/icons/Tango/24x24/apps/terminal.png
action = xterm
}
}
separator {
}
menu {
name = Configuration
image = /usr/share/icons/Tango/24x24/categories/preferences-system.png
item {
name = Nvidia X-Server Settings
image = /usr/share/pixmaps/nvidia-settings.png
action = nvidia-settings
}
item {
name = Openbox Configuration Manager
image = /usr/share/pixmaps/obconf.png
action = obconf
}
item {
name =
action =
}
}
menu {
name = Logout
image = /usr/share/icons/Tango/24x24/actions/exit.png
item {
name = Logout
action = killall openbox
}
item {
name = Shutdown
action = halt
}
item {
name = Reboot
action = reboot
}
}
}
}
Plugin {
type = space
config {
size = 15
}
}
Plugin {
type = launchbar
config {
button {
image = /usr/share/icons/Tango/32x32/apps/terminal.png
tooltip = Terminal
action = sakura
}
button {
image = /usr/share/icons/Tango/32x32/apps/file-manager.png
tooltip = File manager
action = emelfm2
}
button {
image = /usr/share/icons/Tango/32x32/apps/text-editor.png
tooltip = Text Editor
action = scite
}
button {
image = /usr/share/icons/Tango/32x32/apps/web-browser.png
tooltip = Web browser
action = firefox
}
button {
image = /usr/share/icons/Tango/32x32/apps/internet-mail.png
tooltip = Email
action = thunderbird
}
}
}
Plugin {
type = space
config {
size = 15
}
}
Plugin {
type = wincmd
config {
# icon =
image = /usr/share/icons/Tango/32x32/places/desktop.png
tooltip = Show desktop
}
}
Plugin {
type = space
config {
size = 15
}
}
Plugin {
type = pager
config {
showwallpaper = true
}
}
Plugin {
type = icons
config {
DefaultIcon = /usr/share/fbpanel/images/default.xpm
application {
# icon =
image = /usr/share/icons/Tango/32x32/apps/terminal.png
# AppName =
ClassName = XTerm
}
}
}
Plugin {
type = space
config {
size = 15
}
}
Plugin {
type = taskbar
expand = true
config {
tooltips = true
IconsOnly = true
AcceptSkipPager = false
ShowIconified = true
ShowMapped = true
ShowAllDesks = true
MaxTaskWidth = 50
spacing = 0
UseMouseWheel = 0
UseUrgencyHint = 0
}
}
#Plugin {
# type = cpu
#}
#Plugin {
# type = deskno
#}
#Plugin {
# type = image
# config {
# image =
# tooltip =
# }
#}
#Plugin {
# type = tray
#}
Plugin {
type = launchbar
config {
button {
image = /usr/share/icons/Tango/32x32/status/audio-volume-high.png
tooltip = Audio volume
action = xterm -e alsamixer
}
}
}
Plugin {
type = dclock
config {
ClockFmt = %R
TooltipFmt = %A %x
# Action = xmessage Please define some command &
}
}
Don't panic!
Offline
This is mine. I love openbox.
Nice wallpaper! Mind sharing it?
You should try this Openbox theme. I turned the arch.blue theme to green and named it arch.green.
Enjoy
archlinux on Macbook Pro 10,1
Offline
Nice wallpaper! Mind sharing it?
You should try this Openbox theme. I turned the arch.blue theme to green and named it arch.green.
Enjoy
Here you are. Thank you for the arch.green theme.
Offline
This is mine. I love openbox.
whats that icon theme?
He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.
Douglas Adams
Offline
ArchArael wrote:This is mine. I love openbox.
whats that icon theme?
The icon theme is OxygenRefit2-green.
You can download it from here http://www.gnome-look.org/content/show. … tent=84683.
Offline
New for this month,
babypuncher wrote:http://img512.imageshack.us/img512/4006/sstva1.png
Details on DA.
Mind sharing your .pypanelrc?
Thx.
Offline
This is mine. I love openbox.
Would you mind sharing your conky info it looks really nice.
Offline
wimac, do you know how to configure Docker's background color and outline?
Offline
babypuncher wrote:New for this month,
babypuncher wrote:http://img512.imageshack.us/img512/4006/sstva1.png
Details on DA.
Mind sharing your .pypanelrc?
Thx.
Offline
@MarCustomized: Nice desktop!
Segmentation fault (core dumped)
Offline
Made some extra conky configuration since I wanted some mpd-info on the desktop.
Openbox theme: Onyx-black
Programs: tint2, conky, trayer, urxvt, mpd/mpc/ncmpcpp...
Horizontal conky:
background no
use_xft yes
# Xft font when Xft is enabled
xftfont Sans:size=7
xftalpha 1
# MPD host/port
mpd_host localhost
mpd_port 6600
mail_spool $MAIL
update_interval 1.0
total_run_times 0
own_window yes
own_window_type desktop
own_window_transparent yes
own_window_colour black
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 1279 3
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders yes
stippled_borders 0
border_margin 0
border_width 1
# Default colors and also border colors
default_color 830e0e
default_shade_color white
default_outline_color 830e0e
# Text alignment, other possible values are commented
#alignment top_left
#alignment top_right
#alignment bottom_left
#alignment bottom_right
#alignment none
gap_x 0
gap_y 25
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale no
use_spacer right
TEXT
${color 7b3205}${offset 154}root ${fs_free /}/${fs_size /}${offset 35}home ${fs_free /home}/${fs_size /home}${offset 35}adolf ${fs_free /media/adolf}/${fs_size /media/adolf}${offset 35}josef ${fs_free /media/josef}/${fs_size /media/josef}${offset 75}MPD: $mpd_smart [$mpd_elapsed / $mpd_length]
${hr}
Corner conky:
background no
use_xft yes
# Xft font when Xft is enabled
xftfont Sans:size=7
xftalpha 1
# MPD host/port
mpd_host localhost
mpd_port 6600
mail_spool $MAIL
update_interval 1.0
total_run_times 0
own_window yes
own_window_type desktop
own_window_transparent yes
own_window_colour black
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 3 3
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders yes
stippled_borders 0
border_margin 0
border_width 1
# Default colors and also border colors
default_color 830e0e
default_shade_color white
default_outline_color 830e0e
# Text alignment, other possible values are commented
#alignment top_left
#alignment top_right
#alignment bottom_left
#alignment bottom_right
#alignment none
gap_x 10
gap_y 0
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale no
use_spacer right
TEXT
cpu: ${cpu}%
mem: ${memperc}%
vanum est vobis ante lucem surgere
Offline
ArchArael wrote:This is mine. I love openbox.
Would you mind sharing your conky info it looks really nice.
Thank you. here you are:
background yes
double_buffer yes
update_interval 1.0
total_run_times 0
own_window yes
own_window_type desktop
own_window_transparent yes
use_xft yes
xftfont Sans:size=9
xftalpha 0.1
default_color white
color1 666666
color2 0066c5
alignment top_left
minimum_size 180
maximum_width 260
gap_x 10
gap_y 10
TEXT
${font Sans:size=36}${time %T}${font}
${color2}${font Sans:size=23}${time %a %D}${font}
${color1}Up: ${color}${uptime_short}
${color1}AC: ${color}${acpiacadapter} ${color1}Battery: ${color}${battery_percent}%
${color1}Arch: ${color}${fs_free_perc /}% ${color2}(${fs_free /} / ${fs_size /})
${color1}Home: ${color}${fs_free_perc /home}% ${color2}(${fs_free /home} / ${fs_size /home})
${color1}RAM: ${color}${memperc}% ${color2}(${mem} / ${memmax})
${color1}Temperature: ${color}${acpitemp} °C
${color1}CPU0: ${color}${cpu cpu0}% ${alignr}${color1}CPU1: ${color}${cpu cpu1}%
${color}${cpugraph 20,120 104E8B 0077ff}${alignr}${color}${alignr}${cpugraph 20,120 104E8B 0077ff}
${voffset 8}${color1}IP: ${color}${addr eth0}
${voffset 8}${color2}Down:$color ${downspeed eth0} KiB/s${color2} ${alignr}Up:$color ${upspeed eth0} KiB/s
${downspeedgraph eth0 20,120 104E8B 0077ff} $alignr${upspeedgraph eth0 20,120 104E8B 0077ff}
${voffset 8}${color1}Disk I/O:
${voffset 8}${color2}Read: ${color}$diskio_read ${alignr}${color2}Write: ${color}$diskio_write
${color}${diskiograph 104E8B 0077ff}
Last edited by ArchArael (2008-10-13 08:19:28)
Offline
Amazing wallpaper! Could you please share it?
Offline
http://img413.imageshack.us/img413/1909 … du2.th.pnghttp://img413.imageshack.us/images/thpix.gif
openbox, pypanel, netwmpager, conky and some scripts.
damn conky is a resource hog.
Awesome wallpaper! Link ?
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