You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



Looking for specific Conky module

Author (Read 7050 times)

0 Members and 1 Guest are viewing this topic.

Re: Looking for specific Conky module
« Reply #9 on: May 05, 2018, 06:57:36 PM »
 

GregO

  • Occasional Poster
  • **
  • 54
    Posts
  • Reputation: 4
  • Linux Lite Member
    • View Profile

  • CPU: Intel Core i3

  • MEMORY: 6Gb
Also, when I use
Code: [Select]
watch sensors a fan is detected, but I can't figure out how to make it work with the config.


 
We only get one shot at this thing called life, let's make the best of it.
 

Re: Looking for specific Conky module
« Reply #8 on: May 05, 2018, 10:05:41 AM »
 

GregO

  • Occasional Poster
  • **
  • 54
    Posts
  • Reputation: 4
  • Linux Lite Member
    • View Profile

  • CPU: Intel Core i3

  • MEMORY: 6Gb
${color1}CPU Core0 Temp: ${color2}${exec sensors | grep 'Core 0' | awk '{print $3}' | cut -c2-3}°C
${color1}CPU Core1 Temp: ${color2}${exec sensors | grep 'Core 1' | awk '{print $3}' | cut -c2-3}°C

This is my code for a core 2 duo. First cpu is always 0. Run lmsensors first to find sensors.

TC

Used your code and cleaned up CPU temps (thanks for that). Still need to fix GPU temp (which would have to be Intel rather than Nvidia) and fan speed.

I ran lm-sensors, sensors-detect, and hddtemp. I'm thinking if I get a different code compatible with my Intel GPU, it will all work.


 


background no
font Sans:size=8
use_xft yes
xftalpha 0.9
update_interval 5.0
total_run_times 0
own_window yes
own_window_type normal
own_window_argb_visual no
own_window_argb_value 196
own_window_transparent no
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 220 190
maximum_width 220
draw_shades yes
draw_outline no
draw_borders no
border_inner_margin 5
#border_inner_margin 20
draw_graph_borders yes
default_color CDE0E7
default_shade_color black
default_outline_color green
alignment top_left
gap_x 0
gap_y 90
no_buffers yes
uppercase no # set to yes if you want all text to be in uppercase
cpu_avg_samples 2
override_utf8_locale no

own_window_colour 000000
TEXT
${voffset 1} ${voffset -1}

${color white}SYSTEM ${hr 1}${color}
Hostname: $alignr$nodename
Kernel: $alignr$kernel
Uptime: $alignr$uptime

${color1}CPU Core0 Temp: ${color2}${exec sensors | grep 'Core 0' | awk '{print $3}' | cut -c2-3}°C
${color1}CPU Core1 Temp: ${color2}${exec sensors | grep 'Core 1' | awk '{print $3}' | cut -c2-3}°C

Fan 1: ${alignr}${hwmon 1 fan 1} RPM
Fan 2: ${alignr}${hwmon 1 fan 2} RPM

Processes: ${alignr}$processes ($running_processes running)
Load: ${alignr}$loadavg

${color yellow}CPU LOAD ${hr 1}${color}
${color b0b000}CPU Frequency: ${alignr}${freq} MHz
CPU1 ${alignr}${cpu cpu1}%
${cpubar cpu1}
${cpugraph cpu1 000000 ffffff}
CPU2 ${alignr}${cpu cpu2}%
${cpubar cpu2}
${cpugraph cpu2 000000 ffffff}
CPU3 ${alignr}${cpu cpu3}%
${cpubar cpu3}
${cpugraph cpu3 000000 ffffff}
CPU4 ${alignr}${cpu cpu4}%
${cpubar cpu4}
${cpugraph cpu4 000000 ffffff}
${color b0b040}CPU All
${cpugraph cpu0 000000 ff0000}${color}

${color 30b030}RESOURCE USAGE ${hr 1}${color}
${color 30b030}RAM ${alignr}$mem / $memmax ($memperc%)
${membar 4}
« Last Edit: May 05, 2018, 09:43:43 PM by GregO »
We only get one shot at this thing called life, let's make the best of it.
 

Re: Looking for specific Conky module
« Reply #7 on: May 05, 2018, 09:43:07 AM »
 

trinidad

  • Moderator
  • Platinum Level Poster
  • *****
  • 1463
    Posts
  • Reputation: 212
  • Linux Lite Member
    • View Profile
    • dbts-analytics.com

  • CPU: i7 4 cores 8 threads

  • MEMORY: 16Gb

  • VIDEO CARD: Intel HD graphics

  • Kernel: 5.x
${color1}CPU Core0 Temp: ${color2}${exec sensors | grep 'Core 0' | awk '{print $3}' | cut -c2-3}°C
${color1}CPU Core1 Temp: ${color2}${exec sensors | grep 'Core 1' | awk '{print $3}' | cut -c2-3}°C

This is my code for a core 2 duo. First cpu is always 0. Run lmsensors first to find sensors.

TC
All opinions expressed and all advice given by Trinidad Cruz on this forum are his responsibility alone and do not necessarily reflect the views or methods of the developers of Linux Lite. He is a citizen of the United States where it is acceptable to occasionally be uninformed and inept as long as you pay your taxes.
 

Re: Looking for specific Conky module
« Reply #6 on: May 05, 2018, 08:07:47 AM »
 

GregO

  • Occasional Poster
  • **
  • 54
    Posts
  • Reputation: 4
  • Linux Lite Member
    • View Profile

  • CPU: Intel Core i3

  • MEMORY: 6Gb
@GregO
I notice you're using the ~/.conky/Gotham/Gotham (time/date/HD/RAM/CPU widget) on your desktop. Do you have a link for this, as I'd like to use it with LL.
Sorry I'm unable to answer the questions you asked in this thread.

I installed Conky Manager from a ppa (from the following link I believe)...
http://www.teejeetech.in/p/conky-manager.html

Once you have Conky Manager installed you can locate it in the whisker menu and open it. Once it's opened, tick the widget and you will see a preview of it, and it should now be on your desktop.

This youtube upload covers installation and instructions for use...


You can also get Gotham here...
https://www.opendesktop.org/search?projectSearchText=gotham

Hope this helps.
« Last Edit: May 05, 2018, 08:43:10 AM by GregO »
We only get one shot at this thing called life, let's make the best of it.
 

Re: Looking for specific Conky module
« Reply #5 on: May 04, 2018, 10:50:50 PM »
 

m654321

  • Gold Level Poster
  • *******
  • 893
    Posts
  • Reputation: 86
  • Linux Lite Member, 'Advocate' & Donator
    • View Profile

  • CPU: Intel Pentium [email protected] (2cores) on an Asus X71Q

  • MEMORY: 4Gb

  • VIDEO CARD: Intel GM45 Express Chipset

  • Kernel: 4.x
@GregO
I notice you're using the ~/.conky/Gotham/Gotham (time/date/HD/RAM/CPU widget) on your desktop. Do you have a link for this, as I'd like to use it with LL.
Sorry I'm unable to answer the questions you asked in this thread.
64bit OS (32-bit on Samsung netbook) installed in Legacy mode on MBR-formatted SSDs (except pi which uses a micro SDHC card):
2017 - Raspberry pi 3B (4cores) ~ [email protected] - LibreElec, used for upgrading our Samsung TV (excellent for the task)  
2012 - Lenovo G580 2689 (2cores; 4threads] ~ [email protected] - LL3.8/Win8.1 dual-boot (LL working smoothly)
2011 - Samsung NP-N145 Plus (1core; 2threads) ~ Intel Atom [email protected] - LL 3.8 32-bit (64-bit too 'laggy')
2008 - Asus X71Q (2cores) ~ Intel [email protected] - LL4.6/Win8.1 dual-boot, LL works fine with kernel 4.15
2007 - Dell Latitude D630 (2cores) ~ Intel [email protected] - LL4.6, works well with kernel 4.4; 4.15 doesn't work
 

Re: Looking for specific Conky module
« Reply #4 on: May 04, 2018, 06:52:44 PM »
 

GregO

  • Occasional Poster
  • **
  • 54
    Posts
  • Reputation: 4
  • Linux Lite Member
    • View Profile

  • CPU: Intel Core i3

  • MEMORY: 6Gb
We only get one shot at this thing called life, let's make the best of it.
 

Re: Looking for specific Conky module
« Reply #3 on: May 01, 2018, 05:38:18 PM »
 

GregO

  • Occasional Poster
  • **
  • 54
    Posts
  • Reputation: 4
  • Linux Lite Member
    • View Profile

  • CPU: Intel Core i3

  • MEMORY: 6Gb
Well it looks as if all of my hardware is Intel. Can anyone help me with getting a display for hardware temps and fan speeds.

I'd rather have a module on my desktop than using
Code: [Select]
watch sensors in a terminal. I do have Conky installed and I'm wondering if there's a script I can use and instructions on how to do it, or if use of Xsensors or Psensors would be the way to go.


 
« Last Edit: May 01, 2018, 06:21:34 PM by GregO »
We only get one shot at this thing called life, let's make the best of it.
 

Re: Looking for specific Conky module
« Reply #2 on: April 30, 2018, 01:22:32 PM »
 

GregO

  • Occasional Poster
  • **
  • 54
    Posts
  • Reputation: 4
  • Linux Lite Member
    • View Profile

  • CPU: Intel Core i3

  • MEMORY: 6Gb
Checked the read me...


 
We only get one shot at this thing called life, let's make the best of it.
 

Looking for specific Conky module
« Reply #1 on: April 30, 2018, 12:58:11 PM »
 

GregO

  • Occasional Poster
  • **
  • 54
    Posts
  • Reputation: 4
  • Linux Lite Member
    • View Profile

  • CPU: Intel Core i3

  • MEMORY: 6Gb
I have Conky Manager installed which comes with a predefined set of Conky themes. All of them seem to work with the exception of the Nvidia panel, and I'm wondering if I have to change its configuration within its file to make it work.


 


I copied the file and this is what's there...

# **********************************************************************
# Simple theme for Conky by Tony George ([email protected])
#
# Webpage: http://teejeetech.blogspot.in/
# **********************************************************************

background yes
double_buffer yes

alignment bottom_left

border_width 1
cpu_avg_samples 2
default_color white
default_outline_color white
default_shade_color white
draw_borders no
draw_graph_borders yes
draw_outline no
draw_shades no

gap_x 850
gap_y 40
net_avg_samples 2
no_buffers yes
out_to_console no
out_to_stderr no
extra_newline no

own_window yes
own_window_type normal
own_window_transparent yes
own_window_colour 000000
own_window_argb_visual yes
own_window_argb_value 0
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

minimum_size 200 220

stippled_borders 0
update_interval 1.0
uppercase no
use_spacer none

show_graph_scale no
show_graph_range no

use_xft yes
xftalpha 0.1
xftfont Droid Sans:size=10
override_utf8_locale yes
color0 white
color1 EAEAEA
color2 FFA300
color3 grey

TEXT
${color2}GPU Temp ${alignr}${color0}${nvidia temp} °C
${color2}Fan Speed ${alignr}${color0}${execi 5 nvidia-settings -q [fan:0]/GPUCurrentFanSpeed -t} %
${color2}GPU Clock ${alignr}${color0}${nvidia gpufreq} MHz
${color2}Mem Clock ${alignr}${color0}${nvidia memfreq} MHz
${color2}Mem Used ${alignr}${color0}${execi 5 nvidia-settings -q [gpu:0]/UsedDedicatedGPUMemory -t} / ${exec nvidia-settings -q [gpu:0]/TotalDedicatedGPUMemory -t} MiB
${image ./nvidia.png -p 0,90 -s 200x132}

I have other modules on my desktop, and I'd really like to have this one (or one like it) to monitor its statistics.
« Last Edit: April 30, 2018, 01:01:53 PM by GregO »
We only get one shot at this thing called life, let's make the best of it.
 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section