You are not logged in.
manuw wrote:What Obconf and GTK themes are you using?
Elegant Mine with a little change (border-color)
You can find it here: http://gnome-look.org/content/show.php/ … tent=77491
Change:
diff themerc themerc-old
52,53c52,53
< window.active.border.color: #000000
< window.inactive.border.color: #000000
---
> window.active.border.color: #fafafa
> window.inactive.border.color: #fafafa
Last edited by manuw (2012-04-04 08:11:53)
Offline
Just got this running and usable. I love Arch, especially on my shiny new rig!
Can i have your conky file plz?
Offline
Hi all ! I just new to arch, but I ever love it
Here is my desktop ! After weeks of config file eating, I finally got something that I like (Even if I will surelly chage the color sheme each month )
Conkies for CPU/Memory/Network/Others + Volume + mpd + Clock
Theme OB : Bamboo
Theme GTK : Ringie
URxvt + Screen
Tint2 (In multi_desktop mode)
Icon pack : tok-tok (+ Faenza for missing icons)
Font : Rough_typewriter
Hope you enjoy it
Feel free to ask for config files
Hobbes: Shouldn't we read the instructions?
Calvin: Do I look like a sissy ?
Offline
Nice Would you mind to share those conky?
Offline
For sure !
Here is the archive : z3bra_conky.tar
Extract it anywhere, and then, place the .conkytheme in your home directory to make it works !
You may also needs some adjustements, But all is explained in the README
Hope you'll enjoy it !
Hobbes: Shouldn't we read the instructions?
Calvin: Do I look like a sissy ?
Offline
Thank you z3bra
Offline
You're wlecome !
Tell me how it works on your desktop, I'm interrested to know how easily adaptable/sharable it is
Hobbes: Shouldn't we read the instructions?
Calvin: Do I look like a sissy ?
Offline
Offline
Offline
whats your gtk theme @na12?
Offline
wow 8) what panel is it?
Offline
whats your gtk theme @na12?
wow-2
wow 8) what panel is it?
awn + dockbarx applet
Last edited by na12 (2012-04-15 12:32:17)
Offline
can you share awn/dockbarx theme?
Offline
Really nice ! I like OB menu organisation ! Would you mind sharing your menu.xml ?
Hobbes: Shouldn't we read the instructions?
Calvin: Do I look like a sissy ?
Offline
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.
Really nice ! I like OB menu organisation ! Would you mind sharing your menu.xml ?
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>
Last edited by na12 (2012-04-15 13:55:33)
Offline
Thanks a lot
Hobbes: Shouldn't we read the instructions?
Calvin: Do I look like a sissy ?
Offline
hey guys I need your help.
I had for a very long time a simple dark openbox theme with an orange contrast color... old screenshot
now i just wanted to change the orange contrast color to something else. I wanted something in the blue direction, so I just testet #1793D0
screen:
What do you think? Have you any better color which would work fine with my dark theme?
ty
Offline
Thanx for info. I found Wbar is very simple, light & useful.
My SS:
Openbox, Tint2, Wbar
Offline
Here is my actual desktop. Using conky, tint2, volumeicon, oblogout, thunar as file manager and nitrogen for wallpaper.
GTK theme is Orta with Oxygen icon theme. Font is snap from the artwiz package.
autostart:
nitrogen --restore &
tint2 &
volumeicon -b &
xcompmgr &
conky -q -c ~/.config/conky/myconkyrc &
The rc.xml is almost like the default one. Here is the keybindings i added to it:
<!-- My keybindings -->
<keybind key="A-F2">
<action name="execute">
<execute>gmrun</execute>
</action>
</keybind>
<keybind key="W-t">
<action name="execute">
<execute>urxvt</execute>
</action>
</keybind>
<keybind key="W-r">
<action name="execute">
<execute>xterm -geometry 40x20 -e /usr/bin/radio</execute>
</action>
</keybind>
<keybind key="W-m">
<action name="execute">
<execute>xterm -geometry '148x30' -e 'alsamixer'</execute>
</action>
</keybind>
<keybind key="W-i">
<action name="execute">
<execute>firefox</execute>
</action>
</keybind>
<keybind key="W-KP_Add">
<action name="execute">
<execute>amixer sset Master 5+</execute>
</action>
</keybind>
<keybind key="W-KP_Subtract">
<action name="execute">
<execute>amixer sset Master 5-</execute>
</action>
</keybind>
<keybind key="A-F1">
<action name="Focus"/>
<action name="Raise"/>
<action name="ShowMenu">
<menu>root-menu</menu>
</action>
</keybind>
<keybind key="C-A-BackSpace">
<action name="execute">
<execute>openbox --exit</execute>
</action>
</keybind>
<keybind key="C-A-Delete">
<action name="execute">
<execute>oblogout</execute>
</action>
</keybind>
<keybind key="W-p">
<action name="execute">
<execute>xterm -geometry 130x60 -e cmus</execute>
</action>
</keybind>
<keybind key="W-f">
<action name="execute">
<execute>thunar</execute>
</action>
</keybind>
conkyrc:
background yes
use_xft yes
xftfont snap:bold:size=9
xftalpha 1
update_interval 2.0
total_run_times 0
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 240 5
maximum_width 240
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
default_color black
default_shade_color red
default_outline_color green
alignment top_right
gap_x 12
gap_y 48
no_buffers yes
uppercase no
cpu_avg_samples 2
override_utf8_locale no
TEXT
$sysname $kernel on $machine
Uptime $alignr $uptime
Load $alignr $loadavg
Hostname $alignr $nodename
eth0 $alignr ${addr eth0}
Inbound $alignr ${downspeed eth0} kb/s
${downspeedgraph eth0}
Outbound $alignr ${upspeed eth0} kb/s
${upspeedgraph eth0}
CPU $alignr ${cpu cpu0}%
${cpubar cpu0}
CPU $alignr ${cpu cpu1}%
${cpubar cpu1}
MEM $alignc $mem / $memmax $alignr $memperc%
$membar
/ $alignc ${fs_used /} / ${fs_size /} $alignr ${fs_free_perc /}%
${fs_bar /}
# /home $alignc ${fs_used /home} / ${fs_size /home} $alignr ${fs_free_perc /home}%
# ${fs_bar /home}
swap $alignc $swap / $swapmax $alignr $swapperc%
${swapbar}
$processes processes ($running_processes running)
NAME $alignr PID CPU
${top name 1} $alignr ${top pid 1} ${top cpu 1}
${top name 2} $alignr ${top pid 2} ${top cpu 2}
${top name 3} $alignr ${top pid 3} ${top cpu 3}
${top name 4} $alignr ${top pid 4} ${top cpu 4}
${top name 5} $alignr ${top pid 5} ${top cpu 5}
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 = 0
background_color = #000000 24
border_color = #FFFFFF 0
# ID 2
rounded = 5
border_width = 0
background_color = #003A63 40
border_color = #000000 100
# ID 3
rounded = 5
border_width = 0
background_color = #000000 42
border_color = #FFFFFF 1
# ID 4
rounded = 5
border_width = 0
background_color = #000000 62
border_color = #FFFFFF 8
# Panel
panel_monitor = all
panel_position = bottom center horizontal
panel_size = 100% 28
panel_margin = 0 0
panel_padding = 0 0 2
panel_dock = 0
wm_menu = 0
panel_layer = top
panel_background_id = 1
# Panel Autohide
autohide = 0
autohide_show_timeout = 0.0
autohide_hide_timeout = 0.0
autohide_height = 0
strut_policy = follow_size
# Taskbar
taskbar_mode = multi_desktop
taskbar_padding = 0 0 2
taskbar_background_id = 1
taskbar_active_background_id = 2
# Tasks
urgent_nb_of_blink = 7
task_icon = 1
task_text = 1
task_centered = 1
task_maximum_size = 200 32
task_padding = 2 2
task_background_id = 3
task_active_background_id = 4
task_urgent_background_id = 0
task_iconified_background_id = 1
# 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 = 50 0 0
# Fonts
task_font = snap 10
task_font_color = #EEEEFF 46
task_active_font_color = #FFFFFF 100
task_urgent_font_color = #FFFFFF 100
task_iconified_font_color = #EEEEFF 46
font_shadow = 0
# System Tray
systray = 1
systray_padding = 2 1 2
systray_sort = ascending
systray_background_id = 1
systray_icon_size = 0
systray_icon_asb = 100 0 0
# Clock
time1_format = %H:%M:%S
time1_font = snap 9
time2_format = %a %d %b
time2_font = snap 7
clock_font_color = #FFFFFF 100
clock_padding = 2 2
clock_background_id = 1
# Tooltips
tooltip = 1
tooltip_padding = 10 10
tooltip_show_timeout = 1
tooltip_hide_timeout = 1
tooltip_background_id = 4
tooltip_font = snap 12
tooltip_font_color = #FFFFFF 100
# Mouse
mouse_middle = shade
mouse_right = close
mouse_scroll_up = none
mouse_scroll_down = none
# Battery
battery = 0
battery_low_status = 0
battery_low_cmd = (null)
battery_hide = 90
bat1_font = (null)
bat2_font = (null)
battery_font_color = #000000 0
battery_padding = 2 2
battery_background_id = 0
# End of config
Offline
gnomeye wrote:Barthalion wrote:<applications> <application class="*"> <decor>no</decor> </application> </applications>
This is only to get no decorations for every openbox window. To get one single Border Pixel, just adjust your themerc:
!! Borders window.active.border.color: #yourcolor window.inactive.border.color: #yourcolor border.width: 1
How do you maximize/move windows? Do you aim every time at that 1 pixel?
Keyboard shortcuts. Also if you like to use the mouse: Mousebindings with ALT or other MODKEY
I simply move Windows around with Super+arrowkeys. Resize with Super+ALT+arrowkeys. It's simple, minimalistic and damn faster then using the mouse.
Offline
Offline
Offline