You are not logged in.

#2126 2012-05-20 07:22:23

gjm
Member
From: Warsaw
Registered: 2012-02-14
Posts: 40

Re: Share your Openbox Desktop ! :)

FfYeA.png or deviantART
78sjH.png

tint2 config: here
wallpaper: here
GTK2/3 theme: Orion
Openbox theme: Arkid

Offline

#2127 2012-05-21 01:16:55

Reded
Member
From: Manchester, England
Registered: 2012-02-21
Posts: 242

Re: Share your Openbox Desktop ! :)

Hey all, I'm one of the many Openbox converts who swear by it these days - However, I'm looking for an RSS feed reader pipe-menu. The one on the wiki doesn't ever seem to output anything more than a little box after the RSS title (Where I assume the actual headlines are supposed to go) So if there's a better one (Or a way to fix this one?) Could anyone help me out? big_smile

Thanks all!


"Some humans would do anything to see if it was possible to do it. If you put a large switch in some cave somewhere, with a sign on it saying "End-of-the-World Switch. PLEASE DO NOT TOUCH", the paint wouldn't even have time to dry."

Offline

#2128 2012-05-21 08:44:55

Localizator
Member
From: Ukraine
Registered: 2011-06-18
Posts: 11
Website

Re: Share your Openbox Desktop ! :)

Clean
7236406824_2b64681b84_n.jpg
Work
7236406440_0587ec868d_n.jpg
Menu
7236406158_2f05bfdf42_n.jpg

or deviantART

~/.config/openbox/rc.xml
~/.config/openbox/menu.xml
~/.config/openbox/autostart
~/.conkyrc

OpenBox Theme: BC WM CR
Gtk Theme: Orta
Icons: Feanza
Wallpaper: BE ORIGINAL

Last edited by Localizator (2012-06-03 21:03:51)

Offline

#2129 2012-05-29 12:53:37

hsngrms
Member
From: Turkey
Registered: 2012-03-06
Posts: 41
Website

Re: Share your Openbox Desktop ! :)

Clean:
tZHp1ZQ

Busy:
tZHp1Zg
tZHp1Zw

Launcher at the top: wbar
Info at the right: conky - http://ompldr.org/vZHp2Mw/.conkyrc
Panel at the bottom: tint2 - http://ompldr.org/vZHp2NA/tint2rc

Offline

#2130 2012-05-31 19:07:43

toketin
Member
From: Belluno (Italy)
Registered: 2007-04-17
Posts: 326

Re: Share your Openbox Desktop ! :)

na12 wrote:
TheImmortalPhoenix wrote:

can you share awn/dockbarx theme?

Her you go AWN theme
http://ompldr.org/vZGR0aw.
Dockbarx theme is radiance,you can find it on my deviantart page.


z3bra wrote:

Really nice ! I like OB menu organisation ! Would you mind sharing your menu.xml ? smile

here you go

<?xml version="1.0" encoding="utf-8"?>
<openbox_menu xmlns="http://openbox.org/3.4/menu">
	<menu execute="/usr/bin/openbox-menu" id="desktop-app-menu" label="Applications"/>
	<menu id="pipe-menus" label="Pipemenus">
		<menu execute="python2 ~/yweather.py YIXX0016 Celsius" icon="/home/dany/.icons/AwOken/clear/24x24/status/stock_weather-few-clouds.png" id="pipe-weather" label="Weather"/>
		<menu execute="perl ~/dirlist.pl /" icon="/home/dany/.icons/AwOken/clear/24x24/places/folder.png" id="pipe-menu" label="Places"/>
		<menu execute="perl ~/processes.pl" icon="/home/dany/.icons/AwOken/clear/24x24/apps/utilities-system-monitor.png" id="pipe-proc" label="Processes"/>
	</menu>
	<menu id="apps-accessories-menu" label="Other">
		<item icon="/home/dany/.icons/AwOken/clear/24x24/apps/wallpaper.png" label="Wallpaper">
			<action name="Execute">
				<execute>
					nitrogen /home/dany/Pictures
				</execute>
			</action>
		</item>
		<item icon="/home/dany/.icons/AwOken/clear/24x24/apps/menu-editor.png" label="Obmenu">
			<action name="Execute">
				<execute>
					obmenu
				</execute>
			</action>
		</item>
	</menu>
	<menu id="system-menu" label="System">
		<item icon="/home/dany/.icons/AwOken/clear/24x24/apps/gconf-editor.png" label="Openbox Configuration Manager">
			<action name="Execute">
				<command>
					obconf
				</command>
				<startupnotify>
					<enabled>
						yes
					</enabled>
				</startupnotify>
			</action>
		</item>
		<item icon="/home/dany/.icons/AwOken/clear/24x24/devices/printer.png" label="Manage Cups Printers">
			<action name="Execute">
				<command>
					xdg-open http://localhost:631/
				</command>
				<startupnotify>
					<enabled>
						no
					</enabled>
					<icon>
						cups
					</icon>
				</startupnotify>
			</action>
		</item>
		<separator/>
		<item icon="/home/dany/.icons/AwOken/clear/24x24/categories/xfce-devel.png" label="Reconfigure Openbox">
			<action name="Reconfigure"/>
		</item>
		<item icon="/home/dany/.icons/AwOken/clear/24x24/actions/system-shutdown-panel.png" label="Exit Openbox">
			<action name="Exit">
				<prompt>
					yes
				</prompt>
			</action>
		</item>
		<separator/>
		<item icon="/home/dany/.icons/AwOken/clear/24x24/actions/system-log-out.png" label="Log Out">
			<action name="SessionLogout">
				<prompt>
					yes
				</prompt>
			</action>
		</item>
		<item icon="/home/dany/.icons/AwOken/clear/24x24/actions/system-reboot.png" label="Reboot">
			<action name="Execute">
				<execute>
					sudo shutdown -r now
				</execute>
			</action>
		</item>
		<item icon="/home/dany/.icons/AwOken/clear/24x24/actions/system-shutdown.png" label="Poweroff">
			<action name="Execute">
				<execute>
					sudo shutdown -h now
				</execute>
			</action>
		</item>
		<item icon="/home/dany/.icons/AwOken/clear/24x24/actions/system-suspend-hibernate.png" label="Hibernate">
			<action name="Execute">
				<execute>
					sudo pm-hibernate
				</execute>
			</action>
		</item>
		<item icon="/home/dany/.icons/AwOken/clear/24x24/actions/system-suspend.png" label="Suspend">
			<action name="Execute">
				<execute>
					sudo pm-suspend
				</execute>
			</action>
		</item>
	</menu>
	<menu id="root-menu" label="Openbox 3">
		<separator label="Openbox"/>
		<item icon="/home/dany/.icons/AwOken/clear/24x24/apps/pcmanfm-mod.png" label="File Manager">
			<action name="Execute">
				<execute>
					pcmanfm
				</execute>
			</action>
		</item>
		<item icon="/home/dany/.icons/AwOken/clear/24x24/apps/google-chrome.png" label="Browser">
			<action name="Execute">
				<execute>
					google-chrome
				</execute>
			</action>
		</item>
		<item icon="/home/dany/.icons/AwOken/clear/24x24/apps/gksu.png" label="Run">
			<action name="Execute">
				<execute>
					gmrun
				</execute>
			</action>
		</item>
		<item icon="/home/dany/.icons/AwOken/clear/24x24/apps/terminal.png" label="Terminal">
			<action name="Execute">
				<execute>
					urxvt
				</execute>
			</action>
		</item>
		<menu icon="/home/dany/.icons/AwOken/clear/24x24/apps/application-default-icon.png" id="desktop-app-menu"/>
		<menu icon="/home/dany/.icons/AwOken/clear/24x24/emblems/emblem-favorite.png" id="apps-accessories-menu"/>
		<menu icon="/home/dany/.icons/AwOken/clear/24x24/actions/gtk-copy.png" id="pipe-menus"/>
		<menu icon="/home/dany/.icons/AwOken/clear/24x24/emblems/emblem-linux.png" id="system-menu"/>
	</menu>
</openbox_menu>

Hi, i can't find your Radiance dockbarx theme on your Deviantart's page

Offline

#2131 2012-05-31 19:25:19

hsngrms
Member
From: Turkey
Registered: 2012-03-06
Posts: 41
Website

Re: Share your Openbox Desktop ! :)

Same colors @2138

Clean:

Busy:

-- mod edit: read the rules and only post thumbnails https://bbs.archlinux.org/viewtopic.php?id=61754  [jwr] --

Offline

#2132 2012-05-31 23:47:49

carukia
Member
From: ~/United_Kingdom/Liverpool
Registered: 2011-05-15
Posts: 162

Re: Share your Openbox Desktop ! :)

2012_06_01_1338507648_1024x600_scrot.jpg

Wallpaper
"Rock Salt" font

#---------------------------------------------
# TINT CONFIG FILE
#---------------------------------------------

#---------------------------------------------
# BACKGROUND AND BORDER
#---------------------------------------------
rounded = 0
border_width = 0
background_color = #000000 50
border_color = #212121 0

#rounded = 1
#border_width = 3
#background_color = #ffffff 20
#border_color = #ffffff 15

#rounded = 1
#border_width = 0
#background_color = #000000 35
#border_color = #ffffff 0


#---------------------------------------------
# PANEL
#---------------------------------------------
panel_monitor = 1
panel_position = bottom center
panel_size = 100% 30

panel_margin = 0 0
panel_padding = 0 0
font_shadow = 0
panel_background_id = 1

#---------------------------------------------
# TASKBAR
#---------------------------------------------
taskbar_mode = single_desktop
taskbar_padding = 3 3
taskbar_background_id = 1

#---------------------------------------------
# TASKS
#---------------------------------------------
task_icon = 1
task_text = 1
task_width = 270
task_centered = 1
task_padding = 6 3
task_font = Rock Salt 8
task_font_color = #ffffff 80
task_active_font_color = #ffffff 100
task_background_id = 0
task_active_background_id = 0

#---------------------------------------------
# SYSTRAY
#---------------------------------------------
systray_padding =  5 4
systray_icon_opacity = 90
systray_background_id = 1
systray_icon_size = 14
#---------------------------------------------
# CLOCK
#---------------------------------------------
time1_format = %H:%M
time1_font = Rock Salt 10
#time2_format = %A %d %B
#time2_font = Segoe UI 7
clock_font_color = #ffffff 100
clock_padding = 6 0
clock_background_id = 1

#---------------------------------------------
# MOUSE ACTION ON TASK
#---------------------------------------------
mouse_middle = close
mouse_right = iconify
mouse_scroll_up = toggle
mouse_scroll_down = iconify

Offline

#2133 2012-06-01 01:19:49

bjornoslav
Member
Registered: 2011-11-01
Posts: 137

Re: Share your Openbox Desktop ! :)

Kitty's pretty cool.
2012_06_01_1338512698_1440x900_scrot.jpg

Oooooh, love hurts...
2012_06_01_1338512709_1440x900_scrot.jpg

Just 375 packages. Aiming for less, but I have work to do, so Gimp and Audacity are a must. wink
Just 308 songs on my hard drive. Only the ones I love, everything else gone the way of dodo.

The utilities I use (part of them):
lol.jpg

And the media apps, too:
lol2.jpg

Openbox autostart:

## openbox autostart script

## set keyboard maps
#setxkbmap -layout us,mk,rs,rs -variant ,,,latin -option grp:alt_shift_toggle,grp_led:scroll &
setxkbmap -layout us,mk -option grp:alt_shift_toggle,grp_led:scroll &

## set desktop wallpaper
nitrogen --restore &

tint2 &
volumeicon &
parcellite &

## automount devices
devmon &

asus ux303la, core i5@1.6ghz, 8 gb ram, 500gb hdd, hd4400 gpu, crux x64 with openbox

Offline

#2134 2012-06-01 08:16:15

toketin
Member
From: Belluno (Italy)
Registered: 2007-04-17
Posts: 326

Re: Share your Openbox Desktop ! :)

bjornoslav wrote:

Kitty's pretty cool.
http://s19.postimage.org/cj28kyfkv/2012_06_01_1338512698_1440x900_scrot.jpg

Oooooh, love hurts...
http://s19.postimage.org/b5alpngbj/2012_06_01_1338512709_1440x900_scrot.jpg

Just 375 packages. Aiming for less, but I have work to do, so Gimp and Audacity are a must. wink
Just 308 songs on my hard drive. Only the ones I love, everything else gone the way of dodo.

The utilities I use (part of them):
http://s19.postimage.org/3ql9x9ufz/lol.jpg

And the media apps, too:
http://s19.postimage.org/nz8niztr3/lol2.jpg

Openbox autostart:

## openbox autostart script

## set keyboard maps
#setxkbmap -layout us,mk,rs,rs -variant ,,,latin -option grp:alt_shift_toggle,grp_led:scroll &
setxkbmap -layout us,mk -option grp:alt_shift_toggle,grp_led:scroll &

## set desktop wallpaper
nitrogen --restore &

tint2 &
volumeicon &
parcellite &

## automount devices
devmon &

Can you share your .tin2rc please? thanks!

Offline

#2135 2012-06-01 09:01:41

bjornoslav
Member
Registered: 2011-11-01
Posts: 137

Re: Share your Openbox Desktop ! :)

toketin wrote:

Can you share your .tin2rc please? thanks!

Here you go, my tint2rc:

#---------------------------------------------
# TINT2 CONFIG FILE
#---------------------------------------------

#---------------------------------------------
# BACKGROUND AND BORDER
#---------------------------------------------
rounded = 4
border_width = 1
#background_color = #1A1A1A 0
#border_color = #979797 100
background_color = #000000 70
#background_color = #444444 70
#background_color = #1A1A1A 70
border_color = #ffffff 30

rounded = 0
border_width = 0
background_color = #ffffff 20
#border_color = #ffffff 20


#---------------------------------------------
# PANEL
#---------------------------------------------
panel_monitor = all
panel_position = bottom center
panel_size = 80% 28
panel_margin = 0 0
panel_padding = 2 0
font_shadow = 0
panel_background_id = 0

#---------------------------------------------
# TASKBAR
#---------------------------------------------
taskbar_mode = multi_desktop
taskbar_padding = 0 0 2
taskbar_background_id = 1

#---------------------------------------------
# TASKS
#---------------------------------------------

#task_text = 1
#task_width = 240
#task_font = sans 8
#task_font_color = #ffffff 70
#task_active_font_color = #ffffff 85
task_icon = 1
task_width = 40
task_centered = 1
task_padding = 1 1
task_background_id = 0
task_active_background_id = 2

#---------------------------------------------
# SYSTRAYBAR
#---------------------------------------------
systray_padding = 4 0 3
systray_background_id = 1
systray_icon_size = 24
#systray_icon_asb = 90 0 0

#---------------------------------------------
# CLOCK
#---------------------------------------------
time1_format = %H:%M
time1_font = Sans 8
time2_format = %d.%m.%Y
time2_font = Sans 6
clock_font_color = #ffffff 76
clock_padding = 6 0
clock_background_id = 1
#clock_rclick_command = gsimplecal


#---------------------------------------------
# BATTERY
#---------------------------------------------
#battery = 0
#battery_low_status = 7
#battery_low_cmd = notify-send "battery low"
#bat1_font = sans 8
#bat2_font = sans 6
#battery_font_color = #ffffff 76
#battery_padding = 1 0
#battery_background_id = 0


#---------------------------------------------
# MOUSE ACTION ON TASK
#---------------------------------------------
mouse_middle = none
mouse_right = none
mouse_scroll_up = toggle
mouse_scroll_down = iconify

asus ux303la, core i5@1.6ghz, 8 gb ram, 500gb hdd, hd4400 gpu, crux x64 with openbox

Offline

#2136 2012-06-01 12:02:14

ninjaprawn
Member
From: Manchester, UK
Registered: 2008-01-26
Posts: 485

Re: Share your Openbox Desktop ! :)

2012_06_01_1338550679_1366x768_scrot.jpg

2012_06_01_1338550864_1366x768_scrot.jpg

2012_06_02_1338645277_1366x768_scrot.jpg

Things on show are;
VNC smile
Tint2
Nitrogen
Conky
network manager + applet
Transmission
Parcellite
Skype
Dropbox
Deadbeef
Volume Icon
Chromium
urxvt-unicode

Happy to provide any further info if needed

Last edited by ninjaprawn (2012-06-02 13:56:50)


2007 - Started using Arch Linux as my only/main OS
- Samsung Series 3, Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz - 8Gb DDR3 ram - 700Gb HDD
On board intel Graphics & Sound

Offline

#2137 2012-06-01 12:22:10

jaw42
Member
From: Essex, UK
Registered: 2012-06-01
Posts: 13

Re: Share your Openbox Desktop ! :)

Here's my attempt at openbox on my shiny new Arch install. Lovin' it.

Clean
tZTFvaw

and even more lovely
tZTFvdA


The theme is Elegant Brit with the wallpaper from here.

Brought to you by:
Openbox
lxpanel
lxterminal
Spacefm
dwb


-- "There comes a point I'm afraid where you begin to suspect that if there's any real truth, it's that the entire multi-dimensional infinity of the Universe is almost certainly being run by a bunch of maniacs."

DFTBA

Offline

#2138 2012-06-01 18:44:25

MoonSwan
Member
From: Great White North
Registered: 2008-01-23
Posts: 881

Re: Share your Openbox Desktop ! :)

Dumb question:  how do you use a font from outside the repositories?  I didn't see any info in the wiki about this (i'm blind?) so could you kindly share the knowledge?

Offline

#2139 2012-06-01 20:56:58

spark666
Member
Registered: 2011-05-23
Posts: 137

Re: Share your Openbox Desktop ! :)

MoonSwan wrote:

Dumb question:  how do you use a font from outside the repositories?  I didn't see any info in the wiki about this (i'm blind?) so could you kindly share the knowledge?

You download the font,extract the archive ,copy it in /usr/share/fonts/ , and run in terminal fc-cache -vf  ,done!:)

Offline

#2140 2012-06-02 20:30:57

unluckyfool
Member
Registered: 2011-08-29
Posts: 17

Re: Share your Openbox Desktop ! :)

My new openbox desktop, still got some way to go though...
The theme was created by my self, located at multidan.deviantart.com with button set 5. Apps are vlc, emelfm2, urxvt + cmus. Cmus and VLC are undecorated.

tZTJiYw

Offline

#2141 2012-06-03 20:49:00

SanskritFritz
Member
From: Budapest, Hungary
Registered: 2009-01-08
Posts: 1,923
Website

Re: Share your Openbox Desktop ! :)

spark666 wrote:
MoonSwan wrote:

Dumb question:  how do you use a font from outside the repositories?  I didn't see any info in the wiki about this (i'm blind?) so could you kindly share the knowledge?

You download the font,extract the archive ,copy it in /usr/share/fonts/ , and run in terminal fc-cache -vf  ,done!:)

... or ~/.fonts/


zʇıɹɟʇıɹʞsuɐs AUR || Cycling in Budapest with a helmet camera || Revised log levels proposal: "FYI" "WTF" and "OMG" (John Barnette)

Offline

#2142 2012-06-06 09:28:55

atrocmh
Member
Registered: 2011-08-01
Posts: 11

Re: Share your Openbox Desktop ! :)

Hi eveyone!
here is mine
its the best setup i ever had
combination of lxpanel conky & tint2
left bottom is modified to show the desktop on left click
2012_06_06_1338973473_1280x800_scrot.jpg

Offline

#2143 2012-06-06 10:50:50

mloskot
Member
From: London, United Kingdom
Registered: 2012-06-01
Posts: 86
Website

Re: Share your Openbox Desktop ! :)

Folks,

I'm fairly new here on the forum, so forgive me if my appeal is bold, but for...sake

Dear posters, please read the original canistra's request and stick to the What should you post part!

Half of the posts in this thread are request "could you share your config files, please".
The thread has become unusable bulky mess!

Last edited by mloskot (2012-06-06 15:01:56)


Mateusz Loskot | github | archlinux-config
Arch (x86-64) | ThinkPad T400  | Intel P8600| Intel i915
Arch (x86-64) | ThinkPad W700 | Intel T9600 | NVIDIA Quadro FX 2700M

Offline

#2144 2012-06-06 14:14:14

atrocmh
Member
Registered: 2011-08-01
Posts: 11

Re: Share your Openbox Desktop ! :)

here is another one with extra conky
2012_06_06_1338976482_1280x800_scrot.jpg

Offline

#2145 2012-06-06 14:55:32

Zaek
Member
Registered: 2012-06-06
Posts: 7

Re: Share your Openbox Desktop ! :)

A bunch of lovely desktops here!

I can't really decide on what to use, and I don't really feel the need for conky, so I'm just running pretty much default.
I have yet to find a dockbar that doesn't annoy me. So I just use pcmanfm for desktop shortcuts.

Clean:
http://i.imgur.com/bHGjl.png

I should do something about how this looks, it's such a mess.
http://i.imgur.com/MeSgq.png

Running applications are
tint2
xcompmgr
xterm
skype
pidgin
pcmanfm for desktop icons and wallpaper.
Oh, and spotify for Jimi Hendrix!

Last edited by Zaek (2012-06-06 14:58:28)

Offline

#2146 2012-06-06 16:51:43

ninjaprawn
Member
From: Manchester, UK
Registered: 2008-01-26
Posts: 485

Re: Share your Openbox Desktop ! :)

Zaek wrote:

A bunch of lovely desktops here!

I can't really decide on what to use, and I don't really feel the need for conky, so I'm just running pretty much default.
I have yet to find a dockbar that doesn't annoy me. So I just use pcmanfm for desktop shortcuts.

Clean:
http://i.imgur.com/bHGjl.png

I should do something about how this looks, it's such a mess.
http://i.imgur.com/MeSgq.png

Running applications are
tint2
xcompmgr
xterm
skype
pidgin
pcmanfm for desktop icons and wallpaper.
Oh, and spotify for Jimi Hendrix!

keyboard shortcuts are the key!! not desktop icons or a dockbar.... im like you...  not found a decent dockbar... they all just take up space and get in the way.... n ive never understood desktop icons... i usually have something running, so you can hardly ever see them.....  keyboard shortcuts for the main things and a decent rightclick menu with pipe-menus and auto-generated applications list for everything else smile thats how my system is anyway smile i really only have conky as a reminder for what keyboard commands are available....


2007 - Started using Arch Linux as my only/main OS
- Samsung Series 3, Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz - 8Gb DDR3 ram - 700Gb HDD
On board intel Graphics & Sound

Offline

#2147 2012-06-06 19:10:10

finwin
Member
Registered: 2011-04-16
Posts: 65

Re: Share your Openbox Desktop ! :)

@Zaek

Nice and simple. Makes me want to install LXDE again tongue

Offline

#2148 2012-06-06 20:50:00

jukkan
Member
Registered: 2010-09-08
Posts: 39

Re: Share your Openbox Desktop ! :)

@Zaek

I get what you mean by the "mess". It's such a chore to make openbox, tint2 and gtk apps look uniform. And when you change the theme on one, the others need to be adjusted accordingly. It's mixing and matching.

To get rid of that, you can f.e. try xfwm coupled with a theme that automatically uses your gtk colors, such as axe and xfce4-panel, which, by default, uses your gtk theme. What you get is something like this 2012_05_29_1338258261_1920x1080_scrot.png (chrome set to use its own borders there). This solution is of course not as lightweight as ob+tint2, but will make achieving a uniform look less of a task.

I have also tried different docks, but tend to like desktop icons better due to their staticity. I also noticed that you haven't assigned an icon for your terminal.

Last edited by jukkan (2012-06-06 21:03:37)

Offline

#2149 2012-06-07 15:08:05

XMan77
Member
From: Ireland
Registered: 2012-01-13
Posts: 2

Re: Share your Openbox Desktop ! :)

This is my first post but I've been following this thread for a few months. Some very cool stuff.

Anyway here's mine:

photo-71668.jpg

photo-71666.jpg

photo-71667.jpg

Running:

lxpanel - Top panel
tint2 - Bottom panel
xcompmgr
conky
parcellite
nm-applet
volumeicon
xterm
firefox
pcmanfm
nitrogen

The Openbox theme is my own.
GTK theme is a modified version of the default Aurora theme. I just changed the scrollbars.
Icon theme: ALLBLACK
For the lxpanel I'm using some icons from the AwOken theme instead of the ALLBLACK ones.

Last edited by XMan77 (2012-06-07 18:21:03)

Offline

#2150 2012-06-07 22:34:13

Psykorgasm
Member
Registered: 2011-11-24
Posts: 177

Re: Share your Openbox Desktop ! :)

Update from before, plus relevant info that I may have missed; f.e configs smile

thumbfp.png

Openbox theme: xfzen blue --> http://box-look.org/content/show.php/?content=94296
GTK theme: Zukitwo(dark) --> http://gnome-look.org/content/show.php?content=140562
Icon theme: Faenza --> http://tiheum.deviantart.com/art/Faenza-Icons-173323228

File Browser: pcmanfm
Terminal: urxvt

Panel: Tint2-svn
Tint2 config:

# Tint2 config file
# Generated by tintwizard (http://code.google.com/p/tintwizard/)

# Background definitions
# ID 1
rounded = 0
border_width = 0
background_color = #282828 60
border_color = #000000 0

# ID 2
rounded = 1
border_width = 0
background_color = #CCCCCC 0
border_color = #CCCCCC 40

# ID 3
rounded = 1
border_width = 0
background_color = #CCCCCC 20
border_color = #CCCCCC 40

# Panel
panel_monitor = all
panel_position = bottom center horizontal
panel_size = 100% 24
panel_margin = 0 0
panel_padding = 0 0 4
panel_dock = 0
wm_menu = 1
panel_layer = top
panel_background_id = 1

# Panel Autohide
autohide = 0
autohide_show_timeout = 0.7
autohide_hide_timeout = 1.5
autohide_height = 2
strut_policy = follow_size

# Taskbar
taskbar_mode = multi_desktop
taskbar_padding = 0 0 0
taskbar_background_id = 2
taskbar_active_background_id = 2

# Tasks
urgent_nb_of_blink = 20
task_icon = 1
task_text = 1
task_centered = 0
task_maximum_size = 180 22
task_padding = 4 2
task_background_id = 0
task_active_background_id = 3
task_urgent_background_id = 0
task_iconified_background_id = 0

# Task Icons
task_icon_asb = 100 0 0
task_active_icon_asb = 100 0 0
task_urgent_icon_asb = 100 0 0
task_iconified_icon_asb = 100 0 0

# Fonts
task_font = Sans 8
task_font_color = #FFFFFF 60
task_active_font_color = #FFFFFF 100
task_urgent_font_color = #FFFFFF 60
task_iconified_font_color = #FFFFFF 60
font_shadow = 0

# System Tray
systray = 1
systray_padding = 0 0 5
systray_sort = ascending
systray_background_id = 2
systray_icon_size = 16
systray_icon_asb = 100 0 0

# Clock
time1_format = %H:%M
time1_font = sans 7
time2_format = %a %d %b
time2_font = sans 7
clock_font_color = #FFFFFF 100
clock_tooltip = 
clock_padding = 1 0
clock_background_id = 0
clock_rclick_command = gsimplecal
time1_timezone = :Europe/London

# Tooltips
tooltip = 0
tooltip_padding = 5 4
tooltip_show_timeout = 0.8
tooltip_hide_timeout = 0.3
tooltip_background_id = 1
tooltip_font = Sans 7
tooltip_font_color = #FFFFFF 100

# Mouse
mouse_middle = none
mouse_right = close
mouse_scroll_up = toggle
mouse_scroll_down = iconify

# Battery
battery = 0
battery_low_status = 7
battery_low_cmd = notify-send "battery low"
battery_hide = 90
bat1_font = sans 7
bat2_font = sans 7
battery_font_color = #FFFFFF 100
battery_padding = 1 0
battery_background_id = 0

# End of config

~/.config/openbox/autostart.sh file

# Nvidia Settings
nvidia-settings --load-config-only &
nvidia-settings -a InitialPixmapPlacement=2 &

# Apply urxvt settings
xrdb -merge ~/.Xdefaults &

# Set keyboard to GB
setxkbmap gb &

# Turn off SWAP
sudo swapoff -a &

# Tint2
tint2 &

# Conky
conky &

# Xscreensaver
/usr/bin/xscreensaver -no-splash &

# Start MPD
mpd &

Conky:

double_buffer yes
background no
use_xft yes
xftfont Bitstream Vera Sans Mono:size=8
xftalpha 0.0
update_interval 1.0
 total_run_times 0
own_window no
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,skip_taskbar,sticky,skip_pager
no_buffers yes
minimum_size 200 5
maximum_width 200
draw_shades no
draw_outline no
draw_borders no
stippled_borders 0
alignment bottom_right
gap_x 20
gap_y 340
#gap_y 880
uppercase no
color0 7d7d7d
color1 slategrey
color2 ffffff

mpd_host 127.0.0.1
mpd_port 6600

TEXT
${color1}${alignc}Date: ${color0}${time %a,} ${time %b %e %G}
${color1}${alignc}Time: ${color0}${time %H:%M:%S}
${color1}${alignc}Uptime:${color0} $uptime
${stippled_hr 2 1}
${color1}${color0}${cpu cpu1}% ${alignr}${cpubar cpu1 6,135}
${color1}${color0}${cpu cpu2}% ${alignr}${cpubar cpu2 6,135}
${stippled_hr 2 1}
${color1}${color0}$memperc%${alignr}${membar 6,135}
${color1}${color0}$swapperc%${alignr}${swapbar 6,135}
${stippled_hr 2 1}
${color1}home: ${alignr}${color0}${fs_used /home}/${fs_size /home}
${fs_bar /home}
${color1}root: ${alignr}${color0}${fs_used /}/${fs_size /}
${fs_bar /}
${stippled_hr 2 1}
${color1}Core:
${color0}${rss www.archlinux.org/feeds/packages/i686/core/ 30 item_titles 10 }

${color1}Extra:
${color0}${rss www.archlinux.org/feeds/packages/i686/extra/ 30 item_titles 10 }

${color1}Community:
${color0}${rss www.archlinux.org/feeds/packages/i686/community/ 30 item_titles 10 }
${stippled_hr 2 1}
${alignc}${color1}$mpd_artist
${alignc}${color0}${mpd_title 30}
${alignc}${color0}$mpd_elapsed/$mpd_length
${stippled_hr 2 1}

Offline

Board footer

Powered by FluxBB