You are not logged in.

#1151 2014-04-14 17:11:10

Inxsible
Administrator
From: Chicago burbs
Registered: 2008-06-09
Posts: 9,019

Re: conky configs and screenshots!

Name Taken, make use of a image hosting website and only post thumbnails or links here.

Offline

#1152 2014-04-15 02:12:41

Name Taken
Member
Registered: 2014-04-09
Posts: 105

Re: conky configs and screenshots!

Reduced CPU thread graph size, added the CPU temperature, GPU info, disk read and write graphs. I am using a desktop so I couldn't test battery, screen brightness, WiFi strength, etc. Colors still need adjusting.

5zqm3s.png

gap_x 20
gap_y 10
alignment middle_right
update_interval 0.5
use_xft yes
xftfont BahamasLight:size=8:bold
own_window yes
own_window_type override
own_window_transparent yes
own_window_colour 000000
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_argb_visual no
own_window_argb_value 0
double_buffer yes
draw_shades no
draw_graph_borders no
uppercase yes
default_bar_size 0 4
default_graph_size 0 24
border_inner_margin 16
default_color FFFFFF

minimum_size 0 0
TEXT

${color}
${alignc}${nodename} linux ${machine} ${kernel}
${alignc}${exec lscpu | grep -i "model name" | cut -c 24-}

${color 2E2EFE}thread1${alignr}thread2${color red}
${cpugraph cpu1 32, 130}${alignr}${cpugraph cpu2 32, 130}
${color 2E2EFE}${cpu cpu1}%${alignr}${cpu cpu2}% 
${color red}core1 ${execi 5 sensors | grep 'Core 0' | awk '{print $3}'} degrees${alignr}${color 2E2EFE}

thread3${alignr}thread4
${color red}${cpugraph cpu3 32, 130}${alignr}${cpugraph cpu4 32, 130}
${color 2E2EFE}${cpu cpu3}%${alignr}${cpu cpu4}%
${color red}core2 ${execi 5 sensors | grep 'Core 1' | awk '{print $3}'} degrees${alignr}
${color yellow}${top name 1}${alignr}${top cpu 1}%
${top name 2}${alignr}${top cpu 2}%
${top name 3}${alignr}${top cpu 3}%
${top name 4}${alignr}${top cpu 4}%
${color red}total${alignr} ${cpu}%

${color green}${exec nvidia-settings -q gpus | grep -i "GeForce" | awk '{print $3}'} ${exec nvidia-settings -q gpus | grep -i "GeForce" | awk '{print $4}'} ${exec nvidia-settings -q gpus | grep -i "GeForce" | awk '{print $5}'}${hr 1}
GPU Temp: ${alignr}${nvidia temp} C
Fan Speed: ${alignr}${execi 5 nvidia-settings -q [fan:0]/GPUCurrentFanSpeed -t} %
GPU Clock: ${alignr}${nvidia gpufreq} MHz
Mem Clock: ${alignr}${nvidia memfreq} MHz
Mem Used: ${alignr}${execi 5 nvidia-settings -q [gpu:0]/UsedDedicatedGPUMemory -t} / ${exec nvidia-settings -q [gpu:0]/TotalDedicatedGPUMemory -t} MiB
${color purple}${memgraph}
${membar}
${color purple}ram usage${alignr} ${memperc}%${color yellow}
${top_mem name 1}${alignr}${top_mem pid 1}${alignc}${top_mem mem 1}%
${top_mem name 2}${alignr}${top_mem pid 2}${alignc}${top_mem mem 2}%
${top_mem name 3}${alignr}${top_mem pid 3}${alignc}${top_mem mem 3}%
${top_mem name 4}${alignr}${top_mem pid 4}${alignc}${top_mem mem 4}%
${color purple}total${alignr} ${mem}/${memmax}
${color 819FF7}
sda1 ${hr 1}
/${alignr}${fs_size /}
${fs_bar /}
${fs_used_perc /}%${alignr}${fs_used /}

sda2 ${hr 1}
/home${alignr} ${fs_size /home}
${fs_bar /home}
${fs_used_perc /home}%${alignr}${fs_used /home}

sda3 ${hr 1}
/swap ${alignr} ${swapmax}
${swapbar /home}
${swapperc}%${alignr}${swap}
${color yellow}
disk read${alignr}disk write
${diskiograph_read 32, 130}${alignr}${diskiograph_write 32, 130}
${diskio_read}${alignr}${diskio_write}

${color green}lan${hr 1}
enp4s0${alignr} ${addr enp4s0}
up ${downspeed enp4s0}${alignr}down ${upspeed enp4s0}
${upspeedgraph enp4s0 32, 130}${alignr}${downspeedgraph enp4s0 32, 130}
total ${totaldown enp4s0}${alignr}total ${totalup enp4s0}

${color 00FF40}usb${hr 1}
${if_existing /dev/sdb1}${exec df -h | grep "sdb1" | cut -c -38} $else $endif
${if_existing /dev/sdc1}${exec df -h | grep "sdc1" | cut -c -38}
${if_existing /dev/sdd1}${exec df -h | grep "sdd1" | cut -c -38}
${if_existing /dev/sde1}${exec df -h | grep "sde1" | cut -c -38}

Last edited by Name Taken (2014-04-15 06:24:09)

Offline

#1153 2014-04-21 02:20:35

Buddlespit
Member
Registered: 2014-02-07
Posts: 73

Re: conky configs and screenshots!

th_snapshot2_zpsa598126f.png

I didn't use any 'sensors' code because, from what I understand, it tends to force the system to execute, or work. So, I did what I could with hwmon

# My Conky configuration
# Check http://conky.sf.net for an up-to-date-list.
#
#fonts
use_xft yes
xftfont comicsansms:size=9.5
xftalpha 1.0
uppercase no
update_interval 2.0
total_run_times 0
double_buffer yes
no_buffers yes
own_window yes
own_window_type normal 
own_window_transparent yes
own_window_argb_visual yes
#own_window_colour black
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
alignment bottom_right
minimum_size 350 800
maximum_width 400
gap_x 20
gap_y 15
#border info
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders yes
stippled_borders 8
border_width 1
# Default colors and also border colors
default_color LightBlue
default_shade_color White
default_outline_color White
color1 White
color2 LightGreen
color3 Green
# Variables
cpu_avg_samples 2
net_avg_samples 1
override_utf8_locale yes
format_human_readable
short_units
# Add spaces to keep things from moving about?  This only affects certain objects.
use_spacer right
# stuff after 'TEXT' will be formatted on screen
############################################################################
TEXT
########## SYSTEM ##############
${color3}${font Arial:style=Bold}SYSTEM ${hr 2}$color$font
${font} ${alignc}${color}$nodename 
${color2}Kernel: ${alignr}${color}$sysname $kernel on $machine
${color2}OS: ${alignr}${color}${execi 6000 cat /etc/os-release|grep 'PRETTY_NAME'| cut -c14-23}
#${color2}VERSION:${alignr}${color}${execi 6000 cat /etc/os-release|grep 'VERSION='|awk '{print $1}'|sed 's/VERSION="//'|sed 's/,//'}
${color2}GUI:${alignr}${color}${execi 6000 konsole -version|grep 'KDE' |awk '{print $1" "$4}'}
${color2}Total Uptime:${alignr} ${color}${uptime_short}


########## CPU ###############
${color3}${font Arial:style=Bold}CPU ${hr 2}$color$font
${font}${alignc}${execi 6000 cat /proc/cpuinfo|grep -m 1 'model name'|awk '{print $4" "$5" "$6" "$7" "$8}'}
${color2}Temp: ${alignr}${color}${hwmon 2 temp 1}°C
${color2}Fan: ${alignr}${color}${hwmon 2 fan 1} RPM
${color2}Load: ${alignc}${color} $cpu% ${color3}${cpubar 12}


######### GPU ###############
${color3}${font Arial:style=Bold}GRAPHICS ${hr 2}$color$font
${color2}${execi 1000 lspci | grep VGA | awk '{print $8,$9,$10,$11}' | cut -f2 -d"[" | cut -f1 -d"]"} : ${alignr}${color}${nvidia gpufreq} Mhz
${color2}Memory: ${alignr}${color}${nvidia memfreq} Mhz
${color2}Temp: ${alignr}${color}${nvidia temp} °C
${color2}Fan Speed: ${alignr}${color}${execi 5 nvidia-settings -q [fan:0]/GPUCurrentFanSpeed -t} %


######### MEMORY ###############
${color3}${font Arial:style=Bold}MEMORY ${hr 2}$color$font
${color2}RAM:  ${alignr}${color}$memperc%   $mem / $memmax
${color2}Swap:  ${alignr}${color}$swapperc%   $swap / $swapmax


######## HD SPACE ####################
${color3}${font Arial:style=Bold}HD SPACE ${hr 2}$color$font
${color2}ROOT: ${alignc}${color}${fs_free_perc /}% (${fs_free /}/${fs_size /})  ${alignr}${color3}${fs_bar 5,125 /}
${color2}HOME: ${alignc}${color}${fs_free_perc /home}% (${fs_free /home}/${fs_size /home})  ${alignr}${color3}${fs_bar 5,125 /home}


######### NETWORK ###############
${color3}${font Arial:style=Bold}NETWORK ${hr 2}$color$font
${color2}IP on enp5s0: ${color}${alignr}${execi 3600 curl -s http://192.168.1.1|grep 'wan_ipaddr'|awk '{print $1,$2}'|sed 's/<span id="wan_ipaddr">//'|sed 's!</span>&nbsp;!!'}
${wireless_ap enp5s0}${alignr} ${addr enp5s0}
up ${upspeed enp5s0}${alignr}down ${downspeed enp5s0}
${color3}${upspeedgraph enp5s0 32, 100}${alignr}${color3}${downspeedgraph enp5s0 32, 100}
${color2}total ${totalup enp5s0}${alignr}${color2}total ${totaldown enp5s0}


######### WX ####################
${color3}${font Arial:style=Bold}LOCAL WEATHER${hr 1}$color$font
${execi 3600 curl -s http://weather.noaa.gov/pub/data/observations/metar/decoded/KNTU.TXT |grep 'OCEANA'|awk '{print $1,$2,$3,$4,$5}'}
${execi 3600 curl -s http://weather.noaa.gov/pub/data/observations/metar/decoded/KNTU.TXT |sed -n 2p|awk '{print $1,$2,$3,$4,$5,$6,$7,$8,$10,$11}'}
${execi 3600 curl -s http://weather.noaa.gov/pub/data/observations/metar/decoded/KNTU.TXT |sed -n 3p|awk '{print $1,$2,$5,$6,$7,$8,$9}'}
${execi 3600 curl -s http://weather.noaa.gov/pub/data/observations/metar/decoded/KNTU.TXT |sed -n 4p}
${execi 3600 curl -s http://weather.noaa.gov/pub/data/observations/metar/decoded/KNTU.TXT |sed -n 5p}
${execi 3600 curl -s http://weather.noaa.gov/pub/data/observations/metar/decoded/KNTU.TXT |sed -n 6p}
${execi 3600 curl -s http://weather.noaa.gov/pub/data/observations/metar/decoded/KNTU.TXT |sed -n 7p}
${execi 3600 curl -s http://weather.noaa.gov/pub/data/observations/metar/decoded/KNTU.TXT |sed -n 8p}
${execi 3600 curl -s http://weather.noaa.gov/pub/data/observations/metar/decoded/KNTU.TXT |sed -n 9p}
${execi 3600 curl -s http://weather.noaa.gov/pub/data/observations/metar/decoded/KNTU.TXT |sed -n 10p}
${execi 3600 curl -s http://weather.noaa.gov/pub/data/observations/metar/decoded/KNTU.TXT |sed -n 11p}

${image base.png -p -5,-1 -s 420x135}  #System
${image base.png -p -5,125-s 420x125}  #CPU
${image base.png -p -5,240 -s 420x125}  #GPU
${image base.png -p -5,355 -s 420x90}  #Memory
${image base.png -p -5,435 -s 420x90}  #HD Space
${image base.png -p -5,515 -s 420x170} #Network
${image base.png -p -5,675 -s 420x220} #Weather

Last edited by Buddlespit (2014-04-21 02:34:27)

Offline

#1154 2014-05-12 19:31:28

mills.sean
Member
From: Canada
Registered: 2014-05-04
Posts: 8

Re: conky configs and screenshots!

Finally hacked together a multi core (very multi) for my system. No one conky worked for me, so hours of learning and formatting, hacking slashing, copying and pasting later I have these 2 conkys run for me at start up. I like them a lot.
I'm happy to share my conky and luarings files with anyone out there who is looking for conkys on a machine with a high thread count.

14171572855_3eff3e3c1b_m.jpg

Full size




-- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code [jwr] --

Noted, and image edited. Thanks.

Last edited by mills.sean (2014-05-12 21:41:53)

Offline

#1155 2014-05-12 23:24:21

hobarrera
Member
From: CABA, Argentina
Registered: 2011-04-12
Posts: 230
Website

Re: conky configs and screenshots!

mills.sean wrote:

Finally hacked together a multi core (very multi) for my system. No one conky worked for me, so hours of learning and formatting, hacking slashing, copying and pasting later I have these 2 conkys run for me at start up. I like them a lot.
I'm happy to share my conky and luarings files with anyone out there who is looking for conkys on a machine with a high thread count.

https://farm8.staticflickr.com/7326/141 … 3c1b_m.jpg

Full size




-- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code [jwr] --

Noted, and image edited. Thanks.

I'm gonna take a wild guess here and assume this isn't just some ordinary laptop tongue


GPG Key | AUR packages | github

caffeine-ng: Temporarily disable screensaver/sleeping with a simple click.

Offline

#1156 2014-05-13 02:11:50

mills.sean
Member
From: Canada
Registered: 2014-05-04
Posts: 8

Re: conky configs and screenshots!

hobarrera wrote:

I'm gonna take a wild guess here and assume this isn't just some ordinary laptop tongue


That depends on how one defines 'laptop', I could certainly place it on top of my lap. big_smile
Just kidding. Yeah, it's a purpose built 3D workstation.

Here's more if you're curious or itnerested... oh yes, in there is a screenfetch of my actual laptop, it's the one called 'oslo'. It's not a workstation per se, but it's not to shabby either!

https://bbs.archlinux.org/viewtopic.php … 4#p1414934

Offline

#1157 2014-05-13 20:04:58

darthpenguin
Member
Registered: 2011-09-16
Posts: 77

Re: conky configs and screenshots!

This is a very simple conky config. Nothing fancy here. Just basic system info, system update notification, top processes, file system usage, and network stats for wire and wireless adapters. The wire/wireless info is conditional -- only showing when the adapter is active/connected. Also added playback info for music from mpd.

# Conky, a system monitor, based on torsmo
#
# Any original torsmo code is licensed under the BSD license
#
# All code written since the fork of torsmo is licensed under the GPL
#
# Please see COPYING for details
#
# Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
# Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
# All rights reserved.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
#
background yes
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
use_xft yes
xftfont DejaVu Sans Mono:size=12
maximum_width 250
minimum_size 250 900
net_avg_samples 2
no_buffers yes
out_to_console no
out_to_stderr no
extra_newline no
stippled_borders 0
update_interval 1.0
uppercase no
use_spacer none
show_graph_scale no
show_graph_range no

alignment		top_right
gap_x			5
gap_y			5
own_window		yes
own_window_class	Conky
own_window_type		normal
own_window_hints	undecorated,below,sticky,skip_taskbar,skip_pager
own_window_transparent	yes
own_window_argb_visual	yes
own_window_argb_value	0
double_buffer		yes

TEXT
${font DejaVu San Mono: size=12: style=bold}SYSTEM${font} $hr
Kernel:${alignr}$kernel
CPU1:${offset 50}${cpu cpu1}%${alignr}${cpubar cpu1 10,100}
CPU2:${offset 50}${cpu cpu2}%${alignr}${cpubar cpu2 10,100}
RAM:${offset 60}${memperc}%${alignr}${membar 10,100}
SWAP:${offset 50}${swapperc}%${alignr}${swapbar 10,100}
Battery:${offset 20}${battery_percent}%${alignr}${battery_bar 10,100}
Uptime:${alignr}$uptime
Updates:${offset 20}${execi 3600 pacman -Qu | wc -l}

${font DejaVu San Mono: size=12: style=bold}PROCESSES${font} $hr
${top_mem name 1}${alignr}${top mem 1}%
${top_mem name 2}${alignr}${top mem 2}%
${top_mem name 3}${alignr}${top mem 3}%
${top_mem name 4}${alignr}${top mem 4}%
${top_mem name 5}${alignr}${top mem 5}%

${font DejaVu San Mono: size=12: style=bold}FILE SYSTEM${font} $hr
Root:${alignr}${fs_bar 10,100 /}
Boot:${alignr}${fs_bar 10,100 /boot}
Var:${alignr}${fs_bar 10,100 /var}
Home:${alignr}${fs_bar 10,100 /home}

${if_existing /sys/class/net/enp0s25/operstate up}${font DejaVu San Mono: size=12: style=bold}Wired${font} $hr
Up:${alignr}${upspeedf enp0s25}KiB/s
Down:${alignr}${downspeedf enp0s25}KiB/s
Upload:${alignr}${totalup enp0s25}
Download:${alignr}${totaldown enp0s25}
Local IP:${alignr}${addr enp0s25}${endif}
${if_existing /sys/class/net/enp0s25/operstate down}${voffset -40}${endif}${if_existing /sys/class/net/wlp3s0/operstate up}${voffset 20}${font DejaVu San Mono: size=12: style=bold}Wireless${font} $hr
SSID:${alignr}${wireless_essid wlp3s0}
Up:${alignr}${upspeedf wlp3s0}KiB/s
Down:${alignr}${downspeedf wlp3s0}KiB/s
Upload:${alignr}${totalup wlp3s0}
Download:${alignr}${totaldown wlp3s0}
Local IP:${alignr}${addr wlp3s0}
${endif}
${if_mpd_playing}${font DejaVu San Mono: size=12: style=bold}Music: $hr${font}
${if_match ${execi 5 expr length "`mpc --format %album% | head -n 1`"} >= 25}${scroll 25 3 ${mpd_album}}${else}${mpd_album}${endif}
${if_match ${execi 5 expr length "`mpc --format %artist% | head -n 1`"} >= 25}${scroll 25 3 ${mpd_artist}}${else}${mpd_artist}${endif}
${if_match ${execi 5 expr length "`mpc --format %title% | head -n 1`"} >= 25}${scroll 25 3 ${mpd_title}}${else}${mpd_title}${endif}
${mpd_bar}${endif}

Offline

#1158 2014-05-14 00:02:05

hobarrera
Member
From: CABA, Argentina
Registered: 2011-04-12
Posts: 230
Website

Re: conky configs and screenshots!

mills.sean wrote:
hobarrera wrote:

I'm gonna take a wild guess here and assume this isn't just some ordinary laptop tongue


That depends on how one defines 'laptop', I could certainly place it on top of my lap. big_smile
Just kidding. Yeah, it's a purpose built 3D workstation.

Here's more if you're curious or itnerested... oh yes, in there is a screenfetch of my actual laptop, it's the one called 'oslo'. It's not a workstation per se, but it's not to shabby either!

https://bbs.archlinux.org/viewtopic.php … 4#p1414934

Cool! Thanks for sharing.


GPG Key | AUR packages | github

caffeine-ng: Temporarily disable screensaver/sleeping with a simple click.

Offline

#1159 2014-05-25 03:06:48

spudrucket
Member
Registered: 2013-09-27
Posts: 1

Re: conky configs and screenshots!

Here is my setup. You can find the original by n00by4ever HERE. His was for a bigger screen, so I modified this to fit my 1366x769 screen. Wallpaper is HERE. I used conkywx for the weather (available in the AUR) and this SCRIPT to display the album cover art when running mpd.

QMvr7J5.png

Last edited by spudrucket (2014-05-27 09:42:22)

Offline

#1160 2014-05-31 00:41:26

firekage
Member
From: Eastern Europe, Poland
Registered: 2013-06-30
Posts: 210

Re: conky configs and screenshots!

Could you post config for it?

Offline

#1161 2014-06-17 23:55:08

tfla
Member
Registered: 2013-10-10
Posts: 13

Re: conky configs and screenshots!

Buddlespit wrote:

http://i1306.photobucket.com/albums/s577/Buddlespit/th_snapshot2_zpsa598126f.png

I didn't use any 'sensors' code because, from what I understand, it tends to force the system to execute, or work. So, I did what I could with hwmon

...

Hey. Could you please uploade the base.jpg picture needed for your config? Thanks.

Offline

#1162 2014-06-19 01:26:50

Buddlespit
Member
Registered: 2014-02-07
Posts: 73

Re: conky configs and screenshots!

tfla wrote:
Buddlespit wrote:

http://i1306.photobucket.com/albums/s577/Buddlespit/th_snapshot2_zpsa598126f.png

I didn't use any 'sensors' code because, from what I understand, it tends to force the system to execute, or work. So, I did what I could with hwmon

...

Hey. Could you please uploade the base.jpg picture needed for your config? Thanks.

base_zpsf4c12aa1.png

Offline

#1163 2014-08-01 23:28:19

surfatwork
Member
Registered: 2012-01-05
Posts: 86

Re: conky configs and screenshots!

I modified the Lunatico rings conky script. Here's what my modified version looks like:

Screenshot_from_2014_08_02_17_51_26.jpg

Guages change color based on value e.g. battery goes from green to red as it drops, cpu goes from green to red as it gets loaded.

Edit: updated with calendar (courtesy some scripts I found on the web) and weather (courtesy: Satya on deviantart)

Last edited by surfatwork (2014-08-02 17:18:44)

Offline

#1164 2014-08-02 18:30:33

warlikeofchaos
Member
Registered: 2014-08-02
Posts: 1

Re: conky configs and screenshots!

spudrucket wrote:

Here is my setup. You can find the original by n00by4ever HERE. His was for a bigger screen, so I modified this to fit my 1366x769 screen. Wallpaper is HERE. I used conkywx for the weather (available in the AUR) and this SCRIPT to display the album cover art when running mpd.

http://i.imgur.com/QMvr7J5.png

Could you please share/upload your .conkyconfig folder?

Last edited by warlikeofchaos (2014-08-02 19:51:05)

Offline

Board footer

Powered by FluxBB