You are not logged in.
K0tuk would you mind posting a link to that wallpaper looks really cool
Regards
Matthew
"is adult entertainment killing our children or is killing our children entertaining adults?" Marilyn Manson
Offline
Just started to use OpenBox (I was using KDE4 all the time):
do you want that scrollbar in urxvt? if not, just put "urxvt*scrollBar: false" in your .Xdefaults file.
Offline
FallenWizard wrote:Just started to use OpenBox (I was using KDE4 all the time):
do you want that scrollbar in urxvt? if not, just put "urxvt*scrollBar: false" in your .Xdefaults file.
I know, but I kinda like the scrollbar, thanks anyway
Offline
K0tuk would you mind posting a link to that wallpaper looks really cool
Regards
Matthew
You can find it on this website: http://interfacelift.com/wallpaper_beta … /date/any/
There are tons of wallpapers, i found mine there (but i don`t remember on which page )
Offline
genisis300 wrote:K0tuk would you mind posting a link to that wallpaper looks really cool
Regards
MatthewYou can find it on this website: http://interfacelift.com/wallpaper_beta … /date/any/
There are tons of wallpapers, i found mine there (but i don`t remember on which page )
Offline
Thanks
"is adult entertainment killing our children or is killing our children entertaining adults?" Marilyn Manson
Offline
Yes, thanks That`s the one
Offline
Wallpaper: http://interfacelift.com/wallpaper_beta … ation.html
More info in second screenshot.
Offline
@ erebos
a little late but nevertheless here is my .conkyrc:
#avoid flicker
double_buffer yes
#own window to run simultanious 2 or more conkys
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_type override
#borders
draw_borders no
border_margin 0
border_width 3
draw_outline no
default_outline_color 777777
#shades
draw_shades no
#position
gap_x 0
gap_y 24
alignment top_left
#behaviour
update_interval 1
#colour
#gray
color3 8f8f8f
#white
color1 e0e0e0
#green
color2 70C737
#yellow
default_color ffff00
#default_shade_color 359748
own_window_colour 262729
#font
use_xft yes
xftfont snap:pixelsize=12
#to prevent window from moving
use_spacer none
minimum_size 1680 5
top_cpu_separate false
draw_graph_borders no
TEXT
${voffset -2} ${goto 10}${color} Kernel: ${color e0e0e0}${kernel} ${color3}| CPU1: @${freq 1}Mhz ${color e0e0e0}${cpu cpu1}% ${cpubar cpu1 8,60} ${color3} | CPU2: @${freq 2}Mhz ${color e0e0e0}${cpu cpu2}% ${cpubar cpu2 8,60} ${color3} | MEM: ${color e0e0e0}${mem}${color} - ${color1}$memperc% ${membar 8,60}${color3} | ${color} SWAP: ${color}${swap} | ${color} NET: ${color e0e0e0} ${downspeedgraph eth0 7,35 ffff00 70C737} ${downspeed eth0}/s ${color} ${totaldown eth0} downloaded ${color e0e0e0} ${upspeedgraph eth0 7,35} ${upspeed eth0}/s ${color} ${totalup eth0} uploaded${color}| GMX: ${execi 600 conkyEmail --servertype=POP --servername=pop.gmx.net --username=xxx --password=xxx --ssl}GMAIL: ${execi 600 conkyEmail --servertype=POP --servername=pop.googlemail.com --username=xxx --password=xxx --ssl}${color}| ${color}Root: ${color e0e0e0}${fs_free /} ${color} Home: ${color e0e0e0}${fs_free /home} ${color}Musik: ${color1}${fs_free /home/rw/Musik}
${if_mpd_playing}${voffset 8}${goto 665}${color}MPD ${color1}${mpd_status} ${color2}${mpd_smart} ${color3}${mpd_album} ${color1}${mpd_elapsed} ${color}| ${color1}${mpd_length} ${mpd_bar 5,90}${endif}
i kinda messed around with it so you'll want to change colors
...and add ${goto xxx} at the beginning of each part, to avoid the lines from moving too much.
Offline
Here is my Openbox. Still tweaking conky, but I figured it decent enough to show. .jpg compression messed with a little bit of conky's colors sadly.
Running apps:
Firefox - Minimized
Sonata - In Sys Tray
Tint2
Two instances of conky
urxvt
Many nights, I lay awake in bed,
Looking up at the stars.
Thinking of life, it's complexity,
And where in the world my ceiling could have gone this time.
Offline
OS: Ubuntu 9.04
WM: OpenBox 3
OpenBox theme: Marina
GTK 2 theme: MatteGlass
Icon theme: Chromo-Erectus
Wallpaper: Surface Tension by OlisStudio
Picture: Rock'N'Roll, baby by gre3g
OpenBox standalone, now with GNOME Global Menu. Conky is closed inside autohiding bottom panel with Swallow Applet, only top panel with Global Menu is always visible.
I like this setup so far. Good for my eyes.
Offline
I haven't heard about this swallow applet before but it sounds nice...
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
FallenWizard,could you share with me your awesome pypanel config? .
Thanks and greetings.
Offline
http://img.photobucket.com/albums/v319/ … _scrot.png
Running apps: Conky, tint2, Pidgin, wicd
Autostart.sh
# This shell script is run before Openbox launches.
# Environment variables set here are passed to the Openbox session.
#Programs to launch at startup
eval `cat $HOME/.fehbg` &
#Programs that will run after Openbox has started
(sleep 2 && tint2) &
(sleep 15 && conky) &
wicd-client &
Menu.xml
<?xml version="1.0" encoding="utf-8"?>
<openbox_menu xmlns="http://openbox.org/3.4/menu">
<menu id="None-13712" label="New Menu">
<item label="New Item">
<action name="Execute">
<execute>
command
</execute>
</action>
</item>
</menu>
<menu id="apps-accessories-menu" label="Accessories">
<item label="Calculator">
<action name="Execute">
<command>
gnome-calculator
</command>
<startupnotify>
<enabled>
yes
</enabled>
</startupnotify>
</action>
</item>
</menu>
<menu id="apps-term-menu" label="Terminals">
<item label="Rxvt Unicode">
<action name="Execute">
<command>
urxvt
</command>
</action>
</item>
<item label="Xfce Terminal">
<action name="Execute">
<command>
xfce4-terminal
</command>
<startupnotify>
<enabled>
yes
</enabled>
</startupnotify>
</action>
</item>
<item label="Xterm">
<action name="Execute">
<command>
xterm
</command>
</action>
</item>
</menu>
<menu id="apps-net-menu" label="Internet">
<item label="Firefox">
<action name="Execute">
<command>
firefox
</command>
<startupnotify>
<enabled>
yes
</enabled>
<wmclass>
Firefox
</wmclass>
</startupnotify>
</action>
</item>
<item label="Pidgin Instant Messenger">
<action name="Execute">
<command>
pidgin
</command>
<startupnotify>
<enabled>
yes
</enabled>
</startupnotify>
</action>
</item>
</menu>
<menu id="apps-multimedia-menu" label="Multimedia">
<item label="MPlayer">
<action name="Execute">
<command>
gmplayer
</command>
<startupnotify>
<enabled>
yes
</enabled>
<wmclass>
MPlayer
</wmclass>
</startupnotify>
</action>
</item>
</menu>
<menu id="None-28716" label="Office">
<item label="Abiword">
<action name="Execute">
<execute>
command
</execute>
</action>
</item>
</menu>
<menu id="apps-fileman-menu" label="File Managers">
<item label="ROX">
<action name="Execute">
<command>
Thunar
</command>
<startupnotify>
<enabled>
yes
</enabled>
</startupnotify>
</action>
</item>
</menu>
<menu id="apps-graphics-menu" label="Graphics">
<item label="Gimp">
<action name="Execute">
<command>
gimp
</command>
<startupnotify>
<enabled>
yes
</enabled>
</startupnotify>
</action>
</item>
<item label="Inkscape">
<action name="Execute">
<command>
inkscape
</command>
<startupnotify>
<enabled>
yes
</enabled>
</startupnotify>
</action>
</item>
</menu>
<menu id="system-menu" label="System">
<item label="Openbox Configuration Manager">
<action name="Execute">
<command>
obconf
</command>
<startupnotify>
<enabled>
yes
</enabled>
</startupnotify>
</action>
</item>
<item label="Xfce Settings">
<action name="Execute">
<command>
xfce-setting-show
</command>
<startupnotify>
<enabled>
yes
</enabled>
</startupnotify>
</action>
</item>
<separator/>
<item label="Reconfigure Openbox">
<action name="Reconfigure"/>
</item>
<item label="Exit Openbox">
<action name="Exit">
<prompt>
yes
</prompt>
</action>
</item>
</menu>
<menu id="root-menu" label="Openbox 3">
<separator label="Applications"/>
<menu id="apps-accessories-menu"/>
<menu id="apps-editors-menu"/>
<menu id="apps-graphics-menu"/>
<menu id="apps-net-menu"/>
<menu id="apps-office-menu"/>
<menu id="apps-multimedia-menu"/>
<menu id="apps-term-menu"/>
<menu id="apps-fileman-menu"/>
<separator label="System"/>
<menu id="system-menu"/>
<separator/>
<item label="Log Out">
<action name="SessionLogout">
<prompt>
yes
</prompt>
</action>
</item>
</menu>
</openbox_menu>
The standard menu.xml, until I get more comfortable with Openbox
conky
# conky config
# taskbar layout
# position
alignment top_center
background yes
gap_x 2
gap_y 2
#minimum_size 1668 20
# font
override_utf8_locale yes
use_xft yes
xftfont Terminus:size=8
xftalpha 0.8
# color
color0 1994d1
color1 63b6e0
default_color white
default_outline_color white
default_shade_color black
# misc
cpu_avg_samples 1
double_buffer yes
net_avg_samples 1
no_buffers yes
short_units yes
TEXT
${alignc}${offset 45}${color1}$nodename${color} ${color0}${sysname}-${machine} ${kernel} ${color}${texeci 18000 perl ~/scripts/arch-updates/list_upgradable.pl} | ${color0}CPU${color} ${font Terminus:size=8}@${font} ${freq_g}GHz ${cpu}% ${acpitemp}°C | $uptime_short | ${color0}RAM${color} ${mem} ${memperc}% | ${color0}SWAP${color} ${swap} ${swapperc}% | ${color0}WLAN${color} ${wireless_essid eth0} ${wireless_link_qual_perc eth0} ${color0}LAN${color0} ${font PizzaDude Bullets:size=8}U${font} ${color}${totaldown eth1}/${downspeed eth1} ${color0}${font PizzaDude Bullets:size=8}O${font} ${color}${totalup eth1}/${upspeed eth1} | ${execi 18000 weatherget -f ~/scripts/arch-updates/.conkyweatherrc --station-id=USMN0220 --standard} | ${color0}BATTERY${color} ${battery_short}
#---------------------------------------------
# TINT2 CONFIG FILE
#---------------------------------------------
#---------------------------------------------
# BACKGROUND AND BORDER
#---------------------------------------------
rounded = 0
border_width = 1
background_color = #000000 0
border_color = #000000 0
rounded = 3
border_width = 1
background_color = #ffffff 15
border_color = #000000 35
rounded = 3
border_width = 1
background_color = #ffffff 30
border_color = #000000 40
#---------------------------------------------
# PANEL
#---------------------------------------------
panel_monitor = all
panel_position = bottom center
panel_size = 0 30
panel_margin = 0 0
panel_padding = 1 1 1
font_shadow = 0
panel_background_id = 1
#---------------------------------------------
# TASKBAR
#---------------------------------------------
taskbar_mode = single_desktop
taskbar_padding = 0 0 1
taskbar_background_id = 0
#---------------------------------------------
# TASK
#---------------------------------------------
task_icon = 1
task_text = 1
task_width = 110
task_centered = 1
task_padding = 1 2
task_font = verdana bold 9
task_font_color = #ffffff 75
task_active_font_color = #ffffff 95
task_background_id = 2
task_active_background_id = 3
#---------------------------------------------
# SYSTRAYBAR
#---------------------------------------------
systray_padding = 4 3 4
systray_background_id = 0
#---------------------------------------------
# CLOCK
#---------------------------------------------
time1_format = %I:%M
time1_font = verdana bold 10
time2_format = %A %d %B
time2_font = verdana bold 10
clock_font_color = #ffffff 75
clock_padding = 2 2
clock_background_id = 0
#---------------------------------------------
# BATTERY
#---------------------------------------------
battery = 0
battery_low_status = 0
battery_low_cmd = (null)
bat1_font = (null)
bat2_font = (null)
battery_font_color = #000000 0
battery_padding = 2 2
battery_background_id = 0
#---------------------------------------------
# MOUSE ACTION ON TASK
#---------------------------------------------
mouse_middle = none
mouse_right = close
mouse_scroll_up = toggle
mouse_scroll_down = iconify
pink
Last edited by Mr Pink57 (2009-06-24 04:18:37)
Even a broken clock is right twice a day.
Diplomacy without force is like music without instruments.
Offline
Offline
ntowakbh I really like your Arch Clock in Conky I also like how you have the white and Arch-Blue color seem. I always thought that the Arch-Blue was a really nice shade of blue.
Here is my Logo happy desktop as of now
[img=http://img99.imageshack.us/img99/2163/cleanscreenshot.th.png]
[img=http://img81.imageshack.us/img81/1954/busyscreenshot.th.png]
I think I'll keep the conkys but add a new one for the Arch-Logo blue-Clock in the top left where the arch logo is now and have it have the text part "archlinux" in the bottom right in white.
OpenBSD-current Thinkpad X230, i7-3520M, 16GB CL9 Kingston, Samsung 830 256GB
Contributor: linux-grsec
Offline
Offline
GTK-theme: Semplice
Icon-theme: Meliae-dark
Fonts: cure for window decorations, Calibri for the apps
Panel: lxpanel
Clean (apps: XFCE-Terminal, Sonata, Visibility and, of course, my trusty, reliable GKrellM):
Busy (apps: Thunar, Firefox - theme: Phoenity Modern, aMSN):
Last edited by Renan Birck (2009-06-28 03:58:00)
Offline
Inspired by this link posted in another thread by Mr Green.
The conky files and weather script are located here
This one I came up with just for the hell of it, but I think it turned out quite nicely.
Conky & Tint2 configs/theme files located here.
And another one... This one was sorta a request.
And the configs
EDIT: And while I'm on this creative kick I'm taking requests.
Last edited by Ghost1227 (2010-05-14 21:50:18)
Offline
Whoa, nice. The last two are totally bitchin'! Awesome job.
Offline
And a few more...
And the configs
I've never been good with the whole Japanese art scene, but it was requested. Expect an update to this one in the very near future.
Configs are available here.
Now this request is kinda cool. I may at some point add a second conky bar across the top, but for now I like it as it is.
Configs are available here
By request, an iPod-based theme. This one includes both vertical and horizontal menus.
Configs are available here.
And I was asked for a version in black, so here it is. Includes both vertical and horizontal menus.
Configs are available here.
Last edited by Ghost1227 (2010-05-14 21:51:07)
Offline
Here is mine
Nice setup . What dock is that on the left? Cairo-dock?
Offline
agihr wrote:Here is mine
Nice setup . What dock is that on the left? Cairo-dock?
It's wbar.
Offline
Also:
Clean: http://omploader.org/vMXhhNw
Dirty: http://omploader.org/vMXhhOQ
Last edited by DevoidOfWindows (2009-07-04 22:03:05)
Offline
Offline