wombat.ch

your Partner for Network Design and CMS

Conky is a free, light-weight system monitor for X,
that displays any information on your desktop.

Conky is licensed under the GPL and runs on Linux and BSD.

 

  #   apt install conky conky-all  
   #   cd /  
  #   mkdir conky  
   
     
  #   vi /conky/conky_start #!/bin/bash

conky -b -d -c /conky/conkyrc_right &
conky -b -d -c /conky/conkyrc_left &

exit
was macht -q????
  #   chmod a+x /conky/conky_start  
  #   crontab -e @reboot  /conky/conky_start
     
     
  #  cp /etc/conky/conky.conf  /conky/conkyrc_right  
  #  cp /etc/conky/conky.conf  /conky/conkyrc_left  
     
     
  #   apt  install -y psmisc  
  #   killall -SIGUSR1 conky  
     
     
     
     
     
     

anpassen/erstellen der eigenen Config

  #   vi /conky/conkyrc_right



conky.config = {    
  alignment bottom_left
gap_x 10
gap_y 48
top_left,top_right, top_middle, bottom_left, bottom_right,bottom_middle, middle_left, middle_middle, middle_right, ornone (also can be abreviated as tl, tr, tm, bl, br, bm, ml,mm, mr).
     
  own_window = true,
own_window_type = 'normal',
own_window_argb_visual = true,
own_window_transparent = true,
own_window_class = 'conky',
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
 
  minimum_width = 220,
maximum_width = 220,
 
     
     
     

--- 
 conky.text = [[  
     
  ${color #e23425}Inbound Connection ${alignr} Local Service/Port$color
${font Monospace:size=8} ${tcp_portmon 1 32767 rhost 0} ${alignr} ${tcp_portmon 1 32767 lservice 0}

${tcp_portmon 1 32767 rhost 1} ${alignr} ${tcp_portmon 1 32767 lservice 1}
${tcp_portmon 1 32767 rhost 2} ${alignr} ${tcp_portmon 1 32767 lservice 2}
${tcp_portmon 1 32767 rhost 3} ${alignr} ${tcp_portmon 1 32767 lservice 3}
$font${color #009bf9}Outbound Connection ${alignr} Remote Service/Port$color
${font Monospace:size=8} ${tcp_portmon 32768 61000 rhost 0} ${alignr} ${tcp_portmon 32768 61000 rservice 0}
${tcp_portmon 32768 61000 rhost 1} ${alignr} ${tcp_portmon 32768 61000 rservice 1}
${tcp_portmon 32768 61000 rhost 2} ${alignr} ${tcp_portmon 32768 61000 rservice 2}
${tcp_portmon 32768 61000 rhost 3} ${alignr} ${tcp_portmon 32768 61000 rservice 3}
${tcp_portmon 32768 61000 rhost 4} ${alignr} ${tcp_portmon 32768 61000 rservice 4}
${tcp_portmon 32768 61000 rhost 5} ${alignr} ${tcp_portmon 32768 61000 rservice 5}
 
  local IP: ${addr eth0}  
  Public IP:${exec wget http://ipinfo.io/ip -qO -}  
     
     
Display RSS feeds ${rss https://planet.archlinux.org/rss20.xml 1 item_titles 10 }

${rss https://bbs.archlinux.org/extern.php?action=feed&type=rss 1 item_titles 4}
1 = Zeitintervall
10/4 = angezeigte Feeds
     
     
  ${if_existing /sys/class/net/wlp3s0/operstate up} ${color black}WLAN IP:..... ${alignr}.....${addr wlp3s0} ${endif}


${if_existing /sys/class/net/eno1/operstate up}${color black}LAN IP:..... ${alignr}.....${addr eno1} ${endif}
 
     
  ${if_existing /sys/class/net/wlp3s0/operstate up}
SSID:.......:${wireless_essid wlp3s0} |  Mode: ${wireless_mode wlp3s0}
Signalstärke:${wireless_link_bar  wlp3s0 32,120 efefef 171717 2}
SignalQualit:${wireless_link_qual wlp3s0 32,120 efefef 171717 2}
Link Qualität in %:${wireless_link_qual_perc wlp3s0}
${endif}
 
     
     

---


.
.
.

 error i had  solution:
# conky
Conky: can't open display:
***** Imlib2 Developer Warning ***** :
        This program is calling the Imlib call:

        imlib_context_free();

        With the parameter:

        context

        being NULL. Please fix your program.
 
 

Quellen/Source:
- https://wiki.ubuntuusers.de/Conky/
- https://www.gnome-look.org/browse/cat/124/order/latest
- color-hex.com

- https://www.gnome-look.org/content/show.php/Conky+lua?content=139024
https://store.kde.org/browse/cat/124/ord/latest/
- wiki.ubuntuusers.de/Conky
- - muster
- - | 2018 | www.lifewire.com/beginners-guide-to-conky-4043352 
- - | 2015 | Conky: successful autostart setup 
- nice example
-
-
-

minimum_width = 220,
  maximum_width = 220,

RSS Feed


Warning: file_get_contents(https://www.bsi.bund.de/SiteGlobals/Functions/RSSFeed/RSSNewsfeed/RSSNewsfeed_WID.xml): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /var/www/clients/client2/web2/web/j/modules/mod_jw_srfr/helper.php on line 273

Warning: file_get_contents(https://www.bsi.bund.de/SiteGlobals/Functions/RSSFeed/RSSNewsfessBSIFB/RSSNewsfeed_BuergerCERT.xml): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /var/www/clients/client2/web2/web/j/modules/mod_jw_srfr/helper.php on line 273

Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /var/www/clients/client2/web2/web/j/modules/mod_jw_srfr/helper.php on line 273

Warning: file_get_contents(http://feeds.joomla.org/JoomlaAnnouncements): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /var/www/clients/client2/web2/web/j/modules/mod_jw_srfr/helper.php on line 273

Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /var/www/clients/client2/web2/web/j/modules/mod_jw_srfr/helper.php on line 273

Warning: file_get_contents(http://feeds.joomla.org/JoomlaSecurityNews): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /var/www/clients/client2/web2/web/j/modules/mod_jw_srfr/helper.php on line 273

Warning: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:0A000152:SSL routines::unsafe legacy renegotiation disabled in /var/www/clients/client2/web2/web/j/modules/mod_jw_srfr/helper.php on line 273

Warning: file_get_contents(): Failed to enable crypto in /var/www/clients/client2/web2/web/j/modules/mod_jw_srfr/helper.php on line 273

Warning: file_get_contents(https://tools.cisco.com/security/center/psirtrss20/CiscoSecurityAdvisory.xml): failed to open stream: operation failed in /var/www/clients/client2/web2/web/j/modules/mod_jw_srfr/helper.php on line 273

Warning: Invalid argument supplied for foreach() in /var/www/clients/client2/web2/web/j/modules/mod_jw_srfr/helper.php on line 39

neusten Links


Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/clients/client2/web2/web/j/modules/mod_quicklistweblinks/helper.php on line 78
many More Links »

part of ...

Linux Counter

Disqus

 

Learning Network

Seti@home & Boinc

myBonic

statistik

 


Who is Online

We have 349 guests and no members online

We have 366 guests, one bot and no members online


one bot:
1 x BOT for JCE