topic title: Conky configuration
Posts: 43
WaltH
Joined: 25 Apr 2010
#91
My Conky configuration is still a work in progress, but it's getting close. Here's my .conkyrc file (the weather portion is pulled from the Accuweather 1a script found here
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://crunchbang.org/forums/viewtopic.php?pid=212567#p212567"
linktext was:"http://crunchbang.org/forums/viewtopic. ... 67#p212567"
====================================
and I downloaded the images from the web):

Code: Select all

# set to yes if you want Conky to be forked in the background
background yes

short_units yes

cpu_avg_samples 1
net_avg_samples 1

out_to_console no

# X font when Xft is disabled, you can pick one with program xfontsel
#font 7x12
#font 6x10
#font 7x13
 font 8x12
#font 7x12
#font *mintsmild.se*
#font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
#font -artwiz-snap-normal-r-normal-*-*-100-*-*-p-*-iso8859-1

# Use Xft?
use_xft yes

# Xft font when Xft is enabled
#xftfont gentium:size=12
#ftfont DejaVu Sans:size=10
xftfont trebuchetms:bold:size=9
#xftfont DejaVu Sans:size=9

# Create own window instead of using desktop (required in nautilus, pcmanfm and rox desktops)
own_window yes
own_window_type desktop
own_window_transparent no
own_window_colour 7A8B8B
own_window_argb_visual yes
own_window_argb_value 50
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

# Text alpha when using Xft
xftalpha 1.0

#on_bottom no

# mail spool
mail_spool $MAIL

# Update interval in seconds
update_interval 1

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# Minimum size of text area
#minimum_size 5 5
minimum_size 300 1200
#maximum_width 180
maximum_width 300
conky_window.height 1200
# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no

# Stippled borders?
stippled_borders 0

# border margins
#border_margin 10

# border width
#border_width 2

# Default colors and also border colors
default_color white
default_shade_color white
default_outline_color white

color2 ffffff
color3 ffffff
color4 yellow
color7 660000
color8 D43D1A
color9 2B4F81

# Text alignment, other possible values are commented
# alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right

# Gap between borders of screen and text

gap_x 0
gap_y 5

# Add spaces to keep things from moving about?  This only affects certain objects.
use_spacer right

# Subtract file system buffers from used memory?
no_buffers yes

# if_up_strictness link:  up | link | address
if_up_strictness address

# set to yes if you want all text to be in uppercase
uppercase no

temperature_unit fahrenheit

# boinc (seti) dir
# seti_dir /opt/seti

# Possible variables to be used:
#
#      Variable         Arguments                  Description                
#  acpiacadapter                     ACPI ac adapter state.                   
#  acpifan                           ACPI fan state                           
#  acpitemp                          ACPI temperature.                        
#  adt746xcpu                        CPU temperature from therm_adt746x       
#  adt746xfan                        Fan speed from therm_adt746x             
#  battery           (num)           Remaining capasity in ACPI or APM        
#                                    battery. ACPI battery number can be      
#                                    given as argument (default is BAT0).     
#  buffers                           Amount of memory buffered                
#  cached                            Amount of memory cached                  
#  color             (color)         Change drawing color to color            
#  cpu                               CPU usage in percents                    
#  cpubar            (height)        Bar that shows CPU usage, height is      
#                                    bar's height in pixels                   
#  downspeed         net             Download speed in kilobytes              
#  downspeedf        net             Download speed in kilobytes with one     
#                                    decimal                                  
#  exec              shell command   Executes a shell command and displays    
#                                    the output in torsmo. warning: this      
#                                    takes a lot more resources than other    
#                                    variables. I'd recommend coding wanted   
#                                    behaviour in C and posting a patch :-).  
#  execi             interval, shell Same as exec but with specific interval. 
#                    command         Interval can't be less than              
#                                    update_interval in configuration.        
#  fs_bar            (height), (fs)  Bar that shows how much space is used on 
#                                    a file system. height is the height in   
#                                    pixels. fs is any file on that file      
#                                    system.                                  
#  fs_free           (fs)            Free space on a file system available    
#                                    for users.                               
#  fs_free_perc      (fs)            Free percentage of space on a file       
#                                    system available for users.              
#  fs_size           (fs)            File system size                         
#  fs_used           (fs)            File system used space                   
#  hr                (height)        Horizontal line, height is the height in 
#                                    pixels                                   
#  i2c               (dev), type, n  I2C sensor from sysfs (Linux 2.6). dev   
#                                    may be omitted if you have only one I2C  
#                                    device. type is either in (or vol)       
#                                    meaning voltage, fan meaning fan or temp 
#                                    meaning temperature. n is number of the  
#                                    sensor. See /sys/bus/i2c/devices/ on     
#                                    your local computer.                     
#  kernel                            Kernel version                           
#  loadavg           (1), (2), (3)   System load average, 1 is for past 1     
#                                    minute, 2 for past 5 minutes and 3 for   
#                                    past 15 minutes.                         
#  machine                           Machine, i686 for example                
#  mails                             Mail count in mail spool. You can use    
#                                    program like fetchmail to get mails from 
#                                    some server using your favourite         
#                                    protocol. See also new_mails.            
#  mem                               Amount of memory in use                  
#  membar            (height)        Bar that shows amount of memory in use   
#  memmax                            Total amount of memory                   
#  memperc                           Percentage of memory in use              
#  new_mails                         Unread mail count in mail spool.         
#  nodename                          Hostname                                 
#  outlinecolor      (color)         Change outline color                     
#  pre_exec          shell command   Executes a shell command one time before 
#                                    torsmo displays anything and puts output 
#                                    as text.                                 
#  processes                         Total processes (sleeping and running)   
#  running_processes                 Running processes (not sleeping),        
#                                    requires Linux 2.6                       
#  shadecolor        (color)         Change shading color                     
#  stippled_hr       (space),        Stippled (dashed) horizontal line        
#                    (height)        
#  swapbar           (height)        Bar that shows amount of swap in use     
#  swap                              Amount of swap in use                    
#  swapmax                           Total amount of swap                     
#  swapperc                          Percentage of swap in use                
#  sysname                           System name, Linux for example           
#  time              (format)        Local time, see man strftime to get more 
#                                    information about format                 
#  totaldown         net             Total download, overflows at 4 GB on     
#                                    Linux with 32-bit arch and there doesn't 
#                                    seem to be a way to know how many times  
#                                    it has already done that before torsmo   
#                                    has started.                             
#  totalup           net             Total upload, this one too, may overflow 
#  updates                           Number of updates (for debugging)        
#  upspeed           net             Upload speed in kilobytes                
#  upspeedf          net             Upload speed in kilobytes with one       
#                                    decimal                                  
#  uptime                            Uptime                                   
#  uptime_short                      Uptime in a shorter format               
#
#  seti_prog                         Seti@home current progress
#  seti_progbar      (height)        Seti@home current progress bar
#  seti_credit                       Seti@hoome total user credit
## antiX additives examples. Add below Text##
##Battery examples##
##${color}battery: ${color}$acpiacadapter, ${battery_percent BAT1}% 
##${color}battery:${color} ${battery}
#${color}ACPI Battery: ${color}$battery
#${battery_bar 11,0}
##Wireless example##
#${color}Wireless:
#${color}essid: ${wireless_essid wlan0}
#${color}IP:${color} ${addr wlan0}
#${color}speed: ${color} ${wireless_bitrate wlan0}
#${color}link strength: ${color} ${wireless_link_bar 7,50 wlan0}

# stuff after 'TEXT' will be formatted on screen

TEXT
${color3}${font Cantarell:Bold:size=10}antiX-15   
${color 8E2323}${font Cantarell:Bold:size=10}${time %I:%M %p}
${color 8E2323}${font Cantarell:Bold:size=10}${time %a %d %b}
${color3}${font Cantarell:Bold:size=9}${exec disp=${DISPLAY#:}; disp=${disp%.[0-9]}; cat $HOME/.desktop-session/desktop-code.$disp 2>/dev/null}
${color3}${execi 60 xdpyinfo | sed -n -r"s/^\s*dimensions:.*\s([0-9]+x[0-9]+).*/\1/p"}
${color3}$kernel
${color3}Uptime: $uptime

${image /home/walt/1a_accuweather_conkyweather_font/Weather-Sun-icon.png -p 0, 141}${color 8E2323}${font Cantarell:Bold:size=12}         Boise Weather ${hr 2}${execi 600 bash $HOME/1a_accuweather_conkyweather_font/1a}

${color3}     ${font conkyweather:Bold:size=30}${execi 600  sed -n '2p' ~/1a_accuweather_conkyweather_font/curr_cond}${color7}${font Cantarell:Bold:size=10}${goto 75}${voffset -27}CURRENTLY: ${execpi 600 sed -n '4p' $HOME/1a_accuweather_conkyweather_font/curr_cond}° F
${goto 75}${execpi 600 sed -n '3p' $HOME/1a_accuweather_conkyweather_font/curr_cond|fold -w30}

${color3}     ${font conkyweather:Bold:size=30}${execi 600  sed -n '2p' ~/1a_accuweather_conkyweather_font/tod_ton}${color7}${font Cantarell:Bold:size=10}${goto 75}${voffset -27}${execpi 600 sed -n '1p' $HOME/1a_accuweather_conkyweather_font/tod_ton}: ${execpi 600 sed -n '4p' $HOME/1a_accuweather_conkyweather_font/tod_ton}/${execpi 600 sed -n '5p' $HOME/1a_accuweather_conkyweather_font/tod_ton}° F
${goto 75}${execpi 600 sed -n '3p' $HOME/1a_accuweather_conkyweather_font/tod_ton|fold -w30}

${color3}     ${font conkyweather:Bold:size=30}${execi 600  sed -n '7p' ~/1a_accuweather_conkyweather_font/tod_ton}${color7}${font Cantarell:Bold:size=10}${goto 75}${voffset -27}${execpi 600 sed -n '6p' $HOME/1a_accuweather_conkyweather_font/tod_ton}: ${execpi 600 sed -n '9p' $HOME/1a_accuweather_conkyweather_font/tod_ton}/${execpi 600 sed -n '10p' $HOME/1a_accuweather_conkyweather_font/tod_ton}° F
${goto 75}${execpi 600 sed -n '8p' $HOME/1a_accuweather_conkyweather_font/tod_ton|fold -w30}

${color3}     ${font conkyweather:Bold:size=30}${execi 600  sed -n '12p' ~/1a_accuweather_conkyweather_font/tod_ton}${color7}${font Cantarell:Bold:size=10}${goto 75}${voffset -27}${execpi 600 sed -n '11p' $HOME/1a_accuweather_conkyweather_font/tod_ton}: ${execpi 600 sed -n '14p' $HOME/1a_accuweather_conkyweather_font/tod_ton}/${execpi 600 sed -n '15p' $HOME/1a_accuweather_conkyweather_font/tod_ton}° F
${goto 75}${execpi 600 sed -n '13p' $HOME/1a_accuweather_conkyweather_font/tod_ton|fold -w30}

${image /home/walt/1a_accuweather_conkyweather_font/computer-skills-icon.png -p 0,396}${color 8E2323}${font Cantarell:Bold:size=12}         System ${hr 2}
${color3}${font Cantarell:Bold:size=10}${voffset 5}CPU:${alignr}${color7}${font Cantarell:Bold:size=10}${offset -10}${cpu}${color7}%
${color3}${font Cantarell:Bold:size=10}CPU Temp:${alignr}${color7}${font Cantarell:Bold:size=10}${offset -10}${hwmon 1 temp 1} °C
${color3}${font Cantarell:Bold:size=10}Freq:${alignr}${color7}${font Cantarell:Bold:size=10}${alignr}${offset -15}${freq_g}${color}${alignr}${offset -10}${cpubar cpu0 15, 170 5599cc 5599cc}
${color3}${font Cantarell:Bold:size=10}Disk:${alignr}${color7}${font Cantarell:Bold:size=10}${alignr}${offset -12}${diskio}${color}${alignr}${offset -10}${diskiograph 15,170 5599cc 5599cc}
${if_up eth0}${color}eth0 up: $alignr${color3} ${upspeed eth0}
${color}$alignr${upspeedgraph   eth0 20,170 5599cc 5599cc}
${color}eth0 down: $alignr${color3} ${downspeed eth0}
${color2}$alignr${downspeedgraph eth0 20,170  5599cc 5599cc}${endif}
${color3}${font Cantarell:Bold:size=10}${wireless_essid wlan0}$alignr${color7}${font Cantarell:Bold:size=10}${offset -10}${wireless_link_qual_perc wlan0}%
${if_up wlan0}${color3}${font Cantarell:Bold:size=10}wlan0 up: $alignr${color7}${font Cantarell:Bold:size=10}${offset -10}${upspeed wlan0}
${color3}${font Cantarell:Bold:size=10}wlan0 down: $alignr${color7}${font Cantarell:Bold:size=10}${offset -10}${downspeed wlan0}
${color}${alignr}${color7}${font Cantarell:Bold:size=10}${voffset 6}${offset -10}Used / Total 
${color3}RAM:${alignr}${offset -10}$mem ${color7} /${color} $memmax
${color3}Swap:${alignr}${offset -10}$swap ${color7} /${color} $swapmax
${color3}/ Disk:${alignr}${offset -10}${fs_used /} ${color7} /${color} ${fs_size /}

${image /home/walt/1a_accuweather_conkyweather_font/entertainment_bbc.png -p 0,677}${color 8E2323}${font Cantarell:Bold:size=12}         Headlines ${hr 2}
${color7}${font Cantarell:Bold:size=10}${voffset 5}${rss http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/world/rss.xml 2 item_titles 5}
The one thing I would like to be able to do is make my solid background semi-transparent (rather than fully transparent) and do so without having to learn lua and the like. Any tips or suggestions (or something else I need to install on the machine to make it work - I do have conky-all installed)?

Still, it looks okay as is in IceWM and also looked fine when I tried it in JWM, although changing WMs requires stopping and restarting Conky or you get the situation that can be seen in the second screenshot.
Image
Image
Posts: 1,445
skidoo
Joined: 09 Feb 2012
#92

========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://forums.linuxmint.com/viewforum.php?f=212"
linktext was:"http://forums.linuxmint.com/viewforum.php?f=212"
====================================


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://crunchbang.org/forums/viewtopic.php?id=16909"
linktext was:"http://crunchbang.org/forums/viewtopic.php?id=16909"
====================================

^---- 5,000+ conky-related posts. Have fun ~~ Stay up all night & conky til you puke
Posts: 43
WaltH
Joined: 25 Apr 2010
#93
skidoo wrote:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://forums.linuxmint.com/viewforum.php?f=212"
linktext was:"http://forums.linuxmint.com/viewforum.php?f=212"
====================================


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://crunchbang.org/forums/viewtopic.php?id=16909"
linktext was:"http://crunchbang.org/forums/viewtopic.php?id=16909"
====================================

^---- 5,000+ conky-related posts. Have fun ~~ Stay up all night & conky til you puke
I've read through some of these posts, and my head started spinning like Linda Blair in The Exorcist. __{{emoticon}}__ However, I haven't seen anything as yet that shows how to make a semi-transparent or semi-opaque background work in Conky without additional scripting in Lua. The conky commands that apparently once worked (agrb_visual and argb_value) no longer appear to work - unless there is something my system is missing to make it work.
Posts: 1,445
skidoo
Joined: 09 Feb 2012
#94
unless there is something my system is missing to make it work
That's a real possibility.
I say that because tonight, while using a loaner PC, I unsuccessfully chased a"transparency bug" without finding a solution.
antix15 + 64-bit driver + radeon 7700 video card
I'm unable to achieve background transparency in roxterm, terminator, and various other apps... even after installing/running 'compton' compositing manager.
The point: in prior testing (using same antix15 liveboot pendrive) transparency damn sure worked on my daily driver PC which has a nvidia video card.

This is a"Tips n Tricks" subforum thread, and this post is intended to serve as a relevant"tip".
Let's not pollute this thread with help requests.
Last edited by skidoo on 27 Aug 2015, 04:05, edited 1 time in total.
Posts: 43
WaltH
Joined: 25 Apr 2010
#95
skidoo wrote:
unless there is something my system is missing to make it work
That's a real possibility.
I say that because tonight, while using a loaner PC, I unsuccessfully chased a"transparency bug" without finding a solution.
antix15 + 64-bit noveau graphics driver + Radeon 7700 video card
I'm unable to achieve background transparency in roxterm, terminator, and various other apps... even after installing/running 'compton' compositing manager.
The point: in prior testing (using same antix15 liveboot pendrive) transparency damn sure worked on my daily driver PC which has a nvidia video card.

This is a"Tips n Tricks" subforum thread, and this post is intended to serve as a relevant"tip".
Let's not pollute this thread with help requests.
No problem. I saw the Conky configuration thread and thought I'd post what I'd been able to do thus far.
Posts: 3
Gonzalo_VC
Joined: 21 Aug 2012
#96
In a fresh installation of antiX 15, conky got wrong the RAM usage graph, giving a variable vertial bar graph like CPU usage, what is crazy __{{emoticon}}__
I changed the lines in the configuration fire for:

Code: Select all

${color2}RAM ${color0}${alignr}${mem}
${membar 5,}
Now I got an horizontal bar, filled up to where RAM is in usage (with a % in text over it, besides the word"RAM") as ir should be... at least in this simple, lighter, basic presentation.

Godspeed antiX !
Posts: 1,445
skidoo
Joined: 09 Feb 2012
#97
In a fresh installation of antiX 15, conky got wrong the RAM usage graph
conky display in an"installed" system is different from live session?
In live session, I see no"ram usage graph".
I see 4 graphs: CPUfreq, Disk, eth0 up, eth0 down
Posts: 325
male
Joined: 04 Nov 2011
#98

Code: Select all

apt-cache policy conky-all
conky-all:
  Installiert:           1.10.0-1
  Installationskandidat: 1.10.0-1
  Versionstabelle:
 *** 1.10.0-1 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
        100 /var/lib/dpkg/status

Code: Select all

inxi -r
Repos:     Active apt sources in file: etc/apt/sources.list.d/antix.list
           deb http://antix.daveserver.info/testing/ testing main
           Active apt sources in file: etc/apt/sources.list.d/debian.list
           deb http://ftp.de.debian.org/debian/ testing main contrib non-free
           deb http://security.debian.org/ testing/updates main contrib non-free
           deb-src http://ftp.de.debian.org/debian/ testing main contrib non-free
           Active apt sources in file: etc/apt/sources.list.d/opera.list
           deb http://deb.opera.com/opera/ stable non-free #Opera Browser (final releases)

Code: Select all

apt-get dist-upgrade
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.       
Statusinformationen werden eingelesen.... Fertig
Paketaktualisierung (Upgrade) wird berechnet... Fertig
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.

Code: Select all

inxi -Fxz
System:    Host: x40RD Kernel: 3.15.2-antix.1-486 i686 (32 bit gcc: 4.9.0)
           Desktop: Fluxbox 1.3.5
           Distro: antiX-14-a3-RD_386-full Killah P 11 October 2014
Machine:   System: IBM product: 2371H8G v: ThinkPad X40
           Mobo: IBM model: 2371H8G
           Bios: IBM v: 1UETD3WW (2.08 ) date: 12/21/2006
CPU:       Single core Intel Pentium M (-UP-) cache: 2048 KB
           flags: (sse sse2) bmips: 2791 speed: 1400 MHz (max)
Graphics:  Card: Intel 82852/855GM Integrated Graphics Device bus-ID: 00:02.0
           Display Server: X.Org 1.17.2 drivers: intel (unloaded: fbdev,vesa)
           Resolution: 1024x768@50.01hz
           GLX Renderer: Mesa DRI Intel 852GM/855GM x86/MMX/SSE2
           GLX Version: 1.3 Mesa 10.6.3 Direct Rendering: Yes
Audio:     Card Intel 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller
           driver: snd_intel8x0 ports: 1c00 18c0 bus-ID: 00:1f.5
           Sound: Advanced Linux Sound Architecture v: k3.15.2-antix.1-486
Network:   Card-1: Intel PRO/Wireless 2200BG [Calexico2] Network Connection
           driver: ipw2200 v: 1.2.2kmprq bus-ID: 02:02.0
           IF: eth0 state: down mac: <filter>
           Card-2: 3Com 3cCFE575CT CardBus [Cyclone]
           driver: 3c59x port: 3000 bus-ID: 03:00.0
           IF: eth1 state: unknown speed: 100 Mbps duplex: full mac: <filter>
Drives:    HDD Total Size: 60.1GB (12.8% used)
           ID-1: dev/sda model: MXSSD1MNANO size: 60.1GB
Partition: ID-1: / size: 11G used: 3.3G (33%) fs: ext4 dev: dev/sda7
           ID-2: swap-1 size: 3.22GB used: 0.00GB (0%) fs: swap dev: dev/sda5
Sensors:   System Temperatures: cpu: 48.0C mobo: 44.0C
           Fan Speeds (in rpm): cpu: 0
Info:      Processes: 82 Uptime: 3:47 Memory: 842.6/1503.1MB
           Init: systemd runlevel: 5 Gcc sys: 5.2.1
           Client: Shell (bash 4.3.421) inxi: 2.2.16 
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#99
Freeeeeeeeeeee! For me. From City Hall , scheduled for the dumpster. Specs:

Code: Select all

$ linuxinfo
Linux biker 4.2.1-antix.2-486-smp #5 SMP Wed Sep 30 15:14:04 EEST 2015
One Intel Celeron M 1396MHz processor, 2792.94 total bogomips, 2010M RAM
System library 2.19.0
harry@biker:~
$ inxi -zv7
System:    Host: biker Kernel: 4.2.1-antix.2-486-smp i686 (32 bit gcc: 4.9.2)
           Desktop: IceWM 1.3.8 dm: slim
           Distro: antiX-15-V_386-full Killah P 30 June 2015
Machine:   System: IBM product: 2529E1U v: ThinkPad Z60m Chassis: type: 10
           Mobo: IBM model: 2529E1U
           Bios: IBM v: 77ET64WW (1.24 ) date: 02/27/2007
CPU:       Single core Intel Celeron M (-UP-) cache: 1024 KB
           flags: (nx pae sse sse2) bmips: 2792 speed: 1396 MHz (max)
Memory:    Using dmidecode: you must be root to run dmidecode
Graphics:  Card: Intel Mobile 915GM/GMS/910GML Express Graphics Controller
           bus-ID: 00:02.0 chip-ID: 8086:2592
           Display Server: X.Org 1.16.4 drivers: intel (unloaded: fbdev,vesa)
           Resolution: 1280x800@60.00hz
           GLX Renderer: Mesa DRI Intel 915GM x86/MMX/SSE2
           GLX Version: 2.1 Mesa 10.3.2 Direct Rendering: Yes
Audio:     Card Intel 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller
           driver: snd_hda_intel bus-ID: 00:1b.0 chip-ID: 8086:2668
           Sound: Advanced Linux Sound Architecture v: k4.2.1-antix.2-486-smp
Network:   Card-1: Broadcom NetXtreme BCM5751M Gigabit Ethernet PCI Express
           driver: tg3 v: 3.137 bus-ID: 02:00.0 chip-ID: 14e4:167d
           IF: eth0 state: down mac: <filter>
           Card-2: Intel PRO/Wireless 2915ABG [Calexico2] Network Connection
           driver: ipw2200 v: 1.2.2kmprq bus-ID: 14:02.0 chip-ID: 8086:4224
           IF: eth1 state: up mac: <filter>
           WAN IP: <filter> IF: irda0 ip: N/A ip-v6: N/A
           IF: eth0 ip: N/A ip-v6: N/A IF: eth1 ip: <filter> ip-v6: <filter>
Drives:    HDD Total Size: 320.1GB (8.0% used)
           ID-1: /dev/sda model: HGST_HTS545032A7 size: 320.1GB serial: TM8412ZJ15LVER
           Optical: /dev/sr0 model: MATSHITA DVD/CDRW UJDA770
           rev: 1.02 dev-links: cdrom,cdrw,dvd
           Features: speed: 24x multisession: yes
           audio: yes dvd: yes rw: cd-r,cd-rw state: running
Partition: ID-1: / size: 7.6G used: 3.4G (47%) fs: ext4 dev: /dev/sda1
           label: antiX15root uuid: 685d85b2-6651-49ed-928c-d5e17f70f500
           ID-2: /home size: 68G used: 13G (21%) fs: ext4 dev: /dev/sda2
           label: antiX15home uuid: 8d150b09-c903-4b7d-9326-7b88e7ac84f2
           ID-3: /media/_data1 size: 119G used: 4.1G (4%) fs: ext4 dev: /dev/sda5
           label: /data1 uuid: 8c692b69-46f7-48ef-abc9-e6963655e259
           ID-4: /media/_data2 size: 96G used: 60M (1%) fs: ext4 dev: /dev/sda6
           label: /data2 uuid: b76696e8-11ba-4177-970b-0d237aa5a8ae
           ID-5: swap-1 size: 4.19GB used: 0.00GB (0%) fs: swap dev: /dev/sda3
           label: N/A uuid: 45720f5c-3d28-4e6d-a06d-9ce4a9fe5370
<snip>
Sensors:   System Temperatures: cpu: 52.0C mobo: 51.0C
           Fan Speeds (in rpm): cpu: 2805
Info:      Processes: 112 Uptime: 18 min Memory: 332.3/2010.1MB
           Init: SysVinit v: 2.88 runlevel: 5 default: 5 Gcc sys: 4.9.2
           Client: Shell (bash 4.3.301 running in roxterm) inxi: 2.2.25 
~/.conkyrc

Code: Select all

# set to yes if you want Conky to be forked in the background
background yes

short_units yes

cpu_avg_samples 1
net_avg_samples 1

out_to_console no

# X font when Xft is disabled, you can pick one with program xfontsel
#font 7x12
#font 6x10
#font 7x13
 font 8x12
#font 7x12
#font *mintsmild.se*
#font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
#font -artwiz-snap-normal-r-normal-*-*-100-*-*-p-*-iso8859-1

# Use Xft?
use_xft yes

# Xft font when Xft is enabled
#xftfont gentium:size=12
#ftfont DejaVu Sans:size=10
xftfont DejaVu Sans:bold:size=9
#xftfont DejaVu Sans:size=9

# Create own window instead of using desktop (required in nautilus, pcmanfm and rox desktops)
own_window yes
own_window_transparent yes
own_window_hints undecorated,sticky,skip_taskbar

# Text alpha when using Xft
xftalpha 1.0

#on_bottom no

# mail spool
mail_spool $MAIL

# Update interval in seconds
update_interval 5

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# Minimum size of text area
minimum_size 10 10
maximum_width 200

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no

# Stippled borders?
stippled_borders 0

# border margins
#border_margin 10

# border width
border_width 2

# Default colors and also border colors
default_color white
default_shade_color white
default_outline_color white

color2 ffffff
color3 ffffff
color4 yellow
color8 77ccff
color9 5599cc

# Text alignment, other possible values are commented
# alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right

# Gap between borders of screen and text

gap_x 10
gap_y 20

# Add spaces to keep things from moving about?  This only affects certain objects.
use_spacer right

# Subtract file system buffers from used memory?
no_buffers yes

# if_up_strictness link:  up | link | address
if_up_strictness address

# set to yes if you want all text to be in uppercase
uppercase no

# boinc (seti) dir
# seti_dir /opt/seti

# Possible variables to be used:
#
#      Variable         Arguments                  Description                
#  acpiacadapter                     ACPI ac adapter state.                   
#  acpifan                           ACPI fan state                           
#  acpitemp                          ACPI temperature.                        
#  adt746xcpu                        CPU temperature from therm_adt746x       
#  adt746xfan                        Fan speed from therm_adt746x             
#  battery           (num)           Remaining capasity in ACPI or APM        
#                                    battery. ACPI battery number can be      
#                                    given as argument (default is BAT0).     
#  buffers                           Amount of memory buffered                
#  cached                            Amount of memory cached                  
#  color             (color)         Change drawing color to color            
#  cpu                               CPU usage in percents                    
#  cpubar            (height)        Bar that shows CPU usage, height is      
#                                    bar's height in pixels                   
#  downspeed         net             Download speed in kilobytes              
#  downspeedf        net             Download speed in kilobytes with one     
#                                    decimal                                  
#  exec              shell command   Executes a shell command and displays    
#                                    the output in torsmo. warning: this      
#                                    takes a lot more resources than other    
#                                    variables. I'd recommend coding wanted   
#                                    behaviour in C and posting a patch :-).  
#  execi             interval, shell Same as exec but with specific interval. 
#                    command         Interval can't be less than              
#                                    update_interval in configuration.        
#  fs_bar            (height), (fs)  Bar that shows how much space is used on 
#                                    a file system. height is the height in   
#                                    pixels. fs is any file on that file      
#                                    system.                                  
#  fs_free           (fs)            Free space on a file system available    
#                                    for users.                               
#  fs_free_perc      (fs)            Free percentage of space on a file       
#                                    system available for users.              
#  fs_size           (fs)            File system size                         
#  fs_used           (fs)            File system used space                   
#  hr                (height)        Horizontal line, height is the height in 
#                                    pixels                                   
#  i2c               (dev), type, n  I2C sensor from sysfs (Linux 2.6). dev   
#                                    may be omitted if you have only one I2C  
#                                    device. type is either in (or vol)       
#                                    meaning voltage, fan meaning fan or temp 
#                                    meaning temperature. n is number of the  
#                                    sensor. See /sys/bus/i2c/devices/ on     
#                                    your local computer.                     
#  kernel                            Kernel version                           
#  loadavg           (1), (2), (3)   System load average, 1 is for past 1     
#                                    minute, 2 for past 5 minutes and 3 for   
#                                    past 15 minutes.                         
#  machine                           Machine, i686 for example                
#  mails                             Mail count in mail spool. You can use    
#                                    program like fetchmail to get mails from 
#                                    some server using your favourite         
#                                    protocol. See also new_mails.            
#  mem                               Amount of memory in use                  
#  membar            (height)        Bar that shows amount of memory in use   
#  memmax                            Total amount of memory                   
#  memperc                           Percentage of memory in use              
#  new_mails                         Unread mail count in mail spool.         
#  nodename                          Hostname                                 
#  outlinecolor      (color)         Change outline color                     
#  pre_exec          shell command   Executes a shell command one time before 
#                                    torsmo displays anything and puts output 
#                                    as text.                                 
#  processes                         Total processes (sleeping and running)   
#  running_processes                 Running processes (not sleeping),        
#                                    requires Linux 2.6                       
#  shadecolor        (color)         Change shading color                     
#  stippled_hr       (space),        Stippled (dashed) horizontal line        
#                    (height)        
#  swapbar           (height)        Bar that shows amount of swap in use     
#  swap                              Amount of swap in use                    
#  swapmax                           Total amount of swap                     
#  swapperc                          Percentage of swap in use                
#  sysname                           System name, Linux for example           
#  time              (format)        Local time, see man strftime to get more 
#                                    information about format                 
#  totaldown         net             Total download, overflows at 4 GB on     
#                                    Linux with 32-bit arch and there doesn't 
#                                    seem to be a way to know how many times  
#                                    it has already done that before torsmo   
#                                    has started.                             
#  totalup           net             Total upload, this one too, may overflow 
#  updates                           Number of updates (for debugging)        
#  upspeed           net             Upload speed in kilobytes                
#  upspeedf          net             Upload speed in kilobytes with one       
#                                    decimal                                  
#  uptime                            Uptime                                   
#  uptime_short                      Uptime in a shorter format               
#
#  seti_prog                         Seti@home current progress
#  seti_progbar      (height)        Seti@home current progress bar
#  seti_credit                       Seti@hoome total user credit
## antiX additives examples. Add below Text##
##Battery examples##
##${color}battery: ${color}$acpiacadapter, ${battery_percent BAT1}% 
##${color}battery:${color} ${battery}
#${color}ACPI Battery: ${color}$battery
#${battery_bar 11,0}
##Wireless example##
#${color}Wireless:
#${color}essid: ${wireless_essid wlan0}
#${color}IP:${color} ${addr wlan0}
#${color}speed: ${color} ${wireless_bitrate wlan0}
#${color}link strength: ${color} ${wireless_link_bar 7,50 wlan0}

# stuff after 'TEXT' will be formatted on screen

TEXT
${color3}${alignc}antiX
#${color}Kernel:${exec /home/harry/kernelname.sh}
${color8}$alignc${font DejaVu Sans:size=12}${time %I:%M}   $font
${color}${alignc}${time %a %d %b}
${color}${alignc}${exec disp=${DISPLAY#:}; disp=${disp%.[0-9]}; cat $HOME/.desktop-session/desktop-code.$disp 2>/dev/null}
${color3}${alignc}${execi 60 xdpyinfo | sed -n -r"s/^\s*dimensions:.*\s([0-9]+x[0-9]+).*/\1/p"}
${color}${alignc}$kernel
${color}${alignc}Uptime: $uptime
#${color}Fan: ${color}${hwmon fan 0}
${color}${alignc}CPU Temp: ${color} ${hwmon temp 1}C

${color}CPU:${alignr}${color3}${cpu}${color}%
${color}Freq:${color3}${alignr}${freq}
${color}$alignr${cpugraph cpu0 30, 170 5599cc 5599cc}
${color}Disk:${alignr}${color3}${diskio}
${color}${alignr}${diskiograph 30,170 5599cc 5599cc}
${if_up eth0}${color}eth0 up: $alignr${color3} ${upspeed eth0}
${color}$alignr${upspeedgraph   eth0 30,170 5599cc 5599cc}
${color}eth0 down: $alignr${color3} ${downspeed eth0}
${color2}$alignr${downspeedgraph eth0 30,170  5599cc 5599cc}${endif}
${if_up eth1}${color}eth1 up: $alignr${color3} ${upspeed eth1}
${color2}$alignr${upspeedgraph   eth1 30,170 5599cc 5599cc}
${color}eth1 down: $alignr${color3} ${downspeed wlan0}
${color2}$alignr${downspeedgraph eth1 30,170 5599cc 5599cc}${endif}
${color}${alignr}${color8}Used / Total
${color}RAM:${alignr}$mem ${color3} /${color} $memmax
${color}Swap:${alignr}$swap ${color3} /${color} $swapmax
${color}/ Root:${alignr}${fs_used /} ${color3} /${color} ${fs_size /}
${color}/ Home:${alignr}${fs_used /home} ${color3} /${color} ${fs_size /home}
${color}/ Data1:${alignr}${fs_used /media/_data1} ${color3} /${color} ${fs_size /media/_data1}
${color}/ Data2:${alignr}${fs_used /media/_data2} ${color3} /${color} ${fs_size /media/_data2}
${color3}${alignc}${execi 1000 persist-enabled}
${execi 1000 acpi 2>/dev/null | grep -q . && echo"Batt:"}${execi 10 acpi -b 2>/dev/null | cut -d"" -f3,4 | sed 's/,$//'}
${execi 300 /home/harry/weather.sh 79772}
${execpi 10 python /home/harry/mocpdata.py}
Alt+F2 ${alignr} gexec
Ctrl+Shift+Del ${alignr} Exit
Ctrl+Alt+e ${alignr} Claws
Ctrl+Alt+t ${alignr} Terminal
Ctrl+Shift+t ${alignr} Root Terminal
#Ctrl+Alt+u ${alignr} gftp
Ctrl+Alt+i ${alignr} Mirage
Ctrl+Alt+a ${alignr} XMMS
Ctrl+Alt+s${alignr}Screeny
Ctrl+Alt+d ${alignr} Synaptic
Ctrl+Alt+f ${alignr} File Manger
Ctrl+Alt+g ${alignr} Geany
Ctrl+Shift+g ${alignr} Root Geany
#Ctrl+Alt+h${alignr}Help Docs
#Ctrl+Alt+k${alignr}session-exit
What this IBM Z60m looks like now after I fixed it up with upgrades (ram & hard drive,> 2.4 ghz Intel Celeron Dotham Pentium M cpu coming later. Ran out of spare change)



Total cost of upgrades for ram/hardrive/cpu. 2 - 12 packs of beer and a pizza.
Posts: 60
Blurey
Joined: 07 Oct 2015
#100

========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://main.mepis-deb.org/mepiscr/repo/pool/main/c/conky-manager/"
linktext was:"http://main.mepis-deb.org/mepiscr/repo/ ... y-manager/"
====================================
Sector11
Posts: 1
Sector11
Joined: 07 Dec 2015
#101
@ WaltH or anyone else interested.

To get transparency with a shaded background:

Code: Select all

own_window yes
own_window_type normal
own_window_transparent no # if using ARGB use no
own_window_hints undecorated,below,skip_taskbar,skip_pager #,sticky
own_window_colour 7A8B8B #WaltH's colour
own_window_class Conky
own_window_title S11 Test conky
### ARGB can be used for real transparency
  own_window_argb_visual yes # Options: yes or no
### Valid range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity.
  own_window_argb_value 150
Those settings should produce a semi-transparent background in WaltH's choice. And are basically the same setting found
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://blog.m8t.in/2011/08/xfce-48-with-conky.html"
linktext was:"here"
====================================
(to ensure compatibility with XFCE4). The only difference is I use"normal"
Image

Code: Select all

# pkill -xf"conky -q -c /media/5/conky/test.conky" &
###  Begin Window Settings  ##################################################
own_window yes
own_window_type normal
own_window_transparent no #if using RGB
own_window_hints undecorated,below,skip_taskbar,skip_pager #,sticky
own_window_colour 7A8B8B #WaltH's colour
own_window_class Conky
own_window_title S11 Test conky
### ARGB can be used for real transparency
  own_window_argb_visual yes # Options: yes or no
### Valid range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity.
  own_window_argb_value 150

gap_x 20    # l|r
gap_y 20    # u|d
alignment tl
####################################################  End Window Settings  ###
###  Font Settings  ##########################################################
# Use Xft (anti-aliased font and stuff)
use_xft yes
xftfont fantasque sans mono:bold:size=10

# Alpha of Xft font. Must be a value at or between 1 and 0 ###
xftalpha 1.0

# Force UTF8? requires XFT ###
override_utf8_locale yes

uppercase no
######################################################  End Font Settings  ###
###  Color Settings  #########################################################
draw_shades yes
default_shade_color 000000
draw_outline no
default_outline_color 000000

default_color DCDCDC # Gainsboro
color0 8FBC8F #DarkSeaGreen
color1 778899 #LightSlateGray
color2 FFA07A #LightSalmon
color3 87CEFA #LightSkyBlue
color4 48D1CC #MediumTurquoise
color5 FFDEAD #NavajoWhite
color6 00BFFF #DeepSkyBlue
color7 B0E0E6 #PowderBlue
color8 FFD700 #Gold
color9 CD5C5C #IndianRed
#####################################################  End Color Settings  ###
###  Borders Section  ########################################################
draw_borders no
# Stippled borders?
stippled_borders 5
# border margins
border_inner_margin 5
border_outer_margin 0
# border width
border_width 2
# graph borders
draw_graph_borders yes #no
#default_graph_size 15 40
#####################################################  End Borders Secton  ###
###  Miscellaneous Section  ##################################################
# Boolean value, if true, Conky will be forked to background when started.
background no #yes

# Adds spaces around certain objects to stop them from moving other things
# around, this only helps if you are using a mono font
# Options: right, left or none
use_spacer none

# Subtract (file slystem) buffers from used memory?
no_buffers yes

# Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
# ${image lots. Set to 0 to disable the image cache.
imlib_cache_size 0

# Use the Xdbe extension? (eliminates flicker)
# It is highly reco${color}mmended to use own window with this one
# so double buffer won't be so big.
double_buffer yes

top_name_width 12
##############################################  End Miscellaneous Section  ###

update_interval 1

TEXT
 ${time %T}${alignr}${time %x}
${alignc}CPU Avg ${if_match ${cpu cpu0}<10}${color1}00${color5}${cpu cpu0}\
${else}${if_match ${cpu cpu0}<100}${color1}0${color5}${cpu cpu0}\
${else}${color9}${cpu cpu0}${endif}${endif}${color5} %${color}
${alignc} ${color5}1${color}  |  ${color5}2${color}  |  ${color5}3 ${color}
${alignc}${if_match ${cpu cpu1}<10}${color1}00${color5}${cpu cpu1}\
${else}${if_match ${cpu cpu1}<100}${color1}0${color5}${cpu cpu1}\
${else}${color9}${cpu cpu1}${endif}${endif}${color}\
 | ${if_match ${cpu cpu2}<10}${color1}00${color5}${cpu cpu2}\
${else}${if_match ${cpu cpu2}<100}${color1}0${color5}${cpu cpu2}\
${else}${color9}${cpu cpu2}${endif}${endif}${color}\
 | ${if_match ${cpu cpu3}<10}${color1}00${color5}${cpu cpu3}\
${else}${if_match ${cpu cpu3}<100}${color1}0${color5}${cpu cpu3}\
${else}${color9}${cpu cpu3}${endif}${endif}${color}

${alignc}Conky v${conky_version}

${alignc}${color9}${membar 0,25}${color} ↓ Test Stuff Between ↓ ${color9}${membar 0,25}${color}
${color9}${membar 0}${color}

${alignc}${color5}${time %T}
${alignc}${color}Su Mo ${color5}${time %b %Y}${color} Fr Sa
${goto 46}${color1}${execpi 1800 LAR=`date +%-d`; ncal -bh | sed '2d' | sed -e '1d' -e 's/\<'$LAR'\>/${color5}&${color1}/' | sed ':a;N;$!ba;s/\n/\n${goto 46}/g'}${color}${font}

${alignc}${color5}${time %T}
${alignc}${time %b %Y}${color}
${alignc}${if_match ${time %w}==0}${color5}Su${color1} Mo Tu We Th Fr Sa${else}\
${if_match ${time %w}==1}${color1}Su ${color5}Mo${color1} Tu We Th Fi Sa${else}\
${if_match ${time %w}==2}${color1}Su Mo ${color5}Tu${color1} We Th Fr Sa${else}\
${if_match ${time %w}==3}${color1}Su Mo Tu ${color5}We${color1} Th Fr Sa${else}\
${if_match ${time %w}==4}${color1}Su Mo Tu We ${color5}Th${color1} Fr Sa${else}\
${if_match ${time %w}==5}${color1}Su Mo Tu We Th ${color5}Fr${color1} Sa${else}\
${color1}Su Mo Tu We Th Fr ${color5}Sa${color}\
${endif}${endif}${endif}${endif}${endif}${endif}
${goto 46}${color1}${execpi 1800 LAR=`date +%-d`; ncal -bh | sed '2d' | sed -e '1d' -e 's/\<'$LAR'\>/${color5}&${color1}/' | sed ':a;N;$!ba;s/\n/\n${goto 46}/g'}${color}

${alignc}${color5}${time %X}
${alignc}${color}MO TU ${color5}${time %b %Y}${color} SA SU
${goto 46}${color1}${execpi 1800 LAR=`date +%-d`; ncal -bhM | sed '2d' | sed -e '1d' -e 's/\<'$LAR'\>/${color5}&${color1}/' | sed ':a;N;$!ba;s/\n/\n${goto 46}/g'}${color}${font}

${alignc}${color5}${time %T}
${alignc}${time %b %Y}${color}
${alignc}${color}CW ${if_match ${time %w}==0}${color5}Su${color1} Mo Tu We Th Fr Sa${else}\
${if_match ${time %w}==1}${color1}Su ${color5}Mo${color1} Tu We Th Fi Sa${else}\
${if_match ${time %w}==2}${color1}Su Mo ${color5}Tu${color1} We Th Fr Sa${else}\
${if_match ${time %w}==3}${color1}Su Mo Tu ${color5}We${color1} Th Fr Sa${else}\
${if_match ${time %w}==4}${color1}Su Mo Tu We ${color5}Th${color1} Fr Sa${else}\
${if_match ${time %w}==5}${color1}Su Mo Tu We Th ${color5}Fr${color1} Sa${else}\
${color1}Su Mo Tu We Th Fr ${color5}Sa${color}\
${endif}${endif}${endif}${endif}${endif}${endif}
${goto 57}${color1}${execpi 1800 LAR=`date +%-d`; ncal -bh | sed '2d' | sed -e '1d' -e 's/\<'$LAR'\>/${color5}&${color1}/' | sed ':a;N;$!ba;s/\n/\n${goto 57}/g'}${color}
${voffset -83}${pre_exec ncal -w | tail -1 | awk '{print"   "$1"\n   "$2"\n   "$3"\n   "$4"\n   "$5"\n   "$6}'}
${color9}${membar 0}${color}
${alignc}${color9}${membar 0,25}${color} ↑ These Lines ↑ ${color9}${membar 0,25}${color}
Posts: 60
Blurey
Joined: 07 Oct 2015
#102

========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.kephost.com/image/S7Io"
linktext was:"http://www.kephost.com/image/S7Io"
====================================


Image
Posts: 26
tuto
Joined: 07 Aug 2016
#103
My code conky:

Code: Select all

## This file was edited by tesistas user at 08/07/2016 21:26.
# Lastest update: 14/07/2016 22:39.

# set to yes if you want Conky to be forked in the background
background yes

short_units yes

pad_percents 0

cpu_avg_samples 2
net_avg_samples 2

out_to_console no

# X font when Xft is disabled, you can pick one with program xfontsel
#font 7x12
#font 6x10
#font 7x13
#font 8x12
#font 7x12
#font *mintsmild.se*
#font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
#font -artwiz-snap-normal-r-normal-*-*-100-*-*-p-*-iso8859-1
font 8x13

# Use Xft?
use_xft yes
#use_xft no

# Xft font when Xft is enabled
#xftfont gentiumAlt:size=12
#xftfont gentium:size=12
#xftfont gentiumAlt:size=11.5
#xftfont gentium:size=11.5
#xftfont gentium:size=11
#xftfont gentium:size=10
#xftfont verdana:size=12
xftfont verdana:size=11
#xftfont verdana:size=10

# Size of standard text buffer (default is 256 bytes)
text_buffer_size 512

#  Create own window instead of using desktop (required in nautilus, pcmanfm and rox desktops)
own_window yes
own_window_transparent yes
own_window_hints undecorated,sticky,skip_taskbar
own_window_type override

# Text alpha when using Xft
xftalpha 0.8

#on_bottom no

# mail spool
#mail_spool $MAIL

# Update interval in seconds
update_interval 1

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# Minimum size of text area
minimum_size 5 5
maximum_width 300

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no
#draw_outline yes

# Draw borders around text
draw_borders no
#draw_borders yes

# Stippled borders?
stippled_borders 0

# border margins
#border_margin 10

# border width
border_width 0

# Text alignment, other possible values are commented
#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right

# Gap between borders of screen and text
gap_x 8
gap_y 10

# Add spaces to keep things from moving about?  This only affects certain objects.
use_spacer right

# Default colors and also border colors
default_color white
default_shade_color white
default_outline_color white

color1 848f8f          # #Grey
color2 08f0eb          # #Light-blue
color3 ff0003          # #Red
color4 fefe33          # #Yellow
color5 000000          # #Black 
color7 f39e22          # #Orange
color8 f008e3          # #Purple
color9 29F90a          # #Green
#color 51aed0          # #Blue
# Subtract file system buffers from used memory?
no_buffers yes

# set to yes if you want all text to be in uppercase
uppercase no

TEXT
${color}${time %D} ${goto 63}${color7}Uptime: ${color9}$uptime ${goto 185}${color7}User: ${color}$USER
${color7}AntiX${color}-${color7}$sysname: ${color}13.2 ${goto 120}${color7}Desktop: ${color}${exec cat ~/.antix-session/desktop-code$DISPLAY}
${color7}kernel:${scroll 36 ${color}Debian ${color}$kernel ${color4}Nvidia 96.43.23 graphics driver}
${color7}Display:${color}$DISPLAY ${color7}Res: ${color}${execi 10 xdpyinfo | sed -n -e '54p'| awk '{ printf $2"" $3 }' } ${exec xdpyinfo | sed -n -e '55p'| awk '{ printf $2"dpi\n" }' }
${color}----------------------------------------------------
#${color7}cpu used: ${if_match ${cpu}>=90}${color3}${cpu}${else}${if_match ${cpu}<75}${color9}${cpu}${else}${if_match ${cpu}>=75}${color4}${cpu}${endif}${endif}${endif}% ${goto 110}${if_match ${hwmon 1 temp 3}>=70}${color3}${hwmon 1 temp 3}${else}${if_match ${hwmon 1 temp 3}<60}${color9}${hwmon 1 temp 3}${else}${if_match ${hwmon 1 temp 3}>=60}${color4}${hwmon 1 temp 3}${endif}${endif}${endif}°C ${goto 150}${color7}MoBo temp: ${if_match ${hwmon 1 temp 2}>=60}${color3}${hwmon 1 temp 2}${else}${if_match ${hwmon 1 temp 2}<50}${color9}${hwmon 1 temp 2}${else}${if_match ${hwmon 1 temp 2}>=50}${color4}${hwmon 1 temp 2}${endif}${endif}${endif}°C
${color7}cpu used: ${if_match ${cpu}>=90}${color3}${cpu}${else}${color9}${cpu}${endif}% ${goto 110}${if_match ${hwmon 1 temp 3}>=70}${color3}${hwmon 1 temp 3}${else}${if_match ${hwmon 1 temp 3}<60}${color9}${hwmon 1 temp 3}${else}${if_match ${hwmon 1 temp 3}>=60}${color4}${hwmon 1 temp 3}${endif}${endif}${endif}°C ${goto 150}${color7}MoBo temp: ${if_match ${hwmon 1 temp 2}>=60}${color3}${hwmon 1 temp 2}${else}${if_match ${hwmon 1 temp 2}<50}${color9}${hwmon 1 temp 2}${else}${if_match ${hwmon 1 temp 2}>=50}${color4}${hwmon 1 temp 2}${endif}${endif}${endif}°C
#
${color7}ram  used: ${if_match ${memperc}>=90}${color3}${mem}${else}${if_match ${memperc}<75}${color9}${mem}${else}${if_match ${memperc}>=75}${color4}${mem}${endif}${endif}${endif}  ${color}->  ${if_match ${memperc}>=90}${color3}${memperc}${else}${if_match ${memperc}<75}${color9}${memperc}${else}${if_match ${memperc}>=75}${color4}${memperc}${endif}${endif}${endif}% ${goto 200}${color7}total: ${color}${memmax}
${color2}usable: ${color}${memeasyfree} ${color}- ${color2}free: ${color}${memfree} ${color}- ${color2}dirty: ${color}${execi 1 cat /proc/meminfo | sed -n -e '20p' | grep -Po"\d+$3"}k
${color2}buffers: ${color}${buffers} ${color}- ${color2}cached: ${color}${cached}
${color7}swap used: ${if_match ${swapperc}>=90}${color3}${swap}${else}${if_match ${swapperc}<10}${color9}${swap}${else}${if_match ${swapperc}>=10}${color4}${swap}${endif}${endif}${endif}   ${color}->  ${if_match ${swapperc}>=90}${color3}${swapperc}${else}${if_match ${swapperc}<10}${color9}${swapperc}${else}${if_match ${swapperc}>=10}${color4}${swapperc}${endif}${endif}${endif}% ${goto 195}${color7}total: ${color}${swapmax}
${color}----------------------------------------------------
${color7}Processes: ${color}$processes  ${color7}running: ${color9}$running_processes
${color2}>> cpu use: ${color9}${top cpu 1}% ${color}${top name 1}
${color2}>> ram use: ${color9}${top_mem mem 1}% ${color}${top_mem name 1}
#${color7}Status daemons:${scroll 22 ${color4}cupsd (impression) ${color} ${exec if ! ps ax | grep -v grep | grep"cupsd" > /dev/null; then echo"Not running"; else echo"Is running"; fi} ${color4}scan (scanner) ${color}${exec if ! ps ax | grep -v grep | grep"cupsd" > /dev/null; then echo"Not running"; else echo"Is running"; fi} }
${color7}Status daemons:${scroll 25 ${color4}cupsd ${color} ${exec if ! ps ax | grep -v grep | grep"cupsd" > /dev/null; then echo"Not running"; else echo"Is running"; fi} ${color}- ${color4}sshd ${color}${exec if ! ps ax | grep -v grep | grep"sshd" > /dev/null; then echo"Not running"; else echo"Is running"; fi}  ${color}- ${color4}devmon ${color}${exec if ! ps ax | grep -v grep | grep"devmon" > /dev/null; then echo"Not running"; else echo"Is running"; fi} }
${color}----------------------------------------------------
${color7}Net: ${color9}${if_existing /proc/net/route eth0}${gw_iface}${else}${color3} --- ${endif}${goto 80}${color7}Status: ${color}${if_existing /proc/net/route eth0}Connected  to server${else}${color3}Disconnected${endif}
${color2}Networking: ${color7}Up: ${color9}${upspeed eth0} ${color}-  ${color7}Down: ${color9}${downspeed eth0}
${color}----------------------------------------------------
${color2}sda disk read/write: ${color}${diskiograph sda 5,40} ${goto 190}${color9}${diskio_read sda}${color}/${color9}${diskio_write sda}
${color2}sdb disk read/write: ${color}${diskiograph sdb 5,40} ${goto 190}${color9}${diskio_read sdb}${color}/${color9}${diskio_write sdb}
#
${color7}root used: ${if_match ${fs_used_perc /}>=90}${color3}${fs_bar 5,40 /}${else}${if_match ${fs_used_perc /}<75}${color9}${fs_bar 5,40 /}${else}${if_match ${fs_used_perc /}>=75}${color4}${fs_bar 5,40 /}${endif}${endif}${endif}  ${if_match ${fs_used_perc /}>=90}${color3}${fs_used /}${else}${if_match ${fs_used_perc /}<75}${color9}${fs_used /}${else}${if_match ${fs_used_perc /}>=75}${color4}${fs_used /}${endif}${endif}${endif}  ${color}->  ${if_match ${fs_used_perc /}>=90}${color3}${fs_used_perc /}${else}${if_match ${fs_used_perc /}<75}${color9}${fs_used_perc /}${else}${if_match ${fs_used_perc /}>=75}${color4}${fs_used_perc /}${endif}${endif}${endif}%
${goto 20}${color2}free: ${if_match ${fs_used_perc /}>=90}${color3}${fs_free /}${else}${if_match ${fs_used_perc /}<75}${color9}${fs_free /}${else}${if_match ${fs_used_perc /}>=75}${color4}${fs_free /}${endif}${endif}${endif}  ${color}->  ${if_match ${fs_used_perc /}>=90}${color3}${fs_free_perc /}${else}${if_match ${fs_used_perc /}<75}${color9}${fs_free_perc /}${else}${if_match ${fs_used_perc /}>=75}${color4}${fs_free_perc /}${endif}${endif}${endif}% ${goto 165}${color7}total: ${color}${fs_size /}
#
${color7}home used: ${if_match ${fs_used_perc /home}>=90}${color3}${fs_bar 5,40 /home}${else}${if_match ${fs_used_perc /home}<75}${color9}${fs_bar 5,40 /home}${else}${if_match ${fs_used_perc /home}>=75}${color4}${fs_bar 5,40 /home}${endif}${endif}${endif}  ${if_match ${fs_used_perc /home}>=90}${color3}${fs_used /home}${else}${if_match ${fs_used_perc /home}<75}${color9}${fs_used /home}${else}${if_match ${fs_used_perc /home}>=75}${color4}${fs_used /home}${endif}${endif}${endif}  ${color}->  ${if_match ${fs_used_perc /home}>=90}${color3}${fs_used_perc /home}${else}${if_match ${fs_used_perc /home}<75}${color9}${fs_used_perc /home}${else}${if_match ${fs_used_perc /home}>=75}${color4}${fs_used_perc /home}${endif}${endif}${endif}%
${goto 20}${color2}free: ${if_match ${fs_used_perc /home}>=90}${color3}${fs_free /home}${else}${if_match ${fs_used_perc /home}<75}${color9}${fs_free /home}${else}${if_match ${fs_used_perc /home}>=75}${color4}${fs_free /home}${endif}${endif}${endif}  ${color}->  ${if_match ${fs_used_perc /home}>=90}${color3}${fs_free_perc /home}${else}${if_match ${fs_used_perc /home}<75}${color9}${fs_free_perc /home}${else}${if_match ${fs_used_perc /home}>=75}${color4}${fs_free_perc /home}${endif}${endif}${endif}% ${goto 165}${color7}total: ${color}${fs_size /home}
#
${color8}${scroll 36 ${exec df -h | grep"/media/" | awk '{ printf"%s de %s en %s\n", $5, $2, $6 }' } }
#
${if_running persist-enabled}${color9}${execi 10 persist-enabled}${else}${color}=============================${endif}
#
#${color}=============================
 ${color}HOTKEY ${goto 170} ${color}APPs
#${color}----------------------------------------------------
 ${color}PrintScreen ${goto 170} ${color}Screenshot
 ${color}Super ${color}+ ${color}F2${goto 170} ${color}Desktop Notes
 ${color}Ctrl ${color}+ ${color}F8${goto 170} ${color}CD Burner
 ${color}Ctrl ${color}+ ${color}F10${goto 170} ${color}Text Editor
 ${color}Ctrl ${color}+ ${color}F9${goto 170} ${color}Calculator
 ${color}Super ${color}+ ${color}F10${goto 170} ${color}Search
 ${color}Ctrl ${color}+ ${color}F12${goto 170} ${color}Calendario
 ${color}Ctrl ${color}+ ${color}F2${goto 170} ${color}Magnifier
 ${color}Ctrl ${color}+ ${color}Alt ${color}+ ${color}Delete${goto 170} ${color}Task Manager
 ${color}Scroll_Lock${goto 170} ${color}Pointer
 ${color}Alt ${color}+ ${color}F2${color}${goto 170} ${color}Run App
 ${color}Ctrl ${color}+ ${color}Alt ${color}+ ${color}Esc${goto 170} ${color}App Killer
 ${color}Ctrl ${color}+ ${color}Alt ${color}+ ${color}T${goto 170} ${color}Terminal
 ${color}Alt ${color}+ ${color}Shift ${color}+ ${color}X${goto 170} ${color}Memfree
 ${color}Ctrl ${color}+ ${color}Right${goto 170} ${color}Keyboard
 ${color}Shift ${color}+ ${color}F12${goto 170} ${color}+ HOTKEYS
${color}----------------------------------------------------
 ${color}Ctrl ${color}+ ${color}Up${goto 170} ${color}Volume Up
 ${color}Ctrl ${color}+ ${color}Down${goto 170} ${color}Volume Down
 ${color}Ctrl ${color}+ ${color}Left${goto 170} ${color}Mute/Unmute
${color}----------------------------------------------------
 ${color}Ctrl ${color}+ ${color}Alt ${color}+ ${color}End${goto 170} ${color}Shutdown
 ${color}Ctrl ${color}+ ${color}Alt ${color}+ ${color}Home${goto 170} ${color}Reboot
 ${color}Ctrl ${color}+ ${color}Alt ${color}+ ${color}KP_Del${goto 170} ${color}Log Out
 ${color}Ctrl ${color}+ ${color}Pause${goto 170} ${color}Auto Shutdown
 ${color}Ctrl ${color}+ ${color}Alt ${color}+ ${color}Backspace${goto 170} ${color}Restart X
${color}=============================

and snapshot:

Image


__{{emoticon}}__