Classic95

Full Icon Themes by gute 26 comments

Good job!!! I changed the icon (Mate Desktop 1.8.1) in start menu and now looks better. Thanks, again. :-) - Dec 03 2015
Conky Mech-Tex-1000

Conky by tuxkernel 7 comments

I've been working a few minutes in the evening and adjusting everything to make Conky Mech-Tex-1000 can run your resolution (1024x768). I resized the three wallpapers to 1024x768. In short, I have little more than 60% of the work. If I can upload it before, I will. Greetings... :-D - Aug 11 2015
Conky Mech-Tex-1000

Conky by tuxkernel 7 comments

For now I have a lot of work but the weekend I promise you upload a version for your resolution (1024x768). Wait for it. Cheers... - Aug 10 2015
Conky Mech-Tex-1000

Conky by tuxkernel 7 comments

NOTE: This conky theme was prepared ONLY FOR 1280x1024 RESOLUTION and IS INCOMPATIBLE WITH OTHERS SCREENS RESOLUTIONS (Because lua rings are synchronized with wallpapers)

In this case, Conky Sentinel 1.6 theme maybe other option:

http://gnome-look.org/content/show.php?action=content&content=153563 - Aug 04 2015
Conky Sentinel

Conky by tuxkernel 42 comments

I'm sorry :-( Conky Sentinel only is avaliable for 1366x768, 1280x1024 and 1280x800 screens resolutions. But is very easy modify the code for your resolution. Just edit each conkyrc file -with your favorite text editor- and change the axis. Into each conkyrc file you can find the next variables (Example):

gap_x 230
gap_y 859

Just up or down these values and save constantly to see results in your screen resolution. That's all.

Good luck!

Tuxkernel... - Oct 15 2014
Crysis Warhead

Full Icon Themes by tuxkernel 3 comments

Thanks for you comment Dareksmok! :-)

FIX mimetypes:

Open index.theme file. In "directories" find the line named "/mimetype" and add "scalable" before. Example: "scalable/mimetypes"

About your Dropbox and Copy folders:

Well. These folders were created manually. The solution is to add new icons in the folder "places" to establish a symbolic link to these folders.

Greatings!!!

Tuxkernel... - Jul 27 2014
Alienware-Invader

Full Icon Themes by tuxkernel 10 comments

Thanks for you comment Dareksmok! :-)

FIX mimetypes:

Open index.theme file. In "directories" find the line named "/mimetype" and add "scalable" before. Example: "scalable/mimetypes"

About your Dropbox and Copy folders:

Well. These folders were created manually. The solution is to add new icons in the folder "places" to establish a symbolic link to these folders.

Greatings!!!

Tuxkernel... - Jul 27 2014
Systematic Clocknky

Conky by tuxkernel 2 comments

Enjoy it, amorpher!

Greatings...

Tuxkernel... - Jun 16 2014
Alieware VLC Invader

VLC Skins by AnagnChar 8 comments

Alienware Darkstar theme, please! :-(

Good job! Greatings!

Tuxkernel... - Oct 15 2013
Conky Sentinel

Conky by tuxkernel 42 comments

Hi dwilson0914:

ABOUT CPUCORE:

Open a terminal and type:

cd /
cd proc/acpi/processor/
ls

Can you see CPU0 or CPU1 or anything?

If you have CPU0, then change the lines for:

CPU0: ${cpugraph cpu0 11,47}
CPU0: ${cpugraph cpu0 11,47}
CPU0: ${cpugraph cpu0 11,47}
CPU0: ${cpugraph cpu0 11,47}

If you have CPU1, then change the lines for:

CPU1: ${cpugraph cpu1 11,47}
CPU1: ${cpugraph cpu1 11,47}
CPU1: ${cpugraph cpu1 11,47}
CPU1: ${cpugraph cpu1 11,47}

Save and exit. If you can't see changes, rerrun Conky Sentinel instances or reboot you machine.

ABOUT VOLUME:

I'm stupid. In Linux Mint, the path to VOL has changed. I'm searching how to fix :-( By the moment, try to make changes. I promise reply you as soon I can.

Good luck!

Tuxkernel... - Aug 26 2013
Conky Sentinel

Conky by tuxkernel 42 comments

Hi dwilson0914:

ABOUT LCD PANEL-UP (CENTRAL)

How many cpucores do you have? If you don't know, open a terminal and type:

cd /
cat /proc/cpuinfo

Check the lines named "processor" and account the cpucores. Then go to .Conky/sentinel/config and open conkyrc6

Change the lines named:

CPU0: ${cpugraph cpu0 11,47}
CPU1: ${cpugraph cpu1 11,47}
CPU2: ${cpugraph cpu2 11,47}
CPU3: ${cpugraph cpu3 11,47}

for:

CPU0: ${cpugraph cpu0 11,47} <--- SINGLE-CORE
CPU1: ${cpugraph cpu1 11,47} <--- DUAL-CORE OR CORE 2 DUO
CPU2: ${cpugraph cpu2 11,47} <--- Core i3
CPU3: ${cpugraph cpu3 11,47} <--- etc...

Save and exit.

ABOUT /root and /home, SWAP AND BATTERY:

/root and /home: I thing you have a fresh installation and your HD is empty, or almost empty. Try load many files into HD and look if rings works.

SWAP: if you have 2 gigas in RAM memory or more, then swap memory not work for you. This is not a question about Conky Sentinel. This is a question about your Linux system.

BATTERY:

Open a terminal and type:

cd /
cat sys/class/power_supply/
ls

If you see BAT0, BAT1 or other thing, then edit the lua rings about this conkyrc.

CHANGE SWAP TO VOLUME:

Of course! Just edit the lua ring about SWAP and change the line:

name="swapperc",

for

name="mixer",
arg="Master",

That's all. If you are in troubles, reply me.

Good luck!

Tuxkernel... - Aug 25 2013
Conky Sentinel

Conky by tuxkernel 42 comments


Hi dwilson0914:

Change sleep timers to 5 or 10 seconds, no "0". Conky Sentinel maybe not work.

WIFI and HD drives:

Open a terminal and type:

ifconfig

Check your WIFI interface. By default, Conky Sentinel is working with wlan0. But if you have eth0, eth1 or other, then go to .Conky/sentinel/scripts/ and open rings1.lua

In these file, change this lines:

arg="wlan0",

to

arg="eth0", or arg="eth1", or other. Just change "wlan0" for your WIFI interface. Save and exit.

Do the same with .Conky/sentinel/config/conkyrc1 and .Conky/sentinel/config/conkyrc6

In those files, change the lines:

${downspeedgraph wlan0 15,355} ${downspeed wlan0}

and

${upspeedgraph wlan0 15,355} ${upspeed wlan0}

for your WIFI interface. Examples:

${downspeedgraph eth0 15,355} ${downspeed eth0}
${upspeedgraph eth0 15,355} ${upspeed eth0}
${downspeedgraph eth1 15,355} ${downspeed eth1}
${upspeedgraph eth1 15,355} ${upspeed eth1}

etc... Save and exit.

That's all. Good luck!

Tuxkernel... - Aug 24 2013
Conky Sentinel

Conky by tuxkernel 42 comments

Hi dwilson0914:

I resized the LCD Panel-up image. Now looks better. Just download and follow the instructions.

Enjoy!

Greatings!

Tuxkernel... - Aug 16 2013
Conky Sentinel

Conky by tuxkernel 42 comments

I uploaded a new version of Conky Sentinel for 1280x800 resolution. Just download and follow the instructions.

Enjoy!

Greatings!

Tuxkernel... - Aug 14 2013
Conky Sentinel

Conky by tuxkernel 42 comments

Ups! :-(

Making a new Conky Sentinel version for 1280x800 resolution, right now!

Greatings!

Tuxkernel... - Aug 09 2013
Conky Sentinel

Conky by tuxkernel 42 comments

Thanks WalentiWalew :-)

Greatings!!!

Tuxkernel... - Jun 30 2013
Conky Tech-Mon Reloaded

Conky by tuxkernel 6 comments

Hello geogeo666:

* Battery

Please check your paths. Open a terminal and type:

cd /
cd /proc/acpi/power_supply/
ls

If you see BAT0, BAT2 or other, then open a new terminal and type:

sudo gedit .Conky/tech-mon_reloaded/scripts/rings.lua

In the line 93, change BAT1 for BAT0 or wherever.

* Audtool

Are you installed Audacious? If no, then open a new terminal and type:

sudo apt-get install audacious

If yes, then open a terminal and type:

sudo gedit .Conky/tech-mon_reloaded/config/conkyrc

And code line 82, "if_running audacious" change for "if_audacious2" and change all code line named audtool for audtool2 or something like that

I can't determine if you're using ALSA or PulseAudio because i'm using Ubuntu 10.10 Maverick Meerkat yet. Please search on Internet and adjust your paths in conkyrc and rings.lua

Good luck

Tuxkernel... - Jun 01 2013
Conky Tech-Mon Reloaded

Conky by tuxkernel 6 comments

Thanks sekter7

Enjoy it!

Greatings!

Tuxkernel... - May 11 2013
These Conky is Conky Future Blue (UPDATED) by Mucas.

Download here:

http://gnome-look.org/content/show.php/Future+Blue+Conky+%28updated%29?content=133414

Background images here:

http://gnome-look.org/content/show.php/Future+Blue+Conky+%28Images+Color+Schemes%29?content=150261

Greatings!

Tuxkernel... - May 11 2013
Hello nothing92

I uploaded for you a copy of Mech-Tech-1000 wallpaper. Just make click in third screenshot; make click-right and select "open image in a new window" Save in your HDD and enjoy!

Greatings!

Tuxkernel... - May 11 2013
Alienware Invader

GnoMenu Skins by tuxkernel 3 comments

Hello pendragon1966

jameshardy88 never released Alienware Invader GNOMenu theme. So I said... mmm... I'm a master designer, why not develop Alienware Invader theme for GNOMenu?

My ex-girlfriend leave me. Yes, she gone. Well I have some time. What can I do?

Then I design Alienware Invader theme por GNOMenu.

MATE? ...mmm... I don't believe, but you can try something.

Greatings!

Tuxkernel... - May 10 2013
Hello nothing92

Mech-Tech was only a invitation (announce) of new conky theme.

Mech-Tech changed their name to Conky Sentinel

You can download here:

http://gnome-look.org/content/show.php/Conky+Sentinel?content=153563

If you like my artwork, make fan and receive news of Tuxkernel.

Greatings!

Tuxkernel... - May 10 2013
Conky Tech-Mon Reloaded

Conky by tuxkernel 6 comments

Wallpaper here

http://www.originpc.com/support/wallpapers.aspx?TAB=WALLPAPERS&ACTIVE=TRUE

Thanks for vote.

Greatings!

Tuxkernel... - May 09 2013
Conky Overloaded

Conky by tuxkernel 23 comments

It's very simple. Open a terminal and type:

sudo killall conky
sudo killall gnome-panel
conky -c .Conky/blue_vision/config/conkyrc

That' all. If you're stuck, reply me.

Greatings!

Tuxkernel... - May 06 2013
Conky Sentinel

Conky by tuxkernel 42 comments

Original wallpaper is here:

http://rovergida.deviantart.com/art/Battleship-Wallpaper-187034294

If you want these wallpaper in red color, open it with Gimp. Go to menu "colors", select "colorized", select red color and push OK. Now go to menu "file", select "to export" and save. That's all.

Greatings!

Tuxkernel... - May 06 2013
Conky Sentinel

Conky by tuxkernel 42 comments

Original wallpaper is here:

http://rovergida.deviantart.com/art/Battleship-Wallpaper-187034294

If you want these wallpaper in red color, open it with Gimp. Go to menu "colors", select "colorized", select red color and push OK. Now go to menu "file", select "to export" and save. That's all.

Greatings!

Tuxkernel... - May 06 2013
Conky Sentinel

Conky by tuxkernel 42 comments

Original wallpaper is here:

http://rovergida.deviantart.com/art/Battleship-Wallpaper-187034294

If you want these wallpaper in red color, open it with Gimp. Go to menu "colors", select "colorized", select red color and push OK. Now go to menu "file", select "to export" and save. That's all.

Greatings!

Tuxkernel... - May 06 2013
Conky Overloaded

Conky by tuxkernel 23 comments

Go to:

http://gnome-look.org/content/show.php/Conky+Sentinel?content=153563

and follow the instructions.

Greatings!

Tuxkernel... - May 04 2013
Conky Sentinel

Conky by tuxkernel 42 comments

Unfortunately, Sentinel was prepared for 1366x768 resolution. I got these resolution in my M11x R2.

If you want other resolution, you must edit each conkyrc file manually.

Only touch axis in each conkyrc file.

Example (conkyrc1):

gap_x 230 <---> 250
gap_y 603 <---> 650

Save and look changes. Increase or decrease until to get the best position. Position is a complicated issue. But with patience and time you will be successful. Just try.

If I got a machine with 1600x900 resolution, I promise configure Sentinel for these resolution, and upload files.

Good luck!

Tuxkernel...

- Apr 11 2013
Conky Sentinel

Conky by tuxkernel 42 comments


Es el complemento ideal con Sentinel. ¡Le va perfecto! Sólo modifiqué las imagenes (backgrounds) en rojo para que vaya a tono con el tema. Desde luego, todo el crédito es tuyo, UBUNTICO.

Saludos desde México...

Tuxkernel... - Apr 01 2013
Conky Sentinel

Conky by tuxkernel 42 comments

I'm proud to announce a new Conky Sentinel: Conky Sentinel Reloaded.

Enjoy!

Tuxkernel... - Jan 27 2013
Conky Sentinel

Conky by tuxkernel 42 comments

I'm proud to announce a new Conky Sentinel: Conky Sentinel Reloaded.

Enjoy!

Tuxkernel... - Jan 27 2013
Conky Sentinel

Conky by tuxkernel 42 comments

I'm proud to announce a new Conky Sentinel: Conky Sentinel Reloaded.

Enjoy!

Tuxkernel... - Jan 27 2013
Conky Overloaded

Conky by tuxkernel 23 comments

SOLUTION:

1.- Open a new terminal and type:

sudo gedit .Conky/blue_vision/config/conkyrc

Change "temperature_unit celcius" for "temperature_unit celsius" (No Quotes)

Save and exit.

sudo killall conky
conky -c .Conky/blue_vision/config/conkyrc

That's all. Thanks for write me.

May be you are interested in Conky Sentinel

http://gnome-look.org/content/show.php/Conky+Sentinel?content=153563

Greatings!

Tuxkernel... - Nov 26 2012
Conky Sentinel

Conky by tuxkernel 42 comments

* Mixer

Just edit rings7.lua. Change the parameter arg="Master" for "PCM" or "Speaker". Just tried and reload Conky Sentinel.

* How determine cpu cores

Its very easy. Open a terminal and type:

cd /
cat proc/cpuinfo

Check the lines named "processor". If you see processor: 0, processor :1, processor :2, processor: 3... etc. In this case, 0 is 1, 1 is 2, 2 is 3, 3 is 4, etc...

So edit barras.lua, rings2.lua, rings3.lua and rings4.lua and make the necessary adjustment. Change the parameter arg="cpu0" for "cpu1", "cpu2, "cpu3", etc... depending your cpu cores (cat /proc/cpuinfo)

Good luck!

Tuxkernel... - Nov 02 2012
Conky Sentinel

Conky by tuxkernel 42 comments

Please check your paths.

* Battery

Open a Terminal and type:

cd /
cd sys/class/power_supply/

If you see BAT0, then go to scripts folder and edit rings6.lua. Just change parameter arg="BAT1" to arg="BAT0" or werever.

* Save and exit.
* Kill all instances of Conky Sentinel with sudo killall conky
* Reload Conky Sentinel opening a new terminal and type:

conky -c .Conky/sentinel/config/conkyrc1
conky -c .Conky/sentinel/config/conkyrc2
conky -c .Conky/sentinel/config/conkyrc3 ...

* Mixer

Execute alsamixer. Open a terminal and type:

alsamixer

Do same with Mixer editing rings7.lua and change the parameter arg="Master" to Headphone, Speaker, PCM or werever. Just tried.

* conkyrc13

Edit barras.lua and change the parameters arg="cpu0" depending your cpu cores.

Good luck! - Nov 01 2012
Eva Longoria Nude

People by tuxkernel 12 comments

to gasolio:

Thanks for your opinion and support me, gasolio. People like that (Eva Longoria Nude) 136 downloads and up! - Sep 28 2012
Eva Longoria Nude

People by tuxkernel 12 comments

to FredBird67:

Sorry, I will not erase the contents. While I respect your religious beliefs, I have also the right to respect mine. For guys like you and in the name of religion many abuses were committed in all these centuries. There must be tolerance and freedom of expression. If cleared my account, the intolerant is you, not me. - Sep 28 2012
Eva Longoria Nude

People by tuxkernel 12 comments

To LiquidSky64:

Exactly! Thank's LiquidSky64 for support me. In truth, I regret that CruyffTurn and Ravefinity have so poor an idea of what the art of photography. They should read about Henry Cartier-Bresson, Edward Weston, Tina Modotti, Pedro Valtierra and many other photographers in the world. I can not imagine "The David" by Michaelangelo Buonarroti considered pornography. - Sep 28 2012
Eva Longoria Nude

People by tuxkernel 12 comments

To Cruyffturn and Raveinfinity:

I regret having an idea too poor of what is pornography. I will not stop raising such content. But I usually do not upload it. I mean, for you a nude art is pornography? If you think this is pornography, can close my account if they wish. I am a Ph.D. student in history, and you, couple of morons not going to come teach me what is and is not pornography. - Sep 28 2012
Conky Sentinel

Conky by tuxkernel 42 comments

From nothing Sekter7. It is a pleasure to share with you my leisure time.

Greetings!

Tuxkernel ... - Sep 13 2012
Conky Sentinel

Conky by tuxkernel 42 comments

Thanks sekter7

Enjoy it!

Best regards

Tuxkernel ... - Aug 25 2012
Conky Sentinel

Conky by tuxkernel 42 comments

Thanks Sakasa

Enjoy it!

Best regards

Tuxkernel ... - Aug 25 2012
Conky Overloaded

Conky by tuxkernel 23 comments

Hi darknuts:

I am proud to announce my latest work: Conky Sentinel

Check it out

http://gnome-look.org/content/show.php/Conky+Sentinel?content=153563

Greetings!

Tuxkernel ... - Aug 24 2012
Conky Overloaded

Conky by tuxkernel 23 comments

Hi Zoidmania:

I am proud to announce my latest work: Conky Sentinel

Check it out

http://gnome-look.org/content/show.php/Conky+Sentinel?content=153563

Greetings!

Tuxkernel ... - Aug 24 2012
Conky Overloaded

Conky by tuxkernel 23 comments

Hi sekter7:

I am proud to announce my latest work: Conky Sentinel

Check it out

http://gnome-look.org/content/show.php/Conky+Sentinel?content=153563

Greetings!

Tuxkernel ... - Aug 24 2012
Conky Overloaded

Conky by tuxkernel 23 comments

For nothing!

I'm working very hard in my next Conky Project: Mech-Tex-1000

Here screenshot:

http://gnome-look.org/content/show.php/Mech-Tex-1000?content=150287

Coming Soon!

Greatings!

Tuxkernel ... - Aug 22 2012
Conky Overloaded

Conky by tuxkernel 23 comments

Just rename your Conky folder to .Conky

Then:

conky -c .Conky/blue_vision/config/conkyrc

That's all!

If you have problems, please feedback

Greatings!

Tuxkernel ... - Aug 21 2012
Conky Overloaded

Conky by tuxkernel 23 comments

Awesome!

Enjoy it!

Greatings!

Tuxkernel ... - Aug 10 2012
Conky Overloaded

Conky by tuxkernel 23 comments

It's very easy!

If you're using Ubuntu install Conky so:

sudo apt-get install conky-all hddtemp

Now, download Conky Overloaded and unzipped.

Rename Conky to .Conky

Now copy .Conky in /home/YOURUSERNAME

Open a new Terminal and write:

conky -c Conky/blue_vision/config/conkyrc

That's all

Enjoy it!

Greatings!

Tuxkernel ... - Aug 09 2012