


Conky by tuxkernel 7 comments

Conky by tuxkernel 7 comments

Conky by tuxkernel 7 comments
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 by tuxkernel 43 comments
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

Full Icon Themes by tuxkernel 3 comments
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

Full Icon Themes by tuxkernel 8 comments
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

Conky by tuxkernel 2 comments
Greatings...
Tuxkernel... - Jun 16 2014

VLC Skins by AnagnChar 8 comments
Good job! Greatings!
Tuxkernel... - Oct 15 2013

Conky by tuxkernel 43 comments
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 by tuxkernel 43 comments
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 by tuxkernel 43 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 by tuxkernel 43 comments
I resized the LCD Panel-up image. Now looks better. Just download and follow the instructions.
Enjoy!
Greatings!
Tuxkernel... - Aug 16 2013

Conky by tuxkernel 43 comments
Enjoy!
Greatings!
Tuxkernel... - Aug 14 2013

Conky by tuxkernel 43 comments
Making a new Conky Sentinel version for 1280x800 resolution, right now!
Greatings!
Tuxkernel... - Aug 09 2013

Conky by tuxkernel 43 comments
Greatings!!!
Tuxkernel... - Jun 30 2013

Conky by tuxkernel 6 comments
* 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 by tuxkernel 6 comments
Enjoy it!
Greatings!
Tuxkernel... - May 11 2013

System Sounds by tuxkernel 11 comments
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

System Sounds by tuxkernel 11 comments
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

GnoMenu Skins by tuxkernel 3 comments
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

System Sounds by tuxkernel 11 comments
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 by tuxkernel 6 comments
http://www.originpc.com/support/wallpapers.aspx?TAB=WALLPAPERS&ACTIVE=TRUE
Thanks for vote.
Greatings!
Tuxkernel... - May 09 2013

Conky by tuxkernel 23 comments
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 by tuxkernel 43 comments
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 by tuxkernel 43 comments
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 by tuxkernel 43 comments
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 by tuxkernel 23 comments
http://gnome-look.org/content/show.php/Conky+Sentinel?content=153563
and follow the instructions.
Greatings!
Tuxkernel... - May 04 2013

Conky by tuxkernel 43 comments
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 by tuxkernel 43 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 by tuxkernel 43 comments
Enjoy!
Tuxkernel... - Jan 27 2013

Conky by tuxkernel 43 comments
Enjoy!
Tuxkernel... - Jan 27 2013

Conky by tuxkernel 43 comments
Enjoy!
Tuxkernel... - Jan 27 2013

Conky by tuxkernel 23 comments
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 by tuxkernel 43 comments
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 by tuxkernel 43 comments
* 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

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

People by tuxkernel 12 comments
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

People by tuxkernel 12 comments
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

People by tuxkernel 12 comments
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 by tuxkernel 43 comments
Greetings!
Tuxkernel ... - Sep 13 2012

Conky by tuxkernel 43 comments
Enjoy it!
Best regards
Tuxkernel ... - Aug 25 2012

Conky by tuxkernel 43 comments
Enjoy it!
Best regards
Tuxkernel ... - Aug 25 2012

Conky by tuxkernel 23 comments
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 by tuxkernel 23 comments
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 by tuxkernel 23 comments
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 by tuxkernel 23 comments
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 by tuxkernel 23 comments
Then:
conky -c .Conky/blue_vision/config/conkyrc
That's all!
If you have problems, please feedback
Greatings!
Tuxkernel ... - Aug 21 2012

Conky by tuxkernel 23 comments
Enjoy it!
Greatings!
Tuxkernel ... - Aug 10 2012

Conky by tuxkernel 23 comments
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