You are not logged in.
I'm as clueless as you are. This thing is neat, though
It's definitely a cool little machine and I'm glad to have gotten one.
Offline
Offline
Clean
http://img355.imageshack.us/img355/9107 … zh9.th.pngDirty
http://img249.imageshack.us/img249/5556 … uh1.th.pngfor some reason imgaeshack resizing the clean version
Could you post your .conkyrc, and weather script? Very nice!
Offline
ootput, I like the mario clone. Whats it called?
Offline
Cookie wrote:Clean
http://img355.imageshack.us/img355/9107 … zh9.th.pngDirty
http://img249.imageshack.us/img249/5556 … uh1.th.pngfor some reason imgaeshack resizing the clean version
Could you post your .conkyrc, and weather script? Very nice!
thanks , here they are
.conkyrc
# Use Xft?
use_xft yes
xftfont DejaVu Sans:size=8
xftalpha 0.8
text_buffer_size 2048
# Update interval in seconds
update_interval 1
# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0
# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_transparent yes
own_window_type override
#own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# Minimum size of text area
minimum_size 180 0
#maximum_width 200
# Draw shades?
draw_shades no
# Draw outlines?
draw_outline no
# Draw borders around text
draw_borders no
# Stippled borders?
stippled_borders 0
# border margins
border_margin 5
# border width
border_width 1
# Default colors and also border colors
default_color white
#default_shade_color black
#default_outline_color white
own_window_colour white
# Text alignment, other possible values are commented
#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right
# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 12
gap_y 65
# Subtract file system buffers from used memory?
no_buffers yes
# set to yes if you want all text to be in uppercase
uppercase no
# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2
# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2
# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes
# Add spaces to keep things from moving about? This only affects certain objects.
use_spacer none
TEXT
${font Aerial:style=Bold:pixelsize=10}DATE ${hr 2}${font}
${alignc 58}${font Radio Space:size=40}${time %H:%M}${font}
${voffset 4}${alignc}${font Aerial:style=Bold:pixelsize=10}${time %A %d, %B %Y}
${font Aerial:style=Bold:pixelsize=10}WEATHER ${hr 2}${font}
${voffset 8}${font Arial Black:size=14}${alignc}${execi 300 ~/.scripts/weather.sh "EUR|UK|UK154|Potters+Bar"}${font}
${font Aerial:style=Bold:pixelsize=10}UPDATES${hr 2}${font}
${font Aerial:style=Bold:pixelsize=10}Packages Available:${font} ${texeci 300 perl /home/jake/archupdate/conky-updates.pl}
${font Aerial:style=Bold:pixelsize=10}SYSTEM ${hr 2}${font}
${voffset 2}${font OpenLogos:size=16}B${font} Kernel: ${alignr}${kernel}
${font StyleBats:size=16}q${font} Uptime: ${alignr}${uptime}
${font StyleBats:size=16}A${font} CPU1: ${cpu cpu1}% ${alignr}${cpubar cpu1 8,60}
${font StyleBats:size=16}A${font} CPU2: ${cpu cpu2}% ${alignr}${cpubar cpu2 8,60}
${font StyleBats:size=16}g${font} RAM: $memperc% ${alignr}${membar 8,60}
${font StyleBats:size=16}j${font} SWAP: $swapperc% ${alignr}${swapbar 8,60}
${font Aerial:style=Bold:pixelsize=10}APPS ${hr 2}${font}
${font Aerial:style=Bold:pixelsize=9}Total: ${Processes}$alignr Running: ${running_processes}${font}
${font Aerial:style=Bold:pixelsize=9}Top 3 CPU$hr
${top name 1}$alignr${top cpu 1}%
${top name 2}$alignr${top cpu 2}%
${top name 3}$alignr${top cpu 3}%${font}
${font Aerial:style=Bold:pixelsize=9}Top 3 MEM$hr
${top_mem name 1}$alignr${top_mem mem 1}%
${top_mem name 2}$alignr${top_mem mem 2}%
${top_mem name 3}$alignr${top_mem mem 3}%${font}
${font Aerial:style=Bold:pixelsize=10}HD ${hr 2}${font}
${voffset 4}${font Pie charts for maps:size=14}6${font} Temperature: ${alignr}${exec nc localhost 7634 | perl -ne 'print $1 if /\/sda\|.*?\|(\d+)\|C/;'}°C
${voffset 6}${font Pie charts for maps:size=14}7${font} ${voffset -5}Root:
${voffset 4}${fs_used /}/${fs_size /} ${alignr}${fs_bar 8,60 /}
${font Pie charts for maps:size=14}7${font} ${voffset -5}Home:
${voffset 4}${fs_free /home}/${fs_size /home} ${alignr}${fs_bar 8,60 /home}
${font Aerial:style=Bold:pixelsize=10}NETWORK ${hr 2}${font}
${if_existing /proc/net/route wlan0}
${voffset -6}${font PizzaDude Bullets:size=14}O${font} Up: ${upspeed wlan0} kb/s ${alignr}${upspeedgraph wlan0 8,60 F57900 FCAF3E}
${voffset 4}${font PizzaDude Bullets:size=14}U${font} Down: ${downspeed wlan0} kb/s ${alignr}${downspeedgraph wlan0 8,60 F57900 FCAF3E}
${voffset 4}${font PizzaDude Bullets:size=14}N${font} Upload: ${alignr}${totalup wlan0}
${voffset 4}${font PizzaDude Bullets:size=14}T${font} Download: ${alignr}${totaldown wlan0}
${voffset 4}${font PizzaDude Bullets:size=14}Z${font} Signal: ${wireless_link_qual wlan0}% ${alignr}${wireless_link_bar 8,60 wlan0}
${voffset 4}${font PizzaDude Bullets:size=14}a${font} Local Ip: ${alignr}${addr wlan0}
${voffset 4}${font PizzaDude Bullets:size=14}b${font} Public Ip: ${alignr}${execi 1 ~/.scripts/ip.sh}
${else}${if_existing /proc/net/route eth0}
${voffset -6}${font PizzaDude Bullets:size=14}O${font} Up: ${upspeed eth0} kb/s ${alignr}${upspeedgraph eth0 8,60 F57900 FCAF3E}
${voffset 4}${font PizzaDude Bullets:size=14}U${font} Down: ${downspeed eth0} kb/s ${alignr}${downspeedgraph eth0 8,60 F57900 FCAF3E}
${voffset 4}${font PizzaDude Bullets:size=14}N${font} Upload: ${alignr}${totalup eth0}
${voffset 4}${font PizzaDude Bullets:size=14}T${font} Download: ${alignr}${totaldown eth0}
${voffset 4}${font PizzaDude Bullets:size=14}a${font} Local Ip: ${alignr}${addr eth0}
${voffset 4}${font PizzaDude Bullets:size=14}b${font} Public Ip: ${alignr}${execi 1 ~/.scripts/ip.sh}
${endif}${else}${if_existing /proc/net/route eth1}
${voffset -6}${font PizzaDude Bullets:size=14}O${font} Up: ${upspeed eth1} kb/s ${alignr}${upspeedgraph eth1 8,60 F57900 FCAF3E}
${voffset 4}${font PizzaDude Bullets:size=14}U${font} Down: ${downspeed eth1} kb/s ${alignr}${downspeedgraph eth1 8,60 F57900 FCAF3E}
${voffset 4}${font PizzaDude Bullets:size=14}N${font} Upload: ${alignr}${totalup eth1}
${voffset 4}${font PizzaDude Bullets:size=14}T${font} Download: ${alignr}${totaldown eth1}
${voffset 4}${font PizzaDude Bullets:size=14}a${font} Local Ip: ${alignr}${addr eth1}
${voffset 4}${font PizzaDude Bullets:size=14}b${font} Public Ip: ${alignr}${execi 1 ~/.scripts/ip.sh}
${endif}${else}
${font PizzaDude Bullets:size=14}4${font} Network Unavailable
${endif}
weather.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"; }'
Linux nabcake in training...
ArchLinux64
Offline
ootput, I like the mario clone. Whats it called?
secret mario chronicles
pacman -Ss smc
Offline
Clean
http://img355.imageshack.us/img355/9107 … zh9.th.pngDirty
http://img249.imageshack.us/img249/5556 … uh1.th.pngfor some reason imgaeshack resizing the clean version
Nice... What's the Metacity theme? And how did you get rid of Firefox's menu bar?
Offline
Cookie wrote:Clean
http://img355.imageshack.us/img355/9107 … zh9.th.pngDirty
http://img249.imageshack.us/img249/5556 … uh1.th.pngfor some reason imgaeshack resizing the clean version
Nice... What's the Metacity theme? And how did you get rid of Firefox's menu bar?
thank you, its an emerald theme found at here
Linux nabcake in training...
ArchLinux64
Offline
Cookie wrote:Clean
http://img355.imageshack.us/img355/9107 … zh9.th.pngDirty
http://img249.imageshack.us/img249/5556 … uh1.th.pngfor some reason imgaeshack resizing the clean version
Nice... What's the Metacity theme? And how did you get rid of Firefox's menu bar?
There are several firefox extensions that can kill the menubar. I use TinyMenu and then add all of my buttons to the menubar and hide the other toolbars.
Offline
fuscia wrote:which font are you using?
Liberation Sans for Apps, and Liberation Mono for terminals
thanks.
Offline
timtux wrote:simple and nice wallpaper. can I have a link pls? thank you.
http://timtux.net/images/screenshots/stripe.png
tile it. (eg feh --bg-tile stripe.png)
http://timtux.net/ - my personal blog about almost everything
Offline
what's the font?
Offline
Offline
raul_nds wrote:what's the font?
Neutra Text SC
PM me if you can't find them
EDIT: I forgot there are no PM's here...just leave a message on the thread
Last edited by raul_nds (2008-12-14 14:52:31)
Offline
seenxu wrote:SamC wrote:mind to share your term config, too?
Sure, here they are.
seenxu wrote:GraveyardPC wrote:My normal day:
http://th04.deviantart.com/fs39/300W/f/ … yardpc.pngmind to share your term config?
Actually I don't have an Xdefaults made up yet. I'm just using the default xterm colors in gnome-terminal with yellow changed to "#FF8800."
thx.
Offline
I like very much your color combination, can you post it please?
.. and... which mp3 player are you using?
tnx
Linux Registered User: #431529 - http://counter.li.org/
Offline
Here is my current setup, with the wallpaper I saw earlier in this thread.
GTK: Playbill Blue
Emerald: Playbill Blue
Firefox: NASA Night Launch
Icon: Footwork
Care to share the bmpanel theme?
Offline
Greak wallpaper!
Last edited by munirekinci (2008-12-14 15:59:13)
Offline
DonVla wrote:raul_nds wrote:what's the font?
Neutra Text SC
PM me if you can't find them
EDIT: I forgot there are no PM's here...just leave a message on the thread
http://www.houseind.com/index.php?page= … id=615#615
hahaha, 250 bucks!!!
please post the ttf file somewhere, if you don't mind
thanks
Offline
the cairo & awesome3 memleak made me switch to xmonad:
http://i33.tinypic.com/2h6cbur.png
hi, could you post your xmonad configs?
Offline