You are not logged in.
here's my current desktop on my old laptop (acer aspire 5024)
really similar to my desktop pc but with customised conky
(openbox + pypanel + conky)
Last edited by equilibrium (2010-01-17 13:38:40)
Archlinux x86_64 | Github | acer chromebook c7 (arch)
Offline
Is that Conky on the right? Could I get a copy of your ~/.conkyrc?
background yes
use_xft yes
xftfont Sans:size=8
xftalpha 1
update_interval 1.0
total_run_times 0
own_window yes
own_window_transparent yes
own_window_type desktop
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 200 200
maximum_width 200
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders yes
default_color white
default_shade_color blue
default_outline_color white
alignment top_right
gap_x 12
gap_y 12
no_buffers yes
uppercase no
cpu_avg_samples 2
override_utf8_locale no
TEXT
${font sans-serif:bold:size=8}SYSTEM ${hr 2}
${font sans-serif:normal:size=8}$sysname $kernel $alignr $machine
Host:$alignr$nodename
Uptime:$alignr$uptime
File System: $alignr${fs_type}
Distrowatch's Ranking: $alignr ${execi 7200 python ~/.scripts/ranking.py}
${font sans-serif:bold:size=8}AMD Turion(tm) 64 X2 TL-60${hr 2}
${font sans-serif:normal:size=8}${cpugraph cpu1}
Core 1: ${cpu cpu1}% ${cpubar cpu1}
${font sans-serif:normal:size=8}${cpugraph cpu2}
Core 2: ${cpu cpu2}% ${cpubar cpu2}
${font sans-serif:bold:size=8}MEMORY ${hr 2}
${font sans-serif:normal:size=8}RAM $alignc $mem / $memmax $alignr $memperc%
$membar
${font sans-serif:bold:size=8}HDD ${hr 2}
${font sans-serif:normal:size=8}/ $alignc ${fs_used /} / ${fs_size /} $alignr ${fs_used_perc /}%
${fs_bar /}
${font sans-serif:normal:size=8}/home $alignc ${fs_used /home} / ${fs_size /home} $alignr ${fs_used_perc /home}%
${fs_bar /home}
${font sans-serif:bold:size=8}TOP PROCESSES ${hr 2}
${font sans-serif:normal:size=8}${top_mem name 1}${alignr}${top mem 1} %
${top_mem name 2}${alignr}${top mem 2} %
$font${top_mem name 3}${alignr}${top mem 3} %
$font${top_mem name 4}${alignr}${top mem 4} %
${font sans-serif:bold:size=8}NETWORK ${hr 2}
${font sans-serif:normal:size=8}IP address: $alignr ${addr wlan0}
ESSID: $alignr ${wireless_essid wlan0}
Connection quality: $alignr ${wireless_link_qual_perc wlan0}%
${downspeedgraph wlan0}
DLS:${downspeed wlan0} kb/s $alignr total: ${totaldown wlan0}
${upspeedgraph wlan0}
ULS:${upspeed wlan0} kb/s $alignr total: ${totalup wlan0}
MAIL:$alignr${execi 300 python ~/.scripts/gmail.py}
${font sans-serif:bold:size=8}SHORTCUT KEYS ${hr 2}
${font sans-serif:normal:size=8}Super+t$alignr Terminal
Super+f$alignr File Manager
Super+e$alignr Editor
Super+w$alignr Web Browser
Super+q$alignr Force Quit
Super+v$alignr Adjust Volume
Super+u$alignr System Upgrade
Last edited by willxtreme (2010-01-18 02:29:11)
Offline
@willxtreme
Wrap code tags around your post for a better viewing experience.
"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
Last edited by willxtreme (2010-01-19 17:38:28)
Offline
Finally got time to setup Arch on my new laptop. Thanks weakhead for the great themes.
Nice shot. Share your Powered Icon theme plz. I can't find it
Offline
M177ER wrote:Finally got time to setup Arch on my new laptop. Thanks weakhead for the great themes.
Nice shot. Share your Powered Icon theme plz. I can't find it
Here you go.
"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
dziq wrote:M177ER wrote:Finally got time to setup Arch on my new laptop. Thanks weakhead for the great themes.
Nice shot. Share your Powered Icon theme plz. I can't find it
Here you go.
Thx man
Offline
http://s6.tinypic.com/2druosg_th.jpg
BMPanel2 now has pager ^^
I've managed to integrate Conky with BMPanel2 by setting it (Conky) as a dock/panel.
I like that conky...could I see the .conkyrc?
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
weakhead wrote:http://s6.tinypic.com/2druosg_th.jpg
BMPanel2 now has pager ^^
I've managed to integrate Conky with BMPanel2 by setting it (Conky) as a dock/panel.I like that conky...could I see the .conkyrc?
Sure, here's the one near panel:
#avoid flicker
double_buffer yes
#own window to run simultanious 2 or more conkys
own_window yes
own_window_transparent no
own_window_type dock
own_window_class conky-panel
#borders
draw_borders no
border_margin 0
#shades
draw_shades no
#position
gap_x 0
gap_y 0
alignment bottom_left
#behaviour
update_interval 1
#colour
default_color FFFFFF
own_window_colour 839E69
#font
use_xft yes
xftfont Droid Sans:pixelsize=10
#to prevent window from moving
use_spacer none
minimum_size 146 14
maximum_width 147
TEXT
${alignc}${cpu cpu0}% / ${execi 20 sensors coretemp-isa-0000 |grep Core |awk '{print $3}'} / $mem / ${battery_percent}%
Border of conky is handled by dock of Openbox, BMPanel2 has tweaked width.
And here's conkyrc of sysmonitor on desktop:
#avoid flicker
double_buffer yes
#own window to run simultanious 2 or more conkys
own_window yes
own_window_transparent yes
own_window_type desktop
#borders
draw_borders no
border_margin 1
#shades
draw_shades no
#position
gap_x 10
gap_y 10
alignment top_right
#behaviour
update_interval 1
#colour
default_color 000000
#font
use_xft yes
xftfont Droid Sans:pixelsize=14
#to prevent window from moving
use_spacer none
minimum_size 200 0
TEXT
KERNEL ${alignr}${color ffffff}${kernel}${color}
UPTIME ${alignr}${color ffffff}${uptime}${color}
CPU GOV ${alignr}${color ffffff}${execi 5 cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor}${color}
DOWN ${alignr}${color ffffff} ${downspeed wlan0}/ ${totaldown wlan0}${color}
UP ${alignr}${color ffffff} ${upspeed wlan0}/ ${totalup wlan0}
Offline
http://s6.tinypic.com/2dikox2_th.jpg
Same old conky, same old Openbox, same old wall. But yet, something is different
Themes: http://weakhead.deviantart.com/art/Fund … -148956109
Could I have the .conkyrc please?
/me wants you to detele this account... please delete it.
Offline
weakhead wrote:Same old conky, same old Openbox, same old wall. But yet, something is different
Themes: http://weakhead.deviantart.com/art/Fund … -148956109Could I have the .conkyrc please?
Here: http://gnome-look.org/content/show.php/ … ent=118415 (included with theme).
It's almost the same.
Gloomy mood today...
GTK, Openbox, Conky, BMPanel2: Sickbox
Icons: SimplyGrey
First crash test of my new theme. It's very far from complete.
Also, I've pimped my Firefox a little
Last edited by weakhead (2010-01-25 20:47:25)
Offline
http://s6.tinypic.com/29fs67l_th.jpg
WM: Openbox
Wall: Elementary OS
Icons: Elementary Icons
Themes and Conky: Litestyle (reduced lightborder shade to 1.2 in GTK)
Hi, what's your pannel and can you paste its configuration file ?
I really like your desktop
Is there any « how to » for installing a theme like this ? I use switch2 but your theme isn't recognized correctly
edit : nevermind, I've found what i was looking for (by reading the readme *whistle*)
Last edited by RiouJ (2010-01-26 13:06:36)
Arch (x86_64 on C2D & Athlon X2 + i686 on Celeron Coppermine)
Arch user since summer 09.
Offline
EDIT 25.I.2010:
http://s6.tinypic.com/folumb_th.jpgFirst crash test of my new theme. It's very far from complete.
Also, I've pimped my Firefox a little
Wow, this one looks really really nice!
Mind sharing when it's ready?
Vlad
Offline
Offline
@weakhead: what font rendering method do you use?
I have installed following packages:
aur/cairo-ubuntu
aur/fontconfig-ubuntu
aur/freetype2-ubuntu
aur/libxft-ubuntu
Here's my ~/.fonts.conf
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match target="font" >
<edit mode="assign" name="rgba" >
<const>rgb</const>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="hinting" >
<bool>true</bool>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="hintstyle" >
<const>hintslight</const>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="antialias" >
<bool>true</bool>
</edit>
</match>
</fontconfig>
Also, I'm using Droid Sans fonts (aur/ttf-droid) and Verdana (titlebar only).
@DonVla
Of course I will! It's supposed to be Arch-based theme, more modern than ArchMania (which I will have to update soon).
Offline
What's that on the right?
Don't panic !
Offline
na12 wrote:What's that on the right?
conky
Offline
m4co wrote:na12 wrote:What's that on the right?
conky
Wow that's different!
Are you using any script to display it like that? Or is it just images/fonts ?
I would like to see your conkyrc if you don't mind!
Don't panic !
Offline
na12 wrote:m4co wrote:What's that on the right?
conky
Wow that's different!
Are you using any script to display it like that? Or is it just images/fonts ?
I would like to see your conkyrc if you don't mind!
it is conky-lua,see conky screenshots thread
Offline
Offline
http://s6.tinypic.com/2iabo9d_th.jpg
Playing with tint2.
Themes coming soon.
Very nice theme! I hope it does come soon
What File Manager is that ?
Don't panic !
Offline
Offline