Skip navigation.

Black_Claw was not here!

"Indeed, use Opera Mini..."

PLURK: Karma always 100

First, kick your real karma to the left, then change the color to the same color as the plurk-dashboard.

/* karma to the left, same color as the plurk dashboard. */
#karma {
color: #html-notationnya-color-of-plurk-dashboard;
right:0px!important;
opacity:1.0;filter:alpha(opacity=0);
position:absolute;
}


Then, make your own karma box backgroud image with fake karma.

/* fake karma background */
#dash-stats{ 
background:url(http://www.fake.karma.bitmap);
}


Ex, take a look at my plurk, and here is the image with code:
neh
#dash-stats
{ 
background:url(http://www.plurkpix.com/pix/5zR.jpg);
-moz-border-radius:8px 8px 8px 8px;
padding-top: 5px;
padding-bottom: 11px; 
padding-left: 5px; 
padding-right: 5px; 
text-align: center;
}


Now, all you need to do is make sure that your karma are still enough to use custom css :cheers:

How to change Plurk's logo and character with your custom image.

Okaaaayyyy, another tips to have fun with plurk. If you want to change that headless thing that I mention before from your Plurk pages, this is what you need to do.

Basicly, you need to remove the old one first from your page. How? Read my previous post. Then, use this code:

/* Black_Claw rulz more ppl lol */
#dynamic_logo{
background:url(http://your.picture.url) left no-repeat;
right:0px!important;
opacity:1.0;filter:alpha(opacity=100);
position:absolute;
}


Oh, and you should create the image first. You can use any graphic editor programs (but, of course, real man should use GIMP P: ), and the image resolution should be no more than 255x78 pixel. Oh, you also can use animated gif for more fun. Just make it as light as possible. Not all people use 2mbps Internet Connection like you guys.

If you are done, upload it somewhere, and then put the url on the code up there.

For example, I upload my pics on Plurkpics.

rei ayanami r0xx d00d

Then, the code is:

/* Black_Claw rulz more ppl lol */
#dynamic_logo{
background:url(http://www.plurkpix.com/pix/1p9.gif) left no-repeat;
right:0px!important;
opacity:1.0;filter:alpha(opacity=100);
position:absolute;
}


And it is done and clear after you hit the "Save and update" button. :up:

How to remove Plurk's logo and character from your page.

Plurk maybe is the reason for my inactivity latelly. That microblogging service drive me crazy for god's sake muahahahahahhaha! Not only this blog, but even my Indonesian blog. Oh, lets just skip that. Do you hate that punny little headless thing with plurk logo on your profile page?



Well, just remove it. P:
First, you need to reach karma level that allow you to use customized css on your page. Do_Not ask me how. Just spam your friend's plurk with some porn or else. :D
Then, if you already there, go to profile editor by clicking the "edit" links on your page. It is located on the left of "My Profile" links. Then go to "Customize Profile" tab, and you'll find a box for customizing your css. If you don't know, it is that box below "With karma over 25 you can customize everything on your profile via CSS:" thing. Then, put this simple code and hit the "save and update" button.

/* Black_Claw rulz ppl lol. */
#dynamic_logo img,
.time,.div_inner{
opacity:0.0;filter:alpha(opacity=00);
}


Now, the headles with your life hanging on the line on your profile page is disappear. :cool:

FOSS And Microsoft.

, ,

Today was the FOSS Install Fest at JaCC. I was there, and look wotzah gotz d00d, microsoft, on free open source software's event. :lol:





Hmmm... Indeed, installing 288 laptops within 2 hour with Linux for Indonesian Museum of Record (MURI)'s certificate kinda r0xx0r, but changing all the 288's desktop wallpaper obviously way moooooreee baddass :happy:



Well, I think. P:

Conky on Compaq Presario V3000

,

Conky is a is a free, light-weight system monitor for X, that displays any information on your desktop with GPL license and it is quite fun to play with. After playing with it for a few months, and getting bored, it is thanks to Priyadi that I now I know it can be used also as wallpaper. Silly me... P:

Take a peek with new window/tab :



Since it is running on BSD and Linux, try check the package manager first. Maybe it is already there waiting for single click and go.

And here is the conkyconfig and the Wallpaper that I use. :D

Oh, in case someone are too lazy to RTFM, here is the path that need to smack-up, /home/user/.conkyrc

# -*- conf -*-
#
# ~/.conkyrc - Conky configuration file
#
# By Henrik Brix Andersen 
#

# do not fork to background
background no

# font settings
use_xft yes
font monospace-10
uppercase no

# update every 3 secs
update_interval 10

# stay running forever
total_run_times 0

# draw to root window
own_window yes
own_window_type desktop
own_window_transparent yes

# avoid flickering
double_buffer yes

# size
minimum_size 1400 1050
maximum_width 1400

# position
alignment top_left
gap_x 0
gap_y 0

# colors
default_color white
default_shade_color black
default_outline_color black
color0 000000
color1 144556
color2 33b0dc

# borders
draw_borders no
stippled_borders 0
border_margin 0
border_width 0

# shades
draw_shades yes

# outline
draw_outline no

# spacer
use_spacer none

# buffers
no_buffers yes

# sampling
cpu_avg_samples 2
net_avg_samples 2

TEXT


${voffset 220}${offset 45}${color2}CPU
${offset 45}$color1 Freq: $color2$freq MHz$color1 Temp:$color2 $acpitemp C$color1 Togel= $color2$freq$acpitemp
${offset 45}$color1 Load: $color2$cpu% ${cpubar cpu0 6,223}
${offset 45}$color1 ${cpugraph cpu0 24,300 000000 33b0dc}


${voffset -300}${offset 120}${color2}Ethernet (eth0)
${offset 120}$color1 IP: $color2${addr eth0} ${color #144556}
${offset 120}$color1 Down: $color2${downspeed eth0} kb/s $color1 Up:$color2 ${upspeed em0} kb/s
${offset 120}$color1 ${downspeedgraph eth0 12,300 000000 33b0dc}
${offset 120}${voffset -3}$color1 ${upspeedgraph eth0 12,300 000000 33b0dc}

${voffset 400}${offset 45}${color2}Wireless (ath0)
${offset 45}$color1 IP: $color2${addr ath0} ${color #144556}
${offset 45}$color1 SSID: $color2${wireless_essid ath0} ${color #144556}
${offset 45}$color1 Bitrate: $color2${wireless_bitrate ath0} ${color #144556}
${offset 45}$color1 Quality: $color2${wireless_link_qual_perc ath0} ${wireless_link_bar 6,195 ath0} ${color #144556}
${offset 45}$color1 Down: $color2${downspeed ath0} kb/s $color1 Up:$color2 ${upspeed ath0} kb/s
${offset 45}$color1 ${downspeedgraph ath0 12,300 000000 33b0dc}
${offset 45}${voffset -3}$color1 ${upspeedgraph ath0 12,300 000000 33b0dc}

${voffset -300}${offset 1080}${color2}Power
${offset 1080}$color1 $acpiacadapter
${offset 1080}$color1 $battery $battery_time

${voffset +400}${offset 790}${color2}Disk
${offset 790}$color1 I/O:$color2 $diskio
${offset 790}$color1 ${diskiograph 24,300 000000 33b0dc}

${voffset -300}${offset 950}${color2}Memory
${offset 850}$color1 RAM: $color2$mem ($memperc%) ${membar 6,200}
${offset 850}$color1 Swap: $color2$swap ($swapperc%) ${swapbar 6,200}



${voffset -250}${offset 200}${color2}System
${offset 200}$color1 $nodename Linux $kernel $machine
${offset 200}$color1 Uptime:$color2 $uptime $color1 Load:$color2 $loadavg