You are not logged in.
Wow, a lot of cool desktops here! ![]()
I've wanted to post mine here for a while but I only get graphical glitches when I try to take a screenshot.
Still haven't solved it so I thought it might be someone here who had experienced the same issue.
^ My transparent terminal shows up like this and I have no error messages in my X log... ![]()
<keybind key="Print">
<action name="Execute">
<command>sh -c "import -window root ~/Pictures/`date '+%Y%m%d-%H%M%S'`.png"</command>
</action>
</keybind>^ That's the keybind I use to take a screenshot.
Anyway, Openbox is really simple and fun to configure! ![]()
Offline
Wallpaper: Vim Movement Shortcuts Wallpaper
GTK & Openbox Theme: OMG_Suite
Spacefm+Guayadeque
~/.config/openbox/autostart.sh file
compton -cC -t-3 -l-5 -r5 -m0.8 -fF -i0.8 -b &
volumeicon &
gnote &
claws-mail &
conky &
#auto-mount
(sleep 3s && mount /dev/sdc5) &
(sleep 3s && mount /dev/sda7) &
(sleep 5s && /usr/bin/xscreensaver -no-splash) &~/.config/openbox/menu.xml file
<?xml version="1.0" encoding="utf-8"?>
<openbox_menu xmlns="http://openbox.org/3.4/menu">
<menu id="root-menu" label="Openbox 3">
<item label="Run">
<action name="Execute">
<execute>dmenu_run</execute>
</action>
</item>
<item label="Terminator">
<action name="Execute">
<execute>terminator -m</execute>
</action>
</item>
<item label="Firefox">
<action name="Execute">
<execute>firefox</execute>
</action>
</item>
<item label="Spacefm">
<action name="Execute">
<execute>spacefm</execute>
</action>
</item>
<separator/>
<menu id="accessories-menu" label="Accessories">
<item label="Gvim">
<action name="Execute">
<execute>gvim -S ~/.vim/sessions/session.vim</execute>
</action>
</item>
<item label="Gvim (last)">
<action name="Execute">
<execute>gvim -S ~/.vim/sessions/session2.vim</execute>
</action>
</item>
<item label="Truecrypt">
<action name="Execute">
<execute>truecrypt</execute>
</action>
</item>
<item label="Foxit Reader">
<action name="Execute">
<execute>foxitreader</execute>
</action>
</item>
</menu>
<menu id="appearance-menu" label="Appearance">
<item label="Change Wallpaper">
<action name="Execute">
<execute>nitrogen</execute>
</action>
</item>
<item label="Change Wallpaper - feh">
<action name="Execute">
<execute>feh -g 640x480 -d -S filename /home/user/Pictures</execute>
</action>
</item>
<item label="Customize Look & Feel">
<action name="Execute">
<execute>lxappearance</execute>
</action>
</item>
</menu>
<menu id="multimedia-menu" label="Multimedia">
<item label="Guayadeque">
<action name="Execute">
<execute>guayadeque</execute>
</action>
</item>
<item label="VLC">
<action name="Execute">
<execute>vlc</execute>
</action>
</item>
</menu>
<menu id="graphics-menu" label="Graphics">
<item label="Gimp">
<action name="Execute">
<execute>gimp</execute>
</action>
</item>
<menu id="screenshot-menu" label="Screenshot">
<item label="Whole Screen">
<action name="Execute">
<execute>bash -c "scrot -d 3 -q 80 ~/Desktop/$(date +%F-%H-%M-%S).jpg"</execute>
</action>
</item>
<item label="Selected Area">
<action name="Execute">
<execute>bash -c "scrot -d 5 -q 80 -s ~/Desktop/$(date +%F-%H-%M-%S).jpg"</execute>
</action>
</item>
<item label="Selected Window">
<action name="Execute">
<execute>bash -c "scrot -d 3 -q 80 -sb ~/Desktop/$(date +%F-%H-%M-%S).jpg"</execute>
</action>
</item>
</menu>
</menu>
<menu id="internet-menu" label="Internet">
<item label="Links">
<action name="Execute">
<execute>terminator -e links</execute>
</action>
</item>
<item label="Deluge">
<action name="Execute">
<execute>deluge</execute>
</action>
</item>
<item label="Claws Mail">
<action name="Execute">
<execute>claws-mail</execute>
</action>
</item>
<item label="Thunderbird">
<action name="Execute">
<execute>thunderbird</execute>
</action>
</item>
<item label="Firefox Profile Manager">
<action name="Execute">
<execute>firefox -ProfileManager</execute>
</action>
</item>
</menu>
<menu id="utilities-menu" label="Utilities">
<item label="Gksu">
<action name="Execute">
<execute>gksu</execute>
</action>
</item>
<item label="Gnote">
<action name="Execute">
<execute>gnote</execute>
</action>
</item>
<item label="Gcolor2">
<action name="Execute">
<execute>gcolor2</execute>
</action>
</item>
<item label="Calculator">
<action name="Execute">
<execute>galculator</execute>
</action>
</item>
</menu>
<separator/>
<menu id="system-menu" label="System">
<item label="Alsa Mixer">
<action name="Execute">
<execute>terminator -e alsamixer</execute>
</action>
</item>
<item label="Xscreensaver">
<action name="Execute">
<execute>xscreensaver-demo</execute>
</action>
</item>
<item label="Nvidia Settings">
<action name="Execute">
<execute>nvidia-settings</execute>
</action>
</item>
<item label="System Monitor">
<action name="Execute">
<execute>terminator -m -e htop</execute>
</action>
</item>
<item label="Xfce4-notifyd Config">
<action name="Execute">
<execute>xfce4-notifyd-config</execute>
</action>
</item>
</menu>
<menu id="openbox-men" label="Openbox">
<item label="Rc.xml">
<action name="Execute">
<execute>gvim ~/.config/openbox/rc.xml</execute>
</action>
</item>
<item label="Menu.xml">
<action name="Execute">
<execute>gvim ~/.config/openbox/menu.xml</execute>
</action>
</item>
<item label="Openbox-autostart">
<action name="Execute">
<execute>gvim ~/.config/openbox/autostart</execute>
</action>
</item>
<item label="Openbox Key Editor">
<action name="Execute">
<execute>obkey</execute>
</action>
</item>
<item label="Openbox Menu Editor">
<action name="Execute">
<execute>obmenu</execute>
</action>
</item>
<item label="Get Application Parameters">
<action name="Execute">
<execute>~/.scripts/obxprop</execute>
</action>
</item>
<item label="Openbox Configuration Manager">
<action name="Execute">
<execute>obconf</execute>
</action>
</item>
<separator/>
<item label="Reconfigure Openbox">
<action name="Reconfigure"/>
</item>
</menu>
<menu id="config-files-menu" label="Config Files">
<item label="vimrc">
<action name="Execute">
<execute>gvim ~/.vimrc</execute>
</action>
</item>
<item label="Gvimrc">
<action name="Execute">
<execute>gvim ~/.gvimrc</execute>
</action>
</item>
<item label="Xinitrc">
<action name="Execute">
<execute>gvim ~/.xinitrc</execute>
</action>
</item>
<item label="Conkyrc">
<action name="Execute">
<execute>gvim ~/.conkyrc</execute>
</action>
</item>
<item label="Restart Conky">
<action name="Execute">
<execute>bash -c "killall conky && conky"</execute>
</action>
</item>
<item label="Tint2rc">
<action name="Execute">
<execute>gvim ~/.config/tint2/tint2rc</execute>
</action>
</item>
<item label="Restart Tint2">
<action name="Execute">
<execute>bash -c "killall tint2 && tint2"</execute>
</action>
</item>
<item label="Gsimplecal-config">
<action name="Execute">
<execute>gvim ~/.config/gsimplecal/config</execute>
</action>
</item>
</menu>
<separator/>
<item label="Exit">
<action name="Execute">
<execute>oblogout</execute>
</action>
</item>
</menu>
</openbox_menu>~/.config/tint2/tint2rc
#---------------------------------------------
# TINT2 CONFIG FILE
#---------------------------------------------
# For more information about tint2, see:
# http://code.google.com/p/tint2/wiki/Welcome
#
# For more config file examples, see:
#
http://crunchbanglinux.org/forums/topic/3232/my-tint2-config/
# Background definitions
# ID 1
rounded = 0
border_width = 2
#background_color = #000000 60
#border_color = #000000 60
background_color = #284B09 50
border_color = #284B09 50
# ID 2 - task active
rounded = 1
border_width = 0
background_color = #d8d8d8 30
border_color = #d8d8d8 30
# ID 3 - task
rounded = 1
border_width = 0
background_color = #000000 0
border_color = #000000 0
# ID 4
rounded = 1
border_width = 1
background_color = #888888 20
border_color = #ED2323 60
# ID 5 - taskbar
rounded = 0
border_width = 0
background_color = #000000 0
border_color = #000000 0
# ID 6 - active taskbar
rounded = 0
border_width = 0
background_color = #d8d8d8 8
border_color = #d8d8d8 0
# ID 7 - tooltip
rounded = 3
border_width = 0
background_color = #222222 90
border_color = #222222 90
# ID 8
rounded = 1
border_width = 1
background_color = #888888 20
border_color = #888888 20
# ID 9 - taskbar name
rounded = 0
border_width = 0
background_color = #000000 50
border_color = #FFFFFF 20
# ID 10 - taskbar name active
rounded = 0
border_width = 1
background_color = #000000 50
border_color = #FFFFFF 50
# Panel
panel_monitor = all
panel_position = bottom center horizontal
panel_items = LTSC
panel_size = 100% 26
panel_margin = 0 0
panel_padding = 5 0 5
panel_dock = 0
wm_menu = 1
panel_layer = top
panel_background_id = 1
# Panel Autohide
autohide = 0
autohide_show_timeout = 0.3
autohide_hide_timeout = 1.5
autohide_height = 6
strut_policy = follow_size
# Taskbar
taskbar_mode = multi_desktop
taskbar_padding = 6 0 6
taskbar_background_id = 0
taskbar_active_background_id = 0
taskbar_name = 1
taskbar_name_padding = 5 0
taskbar_name_background_id = 9
taskbar_name_active_background_id = 10
taskbar_name_font = Liberation Sans 9
taskbar_name_font_color = #FFFFFF 60
taskbar_name_active_font_color = #FFFFFF 100
# Tasks
urgent_nb_of_blink = 20
task_icon = 1
task_text = 0
task_centered = 1
task_maximum_size = 40 40
task_padding = 2 0
task_background_id = 3
task_active_background_id = 2
task_urgent_background_id = 4
task_iconified_background_id = 3
# Task Icons
task_icon_asb = 80 0 0
task_active_icon_asb = 100 0 0
task_urgent_icon_asb = 100 0 0
task_iconified_icon_asb = 80 0 0
# Fonts
task_font = Liberation Sans 06_55 6
task_font_color = #828282 60
task_active_font_color = #828282 100
task_urgent_font_color = #FFFFFF 100
task_iconified_font_color = #d8d8d8 60
font_shadow = 0
# Launcher
launcher_icon_theme = LinuxLex-8
launcher_padding = 0 0 5
launcher_background_id = 0
launcher_icon_size = 85
launcher_item_app = /usr/share/applications/tint2-app-menu.desktop
# System Tray
systray = 1
systray_padding = 0 4 5
systray_sort = ascending
systray_background_id = 0
systray_icon_size = 16
systray_icon_asb = 70 0 0
# Clock
time1_timezone = :UTC
time1_format = %H:%M
time1_font = Liberation Mono 10
#time2_format = %A %d %B
#time2_font = Liberation Sans 6
clock_font_color = #828282 100
clock_padding = 5 4
clock_background_id = 0
clock_lclick_command = gsimplecal
clock_rclick_command = gsimplecal
# Tooltips
tooltip = 1
tooltip_padding = 2 2
tooltip_show_timeout = 0.0
tooltip_hide_timeout = 0.0
tooltip_background_id = 7
tooltip_font_color = #d8d8d8 100
tooltip_font = Liberation Sans normal 9.0
# Mouse
mouse_middle = none
mouse_right = toggle
mouse_scroll_up = toggle
mouse_scroll_down = iconify
# Battery
battery = 0
battery_low_status = 20
battery_low_cmd = notify-send "battery low"
battery_hide = 96
bat1_font = Liberation Mono 8
bat2_font = Liberation Mono 8
battery_font_color = #828282 100
battery_padding = 2 0
battery_background_id = 0
# End of config~/.conkyrc
use_xft yes
xftfont sans:size=8
update_interval 1
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
own_window_argb_visual yes
own_window_argb_value 70
double_buffer yes
minimum_size 1500
draw_shades no
default_color 2F6F00
color1 FFFFFF
gap_x 0
gap_y 4
alignment top_middle
override_utf8_locale no
use_spacer no
top_name_width 6
short_units yes
#default_color 8f8f8f
#color1 e0e0e0
#default_shade_color Black
TEXT
Kernel: ${color1}$kernel${color} Uptime: ${color1}${uptime_short}${color} GPU: ${color1}${execi 60 nvidia-settings -q GPUCoreTemp | perl -ne 'print $1 if /GPUCoreTemp.*?: (\d+)./;'}°C${color} | Load: ${color1}${loadavg 1|2|3}${color}${goto 440}Cpu1: ${color1}${cpu cpu1}%${color}${goto 505}Cpu2: ${color1}${cpu cpu2}%${color}${goto 575}Top: ${color1}${top name 1}${top cpu 1}%${color}${goto 695}| Ram: ${color1}${memperc}% - $mem${color}${goto 815}Top: ${color1}${top_mem name 1} ${top_mem mem_res 1}${color}${goto 925}Swap: ${color1}${swapperc}%${color} Disk: ${color1}${fs_used_perc /}%${color} |${goto 1060}${if_existing /proc/net/route eth0}Down: ${color1}${downspeed eth0}/s${color}${goto 1145}Up: ${color1}${upspeed eth0}/s${color}${goto 1220}Total: ${color1}${totaldown} / ${totalup}${color}${else}Network Unavailable${endif}${alignc}${goto 1340}| Vol: ${color1}${exec amixer get Master | awk -F'[]%[]' '/%/ {if ($7 == "off") { print "Mute" } else { print $2"%" }}'}${color}${goto 1410}Pac: ${color1}${execpi 300 /home/user/.scripts/pac-update-conky}${color}Last edited by Archer777 (2012-08-29 00:59:13)
Offline
http://i.imgur.com/p5Q4U.jpg http://i.imgur.com/U6fIP.jpg http://i.imgur.com/HAZKf.jpg
A "slightly" edited cross-post from the June 2012 Screenshots thread...
Running Applications:
Cairo-Dock
Compton (composite manager)
DeaDBeeF
Firefox
Thunar
urxvt (with inconsolata font)MISC:
Cairo-Dock Icons
Cursor Icons
GTK and Openbox Themes: rent0n86's Beautiful Moka Themes
Thunar Icons
wonderful theme, nice dock!
Offline
Wallpaper
Polar Mouse Cursor
The Openbox theme is surreal, included in the Arch openbox-themes package
Offline
Ancestoral Clan https://cirrus.freevar.com/mclean.html
Offline
Please share that wallpaper. It looks awesome. Thanks. ![]()
aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies
Offline
Please share that wallpaper. It looks awesome. Thanks.
http://postimg.org/image/3szezmgwv/full/ <edit> updated this one seems the previous URL was buckshee !
another few same res (3840x1080) u might like, this one just got made today ..
http://minus.com/lGbwsLVPNQyOT
http://postimage.org/image/uc7sdas67/full/
http://postimage.org/image/ibmcckkrj/full/
I hope u dont mind i shared a couple, these res is hard to find esp arch ones ![]()
the beauty of arch / openbox
http://www.youtube.com/watch?v=0tiaWQdj … re=related *you stare
Last edited by cirrus (2013-10-10 03:47:06)
Ancestoral Clan https://cirrus.freevar.com/mclean.html
Offline
Thank you! Those are great. Nice video. ![]()
aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies
Offline
oh the vid aint mine i just came across it and thought it deserved a share in the openbox desktop thread
glad u like the paps. heres the same without the female http://i.minus.com/ib0GfCzevbqPk.jpg
Last edited by cirrus (2012-08-28 12:24:42)
Ancestoral Clan https://cirrus.freevar.com/mclean.html
Offline
Offline
Congratulations great desktops ![]()
Here is mine
NOTE: Cross post from september screenshots.
Offline
Looking for a dark gtk2/3 theme can anyone recommend one?
Mr Green
Offline
Looking for a dark gtk2/3 theme can anyone recommend one?
Atolm? Adwaita dark? Slave? Elementary dark? OMG_suite?
Check out Deviantart, here:
http://browse.deviantart.com/customizat … nome/gtk3/
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
Mr Green wrote:Looking for a dark gtk2/3 theme can anyone recommend one?
Atolm? Adwaita dark? Slave? Elementary dark? OMG_suite?
Check out Deviantart, here:
http://browse.deviantart.com/customizat … nome/gtk3/
+ Plastiq
my SSs: http://my.opera.com/hsngrms/albums/show.dml?id=12584772
amateur desktop video: http://www.youtube.com/watch?v=skuG2Zmr5f8
Maybe cairo-dock is the best dock app. I'm too late for discovering this boon ![]()
Last edited by hsngrms (2012-09-07 02:16:14)
Offline
Cross post from september 2012 ss https://bbs.archlinux.org/viewtopic.php … 3#p1158373
EDIT
With my wallpaper:
http://my.opera.com/hsngrms/albums/show.dml?id=12584772
Last edited by hsngrms (2012-09-08 02:56:32)
Offline
.conkyrc
use_xft yes
xftfont 123:size=8
xftalpha 0.1
update_interval 1
total_run_times 0
own_window no
own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 250 5
maximum_width 1366
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
default_color white
default_shade_color red
default_outline_color green
alignment top_left
gap_x 60
gap_y 300
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 1
override_utf8_locale yes
use_spacer yes
TEXT
${voffset 10}${color EAEAEA}${font Alte Haas Grotesk:bold:pixelsize=120}${time %H:%M}${font}${voffset -84}${offset 10}${color FFA300}${font Alte Haas Grotesk:bold:pixelsize=42}${time %d} ${voffset -15}${color EAEAEA}${font Alte Haas Grotesk:bold:pixelsize=22}${time %B} ${time %Y}${font}${voffset 24}${font Alte Haas Grotesk:bold:pixelsize=58}${offset -148}${time %A}${font}
${voffset 10}${offset 12}${font Bitstream Vera Sans:pixelsize=10}${color FFA300}HD ${offset 9}$color${fs_free /} / ${fs_size /}${offset 30}${color FFA300}RAM ${offset 9}$color$mem / $memmax${offset 30}${color FFA300}BATTERY ${offset 9}$color${battery_percent}%${offset 30}${color FFA300}WEATHER ${offset 9}$color${execi 300 /home/ceyhan/.weather/weather.sh "MEA|TR|TU041|IZMIR"}${offset 30}${color FFA300}IP ${offset 9}$color${addr wlan0}
${voffset 10}${offset 2}${font Bitstream Vera Sans:pixelsize=10}${offset 10}${color FFA300}ARCH ${offset 2}$color${machine}${offset 30}${color FFA300}KERNEL ${offset 9}$color${kernel}${offset 30}${color FFA300}LOAD ${offset 9}$color${loadavg}${offset 30}${color FFA300}CPU ${offset 9}$color${cpu cpu1}% / $color${cpu cpu2}%${offset 30}${color FFA300}UPTIME ${offset 9}$color${uptime}${offset 30}${color FFA300}ACPI ${offset 9}$color${hwmon temp 1}°C${offset 30}${color FFA300}PROCESSES ${offset 9}$color${processes}tint2rc
# Tint2 config file
# Generated by tintwizard (http://code.google.com/p/tintwizard/)
# For information on manually configuring tint2 see http://code.google.com/p/tint2/wiki/Configure
# Background definitions
# ID 1
rounded = 0
border_width = 0
background_color = #000000 100
border_color = #000000 100
# ID 2
rounded = 0
border_width = 0
background_color = #424242 20
border_color = #424242 100
# ID 3
rounded = 0
border_width = 0
background_color = #424242 0
border_color = #FFFFFF 60
# Panel
panel_monitor = all
panel_position = bottom center horizontal
panel_size = 100% 25
panel_margin = 0 0
panel_padding = 5 0 0
panel_dock = 0
wm_menu = 1
panel_layer = top
panel_background_id = 1
# Panel Autohide
autohide = 0
autohide_show_timeout = 0.3
autohide_hide_timeout = 2
autohide_height = 2
strut_policy = follow_size
# Taskbar
taskbar_mode = single_desktop
taskbar_padding = 2 3 2
taskbar_background_id = 0
taskbar_active_background_id = 0
# Tasks
urgent_nb_of_blink = 8
task_icon = 1
task_text = 1
task_centered = 0
task_maximum_size = 140 35
task_padding = 2 2
task_background_id = 3
task_active_background_id = 2
task_urgent_background_id = 2
task_iconified_background_id = 3
# Task Icons
task_icon_asb = 70 0 0
task_active_icon_asb = 100 0 0
task_urgent_icon_asb = 100 0 0
task_iconified_icon_asb = 70 0 0
# Fonts
task_font = Sans 8
task_font_color = #FFFFFF 60
task_active_font_color = #FFFFFF 80
task_urgent_font_color = #FFFFFF 80
task_iconified_font_color = #FFFFFF 60
font_shadow = 0
# System Tray
systray = 1
systray_padding = 0 2 5
systray_sort = ascending
systray_background_id = 0
systray_icon_size = 0
systray_icon_asb = 100 0 0
# Clock
time1_format = [ %a %d %b %Y %H:%M ]
time1_font = Sans 8
clock_font_color = #FFFFFF 100
clock_padding = 0 0
clock_background_id = 0
# Tooltips
tooltip = 0
tooltip_padding = 2 2
tooltip_show_timeout = 0.7
tooltip_hide_timeout = 0.3
tooltip_background_id = 1
tooltip_font = sans 10
tooltip_font_color = #000000 80
# Mouse
mouse_middle = none
mouse_right = close
mouse_scroll_up = toggle
mouse_scroll_down = iconify
# Battery
battery = 0
battery_low_status = 10
battery_low_cmd = notify-send "battery low"
battery_hide = 100
bat1_font = Sans 10
bat2_font = Sans 10
battery_font_color = #FFFFFF 65
battery_padding = 1 0
battery_background_id = 0
# End of configweather.sh
#!/bin/sh
#AccuWeather (r) RSS weather tool for conky
#
#USAGE: weather.sh <locationcode>
#
#(c) Michael Seiler 2007
METRIC=1 #Should be 0 or 1; 0 for F, 1 for C
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"; }'.bashrc
# Check for an interactive session
[ -z "$PS1" ] && return
archey
alias ls='ls --color=auto'
PS1='[\[\e[0;32m\]\u\[\e[0m\]@\[\e[33m\]\h\[\e[0m\]\[\e[36m\] \W\[\e[0m\]]\[\e[31m\]\$\[\e[0m\] '.Xdefaults
!Xft.dpi: 121
Xft.antialias: true
Xft.hinting: true
Xft.hintstyle: hintfull
Xft.rgba: rgb
xcalendar*firstDay: 1
xcalendar*markHoliday: false
!Xcursor.theme: whitelarge
!Xcursor.size: 32
XTerm*background: grey15
XTerm*foreground: grey75
XTerm*cursorColor: darkorange1
XTerm*scrollBar: false
XTterm*utf8: 2
XTerm*termName: xterm-256color
XTerm*faceName: xft:Liberation Mono:pixelsize=11.5
! http://invisible-island.net/xterm/xterm.faq.html#tiny_menus
XTerm.VT100.geometry: 89x29
XTerm*saveLines: 7777
XTerm*metaSendsEscape: true
XTerm*highlightSelection: true
XTerm*trimSelection: true
XTerm*cutNewline: false
XTerm*colorBDMode: true
XTerm*colorBD: khaki
XTerm*charClass: 3:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48,35:48,58:48,63:48,61:48,44:48,38:48,59:48
!colors
!black
XTerm*color0: #171717
XTerm*color8: #737373
!red
XTerm*color1: #FF5E5E
XTerm*color9: #FF7878
!green
XTerm*color2: #9CE82B
XTerm*color10: #9ACD32
!yellow
XTerm*color3: #F0E68C
XTerm*color11: #EEE8AA
!blue
XTerm*color4: #008AFF
XTerm*color12: #4F98FF
!magenta
XTerm*color5: #E88CFF
XTerm*color13: #EDA6FF
!cyan
XTerm*color6: #87CEFA
XTerm*color14: #B0E2FF
!white
XTerm*color7: #DCDCCC
XTerm*color15: #FFFFFFOffline
Nothing fancy, just decided to kill the DE experience for a WM one. Openbox is what my wife won't notice... so there you go.
Even gnome background. Real not fancy.
Main Arch Setup: HP Pavillion p7-1209, Quad-Core i3-2120 3.3Ghz, 8GB RAM, 1TB HDD, Intel Graphics
Laptop Arch Setup: Gateway lt3103u Netbook, AMD Athlon64 1.2Ghz, 2GB RAM, 250GB HDD, ATI X1270 R600
Offline
Nothing fancy, just decided to kill the DE experience for a WM one. Openbox is what my wife won't notice... so there you go.
Even gnome background. Real not fancy.
Can I ask for the wallpaper? Thanks.
Offline



Zukitwo-Dark is the gtk2/gtk3 theme and works wonders. I am also using tint2. I am also using the elementary icon set. My desktop is very very minimal. Not much going on other then apps installed.
cat ~/.config/tint2/tint2rc
# Tint2 config file
# Generated by tintwizard (http://code.google.com/p/tintwizard/)
# For information on manually configuring tint2 see http://code.google.com/p/tint2/wiki/Configure
# Background definitions
# ID 1
rounded = 5
border_width = 1
background_color = #2F2F2F 61
border_color = #757575 100
# ID 2
rounded = 5
border_width = 1
background_color = #131313 69
border_color = #5E85A6 100
# ID 3
rounded = 5
border_width = 1
background_color = #000000 61
border_color = #FFFFFF 27
# ID 4
rounded = 5
border_width = 1
background_color = #6A0000 100
border_color = #FB0808 100
# Panel
panel_monitor = all
panel_position = top center horizontal
panel_size = 99% 45
panel_margin = 0 3
panel_padding = 5 5 5
panel_dock = 0
wm_menu = 0
panel_layer = top
panel_background_id = 1
# Panel Autohide
autohide = 0
autohide_show_timeout = 0.3
autohide_hide_timeout = 2
autohide_height = 2
strut_policy = follow_size
# Taskbar
taskbar_mode = multi_desktop
taskbar_padding = 2 2 2
taskbar_background_id = 1
taskbar_active_background_id = 3
# Tasks
urgent_nb_of_blink = 999
task_icon = 1
task_text = 0
task_centered = 1
task_maximum_size = 44 34
task_padding = 5 0
task_background_id = 0
task_active_background_id = 2
task_urgent_background_id = 4
task_iconified_background_id = 3
# Task Icons
task_icon_asb = 70 0 0
task_active_icon_asb = 100 0 0
task_urgent_icon_asb = 90 0 0
task_iconified_icon_asb = 70 0 0
# Fonts
task_font = Ubuntu Light 7
task_font_color = #FFFFFF 61
task_active_font_color = #FFFFFF 80
task_urgent_font_color = #FFFFFF 80
task_iconified_font_color = #FFFFFF 61
font_shadow = 0
# System Tray
systray = 1
systray_padding = 5 5 0
systray_sort = ascending
systray_background_id = 3
systray_icon_size = 32
systray_icon_asb = 70 0 0
# Clock
time1_format = %l:%M
time1_font = Ubuntu 22
clock_font_color = #FFFFFF 100
clock_tooltip = %A %d %B
clock_padding = 3 3
clock_background_id = 3
clock_rclick_command = orage
# Tooltips
tooltip = 1
tooltip_padding = 2 2
tooltip_show_timeout = 0.7
tooltip_hide_timeout = 0.3
tooltip_background_id = 3
tooltip_font = Ubuntu 22
tooltip_font_color = #FFFFFF 80
# Mouse
mouse_middle = none
mouse_right = close
mouse_scroll_up = iconify
mouse_scroll_down = toggle
# Battery
battery = 0
battery_low_status = 10
battery_low_cmd = notify-send "battery low"
battery_hide = 98
bat1_font = sans 8
bat2_font = sans 6
battery_font_color = #FFFFFF 67
battery_padding = 1 0
battery_background_id = 0cat ~/.config/openbox/autostart
#
# These things are run when an Openbox X Session is started.
# You may place a similar script in $HOME/.config/openbox/autostart
# to run user-specific things.
#
# If you want to use GNOME config tools...
#
#if test -x /usr/lib/openbox/gnome-settings-daemon >/dev/null; then
# /usr/lib/openbox/gnome-settings-daemon &
#elif which gnome-settings-daemon >/dev/null 2>&1; then
# gnome-settings-daemon &
#fi
# If you want to use XFCE config tools...
#
#xfce-mcs-manager &
(sleep 1 && exec tint2) &
(sleep 2 && exec parcellite) &
(sleep 3 && feh --bg-scale ~/.wallpaper.jpg) &
(sleep 4 && exec thunar --daemon) &
(sleep 5 && exec xset s off) &
(sleep 6 && exec xset -dpms) &Little screenshot script I use in my openbox menu.config. This creates a small sound effect for creating screenshots. Enjoy.
cat /usr/local/bin/screenshots.sh]
#!/bin/bash
# For screenshots in openbox
VAL=$*
DAT=$(date +%Y%M%d-%H%M%S)
NAM="Screenshot${DAT}.jpg"
P="$HOME/Pictures/${NAM}"
if [ "${VAL}" == "--select" ]
then
scrot -s ${P}
paplay /usr/local/share/camera_click.ogg
elif [ -z "${VAL}" ]
then
scrot ${P}
paplay /usr/local/share/camera_click.ogg
else
echo "Got ${VAL}, Need none or select"
exit 1
fi
exit 0Here is the wallpaper:
http://i.imgur.com/117Gc.jpg
Here is the original wallpaper:
http://interfacelift.com/wallpaper/deta … crash.html
Let me know if anyone wants to know anything else!
Offline
~/.conkyrc
~/.config/tint2/tint2rc
~/.config/openbox/autostart
~/.config/openbox/menu.xml
~/.config/openbox/rc.xml
/etc/bash.bashrc
wallpaper
Tray icons are custom-made.
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
Hi there dear Archers! ![]()
I just switched to Openbox, from being a lot of time in a Compiz Standalone Session. So here it is
I'm using Bmpanel2, with the Muin theme, volumeicon and guake terminal applets can be seen in the BmPanel2's tray area
Cairo-Compmgr to composite my desktop
Cairo-Dock tweaked (Minimalistic behaviour, Panel Mode)
Clarity Icon Theme
WoW Elementary GTK theme
In the Dirty picture, I had Firefox and Thunar running.
Not too much eyecandyness for me. Its just an attempt to optimize my work dynamic with the desktop.
Cheers to Arch and OpenBox! ![]()
Last edited by Silex89 (2012-09-25 01:51:54)
"The way your heart sounds makes all the difference" John Myung
I love Dream Theater! ImL
Best Guitar Solo Ever
Offline
Crosspost from september screenshots topic.
or deviantART
Offline