Conky Showoff thread 2024

Add functionality to your desktop
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
User avatar
Valsodar
Level 4
Level 4
Posts: 364
Joined: Thu Jul 19, 2018 11:30 pm
Location: Sofia, Bulgaria
Contact:

Conky Showoff thread 2024

Post by Valsodar »

My conky is vertical.

Image

Code: Select all

conky.config = {
-- *********************
-- Conky theme by Valso (rado84)
-- *********************


	background = false,
	double_buffer = true,

	alignment = 'top_right',

	border_width = 0,
	cpu_avg_samples = 2,
	default_color = 'color2',
	default_outline_color = 'black',
	default_shade_color = 'black',
	draw_borders = false,
	draw_graph_borders = true,
	draw_outline = true,
	draw_shades = false,

	gap_x = 4,
	gap_y = 4,
	net_avg_samples = 2,
	no_buffers = true,
	out_to_console = false,
	out_to_stderr = false,
	extra_newline = false,

	own_window = true,
	own_window_type = 'dock',--types: normal, desktop, dock, override, panel
	own_window_transparent = false,
	own_window_colour = '000000',
	own_window_argb_visual = true,
	own_window_argb_value = 100,
	own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',

	minimum_width = 200, minimum_height = 1024,
	stippled_borders = 0,
	update_interval = 2.0,
	uppercase = false,
	use_spacer = 'none',

	show_graph_scale = false,
	show_graph_range = false,

	use_xft = true,
	xftalpha = 1.0,

	color0 = '#E5E5E5',--silver
	color1 = '#82E67C',--light green
	color2 = '#EFC246',-- XFS color
	color3 = '#00BF00',--nVidia green
	color4 = '#7BC6FF',--sky blue
	color5 = '#000000',--black
	color6 = '#FF00FF',--pink
	color7 = '#FF0000',--red
	color8 = '#FFFF00',--yellow
	color9 = '#FF9946',--light orange
};

conky.text = [[
${color4}${font Open Sans:style=Bold:pixelsize=18}${alignc}i7-4770
${color4}${font Open Sans:style=Bold:pixelsize=18}CPU Load ${alignr}${cpu cpu0}%
${color4}${font Open Sans:style=Bold:pixelsize=18}CPU Temp ${alignr}${hwmon 0 temp 1}° C
#${color4}${font Open Sans:style=Bold:pixelsize=18}CPU Fan ${alignr}${execi 2 sensors | grep 'fan2' | awk {'print $2'}} RPM
${color4}${font Open Sans:style=Bold:pixelsize=18}CPU Freq ${alignr}${freq_g} GHz

${color1}${font Open Sans:style=Bold:pixelsize=18}${alignc}GTX 1660 Ti 6GB
${color1}${font Open Sans:style=Bold:pixelsize=18}GPU Load ${alignr}${nvidia gpuutil}%
${color1}${font Open Sans:style=Bold:pixelsize=18}GPU Temp ${alignr}${execi 60 nvidia-settings -query GPUCoreTemp| grep gpu | perl -ne 'print $1 if /GPUCoreTemp.*?: (\d+)./;'}°C
${color1}${font Open Sans:style=Bold:pixelsize=18}GPU VRAM ${alignr}${exec nvidia-smi | grep % | cut -c 37-40} MiB
#${color1}${font Open Sans:style=Bold:pixelsize=18}GPU Fan ${alignr}${execi 10 nvidia-settings -q [fan:0]/GPUCurrentFanSpeedRPM -t} RPM
${color1}${font Open Sans:style=Bold:pixelsize=18}GPU Driver ${alignr}${execi 60 nvidia-smi --query-gpu=driver_version --format=csv,noheader}

${color9}${font Open Sans:style=Bold:pixelsize=18}KERNEL: ${alignr}${color2}${kernel}
${color9}${font Open Sans:style=Bold:pixelsize=18}DESKTOP: ${alignr}${color2}CINNAMON 5.2.7
${color9}${font Open Sans:style=Bold:pixelsize=18}DISPLAY MANAGER: ${alignr}${color2}GDM

${color0}${font Open Sans:style=Bold:pixelsize=18}RAM: ${alignr}${mem} ${color7}/ ${color8}${memmax}
#${color8}${membar 20}

${if_running audacious} $alignc ${color3}${font Open Sans:style=Bold:pixelsize=18}Audacious работи ${else} $alignc ${color7}${font Open Sans:style=Bold:pixelsize=18}Audacious не работи!$endif
${color9}${font Open Sans:style=Bold:pixelsize=18}${top_mem name 1} $alignr ${top_mem mem_res 1}
${color9}${font Open Sans:style=Bold:pixelsize=18}${top_mem name 2} $alignr ${top_mem mem_res 2}
${color9}${font Open Sans:style=Bold:pixelsize=18}${top_mem name 3} $alignr ${top_mem mem_res 3}
${color9}${font Open Sans:style=Bold:pixelsize=18}${top_mem name 4} $alignr ${top_mem mem_res 4}
${color9}${font Open Sans:style=Bold:pixelsize=18}${top_mem name 5} $alignr ${top_mem mem_res 5}
${color9}${font Open Sans:style=Bold:pixelsize=18}${top_mem name 6} $alignr ${top_mem mem_res 6}
${color9}${font Open Sans:style=Bold:pixelsize=18}${top_mem name 7} $alignr ${top_mem mem_res 7}
${color9}${font Open Sans:style=Bold:pixelsize=18}${top_mem name 8} $alignr ${top_mem mem_res 8}
${color9}${font Open Sans:style=Bold:pixelsize=18}${top_mem name 9} $alignr ${top_mem mem_res 9}
${color9}${font Open Sans:style=Bold:pixelsize=18}${top_mem name 10} $alignr ${top_mem mem_res 10}
#10 processes is the limit

${color9}${font Open Sans:style=Bold:pixelsize=18}Дискове: ${color0}Заето   ${alignr}Своб.
${color2}${font Open Sans:style=Bold:pixelsize=18}ArchUX: ${fs_used /mnt/}    ${alignr}${fs_free /mnt/}
${color2}${font Open Sans:style=Bold:pixelsize=18}1000GB: ${fs_used /media/1000GB/} ${alignr}${fs_free /media/1000GB/}
${color2}${font Open Sans:style=Bold:pixelsize=18}1000HD: ${fs_used /media/1000HD/} ${alignr}${fs_free /media/1000HD/}
${color2}${font Open Sans:style=Bold:pixelsize=18}4000HD: ${fs_used /media/4000GB/} ${alignr}${fs_free /media/4000GB/}
${color2}${font Open Sans:style=Bold:pixelsize=18}500GB: ${fs_used /media/500GB/} ${alignr}${fs_free /media/500GB/}
${color8}${font Open Sans:style=Bold:pixelsize=18}${alignc}Total: 6.75 TB

${font Open Sans:style=Bold:pixelsize=18}${alignc}${color8}Дата: ${time %d.%m.%y} г., ${time %a}
${font Open Sans:style=Bold:pixelsize=18}${alignc}${color0}D: ${color9}${downspeed enp0s25} ${color0} ${color0}U: ${color9}${upspeed enp0s25}
]];
Last edited by SMG on Mon Jan 22, 2024 9:35 pm, edited 1 time in total.
Core i7-4770, Palit GTX 1660 Ti, 32GB DDR3 RAM, Firefox, Arch LTS w/ Cinnamon 5.2.7
My Linux group on Telegram
Avatar & desktop: https://ibb.co/album/GFx0yV
User avatar
Bleys
Level 4
Level 4
Posts: 431
Joined: Wed Apr 20, 2022 4:17 am
Location: Essen, Germany

Re: Conky Showoff thread 2024

Post by Bleys »

Ryzen 5 5600G, 16GB RAM, 2TB M.2 Crucial P3, Asrock Deskmeet X300, Samsung Odyssey 49", Linux Mint 21
User avatar
Logansfury
Level 6
Level 6
Posts: 1237
Joined: Fri Oct 27, 2023 4:08 pm
Location: Las Vegas NV, USA

Re: Conky Showoff thread 2024

Post by Logansfury »

My conkys aren't custom written by me, I haven't that skill. These are default unrelated conky widgets that I edited (usually font and colors) to match my red and black and white theme. These are default Minimalis with customized CPU temp section, Fan Speeds section and Wireless section, as well as the addition of 9 graphs not part of the default minimalis conf.

The large clock is Mizar, customized to font, color, and removing date display.

The 3-month calendar is from user rwyarbrough who posted on github and conky forums. Font and colors changed where they could be.

Full Color wallpaper:
Image

Black & White wallpaper:

Image

Again I did no custom scripting for any of these and most script edits came from the forum, but I think it's a nice example of putting random widgets together and making them appear to be a matched set in the GUI.
Image <-- Cick for sudo inxi --usb -Fxxxnmprz output, updated hourly!
User avatar
Logansfury
Level 6
Level 6
Posts: 1237
Joined: Fri Oct 27, 2023 4:08 pm
Location: Las Vegas NV, USA

Re: Conky Showoff thread 2024

Post by Logansfury »

I thought I was done with my conky, but I was talking to Koentje and I just happened to mention that I wanted to work on a conky that monitored the status of on and offline devices on my intranet. He then posts THREE of these that he had already made. I selected a favorite, requested edits to fit into my Minimalis and now a widget that I have seen in my imagination and lusted after for weeks is a reality and inserted into my Minimalis display. I did clean up edits, shortening the graphs to match the width of displayed texts, bringing all icons to the outside of the boundary created by text and graphs. I narrowed the graphs by 10 pixels each and added information display to my wireless section. I also made a custom icon in GIMP for the Network Status section that matches the minimalis icons set :)

Image
Image <-- Cick for sudo inxi --usb -Fxxxnmprz output, updated hourly!
User avatar
SMG
Level 25
Level 25
Posts: 32007
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: Conky Showoff thread 2024

Post by SMG »

Moderator note: Weather icons support discussion can now be found here Getting Conky weather icons from Bleys to work.

Short discussions are fine in a showoff thread, but if it takes more than a few posts to explain, please create a new topic (or report it to moderators so they can split it into a new topic).
Image
A woman typing on a laptop with LM20.3 Cinnamon.
User avatar
Koentje
Level 7
Level 7
Posts: 1581
Joined: Tue Jan 04, 2022 6:23 pm
Location: Netherlands

Re: Conky Showoff thread 2024

Post by Koentje »

Logansfury wrote: Sun Feb 04, 2024 12:10 am Image
Your wireless block (bottom section) is still off to the right.. ;)
Image
User avatar
Logansfury
Level 6
Level 6
Posts: 1237
Joined: Fri Oct 27, 2023 4:08 pm
Location: Las Vegas NV, USA

Re: Conky Showoff thread 2024

Post by Logansfury »

Koentje wrote: Sun Feb 04, 2024 4:50 pm Your wireless block (bottom section) is still off to the right.. ;)
I went thru the minimalis files from top to bottom and established ${goto 35} as the left boarder. Now ALL texts and graphs line up on the left side forming a clean rectangle with the conky icons pasted just to the left of the boarder :)

Good eye!

Image
Image <-- Cick for sudo inxi --usb -Fxxxnmprz output, updated hourly!
thatchunkylad198966
Level 2
Level 2
Posts: 56
Joined: Wed May 05, 2021 9:11 am

Re: Conky Showoff thread 2024

Post by thatchunkylad198966 »

How do I get it to show only eth0?

Image

Config:

Code: Select all

conky.config = {
    double_buffer = true,
    no_buffers = true,
    use_xft = true,
    uppercase = true,
    font = 'feather:bold:size=20',

    own_window = false,
    own_window_type = 'desktop',
    own_window_transparent = true,
    own_window_hints = 'undecorated,sticky,skip_taskbar,skip_pager,below',

    update_interval = 1.0,
    net_avg_samples = 2,
    cpu_avg_samples = 2,

    alignment = 'top_right',
    gap_x = 30,
    gap_y = 30,
    
    default_color = 'white',
    default_outline_color = 'white',
    default_shade_color = 'black',
    color0 = 'ffffff',
    color1 = 'b3e5fc',
    color2 = '4783fc'
};

conky.text = [[
${font}${voffset -20}${alignc}${time %A %d %B %Y}
${alignc}${nodename}@${top user 1}
${color2}${hr 2}
${color}Kernel: ${alignr}${kernel}
Distro: ${alignr}${execi 6000 lsb_release -d | grep 'Descr'|awk {'print $2 " " $3" " $4"" $5'}}
#------------+
#MyCPU
#------------+
${color2}CPU: quad-core Arm Cortex A76 ${hr 2}
${color0}${voffset 5}Name:                               Broadcom BCM 2712
Freq: ${alignr}${freq_g} GHz
Usage: ${alignr}${cpu}%
${cpugraph 32}
#------------+
#MyRAM
#------------+
${color2}RAM: 8GB DDR4 2133MHZ ${hr 2}
${color0}${voffset 5}Used: ${mem} ($memperc%)${alignr}Free: ${memeasyfree}
$processes processes ($running_processes running)
#------------+
#FileSystem
#------------+
${color2}USB: Samsung 128GB USB 3.1 ${hr 2}
${color0}${voffset 5}/dev/sdb2:${alignr}${fs_used /} / ${fs_size /}
${fs_bar  /}
Read: ${alignr}${diskio_read /dev/sdb2}
Write: ${alignr}${diskio_write /dev/sdb2}
#------------+
#MyNETWORK
#------------+
${color2}MyNetwork:${hr 2}
${color0}${voffset 5}Home IP:  ${exec sh /home/pi/.conky/HomeIP.sh}
${color0}${voffset 5}Public IP:  ${execpi 604800 curl www.icanhazip.com}
${color0}${voffset 5}Down: ${downspeed eth0}  ${alignr} Total: ${totaldown eth0}
${color0}${voffset 5}${downspeedgraph eth0}
${color0}${voffset 5}Up: ${upspeed eth0}      ${alignr} Total: ${totalup eth0}
${color0}${voffset 5}${upspeedgraph eth0}
#------------+
#Devices
#------------+
${color2}MyDevices ${hr 2}
${color1}${execi 1800 sudo nmap -sP 192.168.1.1/24 | grep  "Nmap scan report for" | awk -F ' '  '{print $5, $6}'} 
]]
ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1
User avatar
Koentje
Level 7
Level 7
Posts: 1581
Joined: Tue Jan 04, 2022 6:23 pm
Location: Netherlands

Re: Conky Showoff thread 2024

Post by Koentje »

thatchunkylad198966 wrote: Thu Feb 08, 2024 3:54 pm How do I get it to show only eth0?
I don't have HomeIP.sh to test your conky.

ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1
It's not clear to me what's the problem, or what's wrong with this, or what you try to accomplish?
This command gives me the LAN IP address of my system...
But conky has his own command for that: ${addr eth0}
Image
thatchunkylad198966
Level 2
Level 2
Posts: 56
Joined: Wed May 05, 2021 9:11 am

Re: Conky Showoff thread 2024

Post by thatchunkylad198966 »

Koentje wrote: Thu Feb 08, 2024 4:00 pm
thatchunkylad198966 wrote: Thu Feb 08, 2024 3:54 pm How do I get it to show only eth0?
I don't have HomeIP.sh to test your conky.

ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1
It's not clear to me what's the problem, or what's wrong with this, or what you try to accomplish?
This command gives me the LAN IP address of my system...
But conky has his own command for that: ${addr eth0}
Because I'm connected to my VPN (that's my public VPN IP) and I set this with HomeIP.sh:

Code: Select all

ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1
It's showing the VPN home IP and my home IP. How can I get it to just show eth0 (192.168.1.145) ??

Setting:

Code: Select all

${addr eth0}
Shows the VPN Home IP and not my eth0 (192.168.1.145) ..... :oops:
User avatar
Koentje
Level 7
Level 7
Posts: 1581
Joined: Tue Jan 04, 2022 6:23 pm
Location: Netherlands

Re: Conky Showoff thread 2024

Post by Koentje »

thatchunkylad198966 wrote: Thu Feb 08, 2024 4:02 pm It's showing the VPN home IP and my home IP. How can I get it to just show eth0 (192.168.1.145) ??
Can you show the output of that command? I don't have a VPN, so i have no clue what it shows?
Maybe this works?? ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1 | grep '192.168.1'
Image
thatchunkylad198966
Level 2
Level 2
Posts: 56
Joined: Wed May 05, 2021 9:11 am

Re: Conky Showoff thread 2024

Post by thatchunkylad198966 »

Koentje wrote: Thu Feb 08, 2024 4:08 pm
thatchunkylad198966 wrote: Thu Feb 08, 2024 4:02 pm It's showing the VPN home IP and my home IP. How can I get it to just show eth0 (192.168.1.145) ??
Can you show the output of that command? I don't have a VPN, so i have no clue what it shows?
Maybe this works?? ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1 | grep '192.168.1'
Thanks! *Think* I got it working:

Code: Select all

#MyNETWORK
#------------+
${color2}MyNetwork:${hr 2}
${color0}${voffset 5}Home IP:  ${addr eth0}
${color0}${voffset 5}Public IP:  ${exec wget http://ipinfo.io/ip -qO -}
${color0}${voffset 5}Down: ${downspeed eth0}  ${alignr} Total: ${totaldown eth0}
${color0}${voffset 5}${downspeedgraph eth0}
${color0}${voffset 5}Up: ${upspeed eth0}      ${alignr} Total: ${totalup eth0}
${color0}${voffset 5}${upspeedgraph eth0}
I can turn the VPN off and eth0's address shows. And my home's public IP. I turn the VPN on and my public VPN is shown/VPN home IP!

Just what I wanted. :D :D :mrgreen:

Image

Happy. And it's not that heavy on an RPI5!!!!!

Changed it a little:

Code: Select all

conky.config = {
    double_buffer = true,
    no_buffers = true,
    use_xft = true,
    uppercase = true,
    font = 'feather:bold:size=20',

    own_window = false,
    own_window_type = 'desktop',
    own_window_transparent = true,
    own_window_hints = 'undecorated,sticky,skip_taskbar,skip_pager,below',

    update_interval = 1.0,
    net_avg_samples = 2,
    cpu_avg_samples = 2,

    alignment = 'top_right',
    gap_x = 30,
    gap_y = 30,
    
    default_color = 'white',
    default_outline_color = 'white',
    default_shade_color = 'black',
    color0 = 'ffffff',
    color1 = 'b3e5fc',
    color2 = '4783fc'
};

conky.text = [[
${font}${voffset -20}${alignc}${time %A %d %B %Y}
${alignc}${nodename}@${top user 1}
${color2}${hr 2}
${color}Kernel: ${alignr}${kernel}
Distro: ${alignr}${execi 6000 lsb_release -d | grep 'Descr'|awk {'print $2 " " $3" " $4"" $5'}}
#------------+
#CPU
#------------+
${color2}CPU: quad-core Arm Cortex A76 ${hr 2}
${color0}${voffset 5}Name:                               Broadcom BCM 2712
Freq: ${alignr}${freq_g} GHz
Usage: ${alignr}${cpu}%
${cpugraph 32}
#------------+
#RAM
#------------+
${color2}RAM: 8GB DDR4 2133MHZ ${hr 2}
${color0}${voffset 5}Used: ${mem} ($memperc%)${alignr}Free: ${memeasyfree}
$processes processes ($running_processes running)
#------------+
#FileSystem
#------------+
${color2}USB: Samsung fit plus 128GB USB 3.1 ${hr 2}
${color0}${voffset 5}/dev/sdb2:${alignr}${fs_used /} / ${fs_size /}
${fs_bar  /}
Read: ${alignr}${diskio_read /dev/sdb2}
Write: ${alignr}${diskio_write /dev/sdb2}
#------------+
#NetworkStatus
#------------+conky.config = {
    double_buffer = true,
    no_buffers = true,
    use_xft = true,
    uppercase = true,
    font = 'feather:bold:size=20',

    own_window = false,
    own_window_type = 'desktop',
    own_window_transparent = true,
    own_window_hints = 'undecorated,sticky,skip_taskbar,skip_pager,below',

    update_interval = 1.0,
    net_avg_samples = 2,
    cpu_avg_samples = 2,

    alignment = 'top_right',
    gap_x = 30,
    gap_y = 30,
    
    default_color = 'white',
    default_outline_color = 'white',
    default_shade_color = 'black',
    color0 = 'ffffff',
    color1 = 'b3e5fc',
    color2 = '4783fc'
};

conky.text = [[
${font}${voffset -20}${alignc}${time %A %d %B %Y}
${alignc}${nodename}@${top user 1}
${color2}${hr 2}
${color}Kernel; ${alignr}${kernel}
Distro; ${alignr}${execi 6000 lsb_release -d | grep 'Descr'|awk {'print $2 " " $3" " $4"" $5'}}
#------------+
#CPU
#------------+
${color2}CPU; quad-core Arm Cortex A76 ${hr 2}
${color0}${voffset 5}Name:                               Broadcom BCM 2712
Freq: ${alignr}${freq_g} GHz
Usage: ${alignr}${cpu}%
${cpugraph 32}
#------------+
#RAM
#------------+
${color2}RAM; 8GB DDR4 2133MHZ ${hr 2}
${color0}${voffset 5}Used: ${mem} ($memperc%)${alignr}Free: ${memeasyfree}
$processes processes ($running_processes running)
#------------+
#FileSystem
#------------+
${color2}USB; Samsung fit plus 128GB USB 3.1 ${hr 2}
${color0}${voffset 5}/dev/sdb2:${alignr}${fs_used /} / ${fs_size /}
${fs_bar  /}
Read: ${alignr}${diskio_read /dev/sdb2}
Write: ${alignr}${diskio_write /dev/sdb2}
#------------+
#NetworkStatus
#------------+
${color2}Network Status; ${hr 2}
${color0}${voffset 5}Home IP:  ${addr eth0}
${color0}${voffset 5}Public IP:  ${exec wget http://ipinfo.io/ip -qO -}
${color0}${voffset 5}Down: ${downspeed eth0}  ${alignr} Total: ${totaldown eth0}
${color0}${voffset 5}${downspeedgraph eth0}
${color0}${voffset 5}Up: ${upspeed eth0}      ${alignr} Total: ${totalup eth0}
${color0}${voffset 5}${upspeedgraph eth0}
#------------+
#Devices
#------------+
${color2}Devices; ${hr 2}
${color1}${execi 1800 sudo nmap -sP 192.168.1.1/24 | grep  "Nmap scan report for" | awk -F ' '  '{print $5, $6}'} 
]]

${color2}NetworkStatus:${hr 2}
${color0}${voffset 5}Home IP:  ${addr eth0}
${color0}${voffset 5}Public IP:  ${exec wget http://ipinfo.io/ip -qO -}
${color0}${voffset 5}Down: ${downspeed eth0}  ${alignr} Total: ${totaldown eth0}
${color0}${voffset 5}${downspeedgraph eth0}
${color0}${voffset 5}Up: ${upspeed eth0}      ${alignr} Total: ${totalup eth0}
${color0}${voffset 5}${upspeedgraph eth0}
#------------+
#Devices
#------------+
${color2}Devices ${hr 2}
${color1}${execi 1800 sudo nmap -sP 192.168.1.1/24 | grep  "Nmap scan report for" | awk -F ' '  '{print $5, $6}'} 
]]
And again:

Code: Select all

conky.config = {
    double_buffer = true,
    no_buffers = true,
    use_xft = true,
    uppercase = true,
    font = 'feather:bold:size=20',

    own_window = false,
    own_window_type = 'desktop',
    own_window_transparent = true,
    own_window_hints = 'undecorated,sticky,skip_taskbar,skip_pager,below',

    update_interval = 1.0,
    net_avg_samples = 2,
    cpu_avg_samples = 2,

    alignment = 'top_right',
    gap_x = 30,
    gap_y = 30,
    
    default_color = 'white',
    default_outline_color = 'white',
    default_shade_color = 'black',
    color0 = 'ffffff',
    color1 = 'b3e5fc',
    color2 = '4783fc'
};

conky.text = [[
${font}${voffset -20}${alignc}${time %A %d %B %Y}
${alignc}${nodename}@${top user 1}
${color2}${hr 2}
${color}Kernel; ${alignr}${kernel}
Distro; ${alignr}${execi 6000 lsb_release -d | grep 'Descr'|awk {'print $2 " " $3" " $4"" $5'}}
#------------+
#CPU
#------------+
${color2}CPU; quad-core Arm Cortex A76 ${hr 2}
${color0}${voffset 5}Name:                               Broadcom BCM 2712
Freq: ${alignr}${freq_g} GHz
Usage: ${alignr}${cpu}%
${cpugraph 32}
#------------+
#RAM
#------------+
${color2}RAM; 8GB DDR4 2133MHZ ${hr 2}
${color0}${voffset 5}Used: ${mem} ($memperc%)${alignr}Free: ${memeasyfree}
$processes processes ($running_processes running)
#------------+
#FileSystem
#------------+
${color2}USB; Samsung fit plus 128GB USB 3.1 ${hr 2}
${color0}${voffset 5}/dev/sdb2:${alignr}${fs_used /} / ${fs_size /}
${fs_bar  /}
Read: ${alignr}${diskio_read /dev/sdb2}
Write: ${alignr}${diskio_write /dev/sdb2}
#------------+
#NetworkStatus
#------------+
${color2}Network Status; ${hr 2}
${color0}${voffset 5}Home IP:  ${addr eth0}
${color0}${voffset 5}Public IP:  ${exec wget http://ipinfo.io/ip -qO -}
${color0}${voffset 5}Down: ${downspeed eth0}  ${alignr} Total: ${totaldown eth0}
${color0}${voffset 5}${downspeedgraph eth0}
${color0}${voffset 5}Up: ${upspeed eth0}      ${alignr} Total: ${totalup eth0}
${color0}${voffset 5}${upspeedgraph eth0}
#------------+
#Devices
#------------+
${color2}Devices; ${hr 2}
${color1}${execi 1800 sudo nmap -sP 192.168.1.1/24 | grep  "Nmap scan report for" | awk -F ' '  '{print $5, $6}'} 
]]
I missed a few ";" .....
User avatar
Logansfury
Level 6
Level 6
Posts: 1237
Joined: Fri Oct 27, 2023 4:08 pm
Location: Las Vegas NV, USA

Re: Conky Showoff thread 2024

Post by Logansfury »

thatchunkylad198966 wrote: Thu Feb 08, 2024 4:16 pm Thanks! *Think* I got it working:
That's great that you got your code working. Where Koentje appears, problems disappear!

I really like that dark theme GUI, your system looks great :)
Image <-- Cick for sudo inxi --usb -Fxxxnmprz output, updated hourly!
User avatar
Logansfury
Level 6
Level 6
Posts: 1237
Joined: Fri Oct 27, 2023 4:08 pm
Location: Las Vegas NV, USA

Re: Conky Showoff thread 2024

Post by Logansfury »

My new wired-connection Minimalis component.

I found the wireless USB nic that came with my refurbished PC was an ancient "N" model that couldn't handle modern speeds. I have a 500MB connection at home and while the wired win10 machine was pulling 593MB dl speed at Ookla speed test, the wireless Dell Linux box was only pulling 12MB. I got rid of the USB nic and cat5 cabled directly into the modem, now at Ookla the Dell Linux box is showing 579MB dl speed. This invalidated most of the display categories in the Wireless section of Minimalis so I put together a wired info widget to replace it:

Image
Image <-- Cick for sudo inxi --usb -Fxxxnmprz output, updated hourly!
User avatar
Bleys
Level 4
Level 4
Posts: 431
Joined: Wed Apr 20, 2022 4:17 am
Location: Essen, Germany

Re: Conky Showoff thread 2024

Post by Bleys »

Just a test to see if GIFs work in the forum
Screen Capture_select-area_20240301222616.gif
ok...is not :/
Ryzen 5 5600G, 16GB RAM, 2TB M.2 Crucial P3, Asrock Deskmeet X300, Samsung Odyssey 49", Linux Mint 21
User avatar
AndyMH
Level 21
Level 21
Posts: 13759
Joined: Fri Mar 04, 2016 5:23 pm
Location: Wiltshire

Re: Conky Showoff thread 2024

Post by AndyMH »

Yes, it does, click on the image.
Thinkcentre M720Q - LM21.3 cinnamon, 4 x T430 - LM21.3 cinnamon, Homebrew desktop i5-8400+GTX1080 Cinnamon 19.0
User avatar
Bleys
Level 4
Level 4
Posts: 431
Joined: Wed Apr 20, 2022 4:17 am
Location: Essen, Germany

Re: Conky Showoff thread 2024

Post by Bleys »

AndyMH wrote: Fri Mar 01, 2024 5:34 pm Yes, it does, click on the image.
cool, Thanks!
Ryzen 5 5600G, 16GB RAM, 2TB M.2 Crucial P3, Asrock Deskmeet X300, Samsung Odyssey 49", Linux Mint 21
User avatar
Logansfury
Level 6
Level 6
Posts: 1237
Joined: Fri Oct 27, 2023 4:08 pm
Location: Las Vegas NV, USA

Re: Conky Showoff thread 2024

Post by Logansfury »

I just put together a bunch of command lines and bash scripts and created two new widgets for my minimalis: GPU and Display with data about the GPU card and Display Monitors respectively. I found two good images on the net to turn into icons for the new categories. I also just discovered the scrolling marquee text feature and made another "header" widget with two lines of marquee scrolling style text.

All credit for the GPU graph goes to Koentje, he scripted a graph that matched my existing graphs perfectly

All the command lines and bash scripts to populate the display monitor fields came from online resources and help from the users of this forum.

Image

Whatcha think?
Image <-- Cick for sudo inxi --usb -Fxxxnmprz output, updated hourly!
User avatar
Koentje
Level 7
Level 7
Posts: 1581
Joined: Tue Jan 04, 2022 6:23 pm
Location: Netherlands

Re: Conky Showoff thread 2024

Post by Koentje »

What do i think? Your cores are almost always running at least 85%! Is this because of the conky's?
Image
User avatar
Logansfury
Level 6
Level 6
Posts: 1237
Joined: Fri Oct 27, 2023 4:08 pm
Location: Las Vegas NV, USA

Re: Conky Showoff thread 2024

Post by Logansfury »

Koentje wrote: Wed Mar 20, 2024 8:21 pm What do i think? Your cores are almost always running at least 85%! Is this because of the conky's?
There are several conky listings under the CPU usage category so maybe. I have seen your conky page mp4 on your server and you seem to have conkys the likes of which god himself has never seen, I figured I could get away with what I'm running.

I need to walk my dog but when I return I can start disabling some widgets and see what the core readings say.
Image <-- Cick for sudo inxi --usb -Fxxxnmprz output, updated hourly!
Post Reply

Return to “Compiz, Conky, Docks & Widgets”