Changeset 3613 for lliurex-conky/trunk/fuentes/lliurex-conky.install-files/usr/share/lliurex-conky/conkyrc_admins
- Timestamp:
- Feb 14, 2017, 3:31:17 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-conky/trunk/fuentes/lliurex-conky.install-files/usr/share/lliurex-conky/conkyrc_admins
r3397 r3613 144 144 USUARIO: $LOGNAME 145 145 EQUIPO: $nodename 146 CLIENTE: ${if_match "${ exec grep "server" /tmp/conky-test.txt -c}" != "0"}${if_empty ${exec echo $DISPLAY | cut -d ":" -f 1}}Servidor${else}Ligero${endif}${else}${if_match "${exec grep "client" /tmp/conky-test.txt -c}" != "0"}${if_empty ${execcat /tmp/conky-test-fat.txt | grep true }}Pesado${else}Semiligero${endif}${else}Escritorio${endif}${endif}147 ARQUITECTURA: ${if_match "${ execgrep "x86_64" /tmp/architecture.txt -c}" != "0"}64 Bits${else}32 Bits${endif}148 VERSIÓN:${ exec lliurex-version | awk -F ',' '{print $3}'}149 ${if_existing /tmp/mirror_version.txt}${if_match ${ exec grep "VERSION 32" /tmp/mirror_version.txt -c}!=0}${if_match ${exec grep "VERSION 64" /tmp/mirror_version.txt -c}!=0}${template9}${else}${template8 32}${endif}${else}${if_match ${execgrep "VERSION 64" /tmp/mirror_version.txt -c}!=0}${template8 64}${endif}${endif}${else}NO MIRROR DONE${endif}146 CLIENTE: ${if_match "${texeci 60000 grep "server" /tmp/conky-test.txt -c}" != "0"}${if_empty ${texeci 1000 echo $DISPLAY | cut -d ":" -f 1}}Servidor${else}Ligero${endif}${else}${if_match "${texeci 1000 grep "client" /tmp/conky-test.txt -c}" != "0"}${if_empty ${texeci 1000cat /tmp/conky-test-fat.txt | grep true }}Pesado${else}Semiligero${endif}${else}Escritorio${endif}${endif} 147 ARQUITECTURA: ${if_match "${texeci 60000 grep "x86_64" /tmp/architecture.txt -c}" != "0"}64 Bits${else}32 Bits${endif} 148 VERSIÓN:${texeci 10000 lliurex-version -n} 149 ${if_existing /tmp/mirror_version.txt}${if_match ${texeci 60000 grep "VERSION 32" /tmp/mirror_version.txt -c}!=0}${if_match ${texeci 1000 grep "VERSION 64" /tmp/mirror_version.txt -c}!=0}${template9}${else}${template8 32}${endif}${else}${if_match ${texeci 1000 grep "VERSION 64" /tmp/mirror_version.txt -c}!=0}${template8 64}${endif}${endif}${else}NO MIRROR DONE${endif} 150 150 ${template0 SISTEMA} 151 151 Kernel $alignr $kernel 152 152 T. encendido $alignr $uptime 153 153 ${template0 CPU} 154 ${ execcat /proc/cpuinfo | grep 'model name' | cut -c 14-42 | uniq }154 ${texeci 6000000 cat /proc/cpuinfo | grep 'model name' | cut -c 14-42 | uniq } 155 155 $cpu % ${cpubar} 156 156 ${template0 RAM} … … 160 160 ${template7 eth1 ETH1} 161 161 ${template0 Disco Duro} 162 ${if_mounted /}${template1 /}${if_match ${fs_used_perc /}>=91}${ execi 1000 /usr/share/lliurex-conky/hdd_full}${else}${endif}$endif163 ${if_mounted /net}${template1 /net}${if_match ${fs_used_perc /net}>=91}${ execi 1000 /usr/share/lliurex-conky/hdd_full_net}${else}${endif}$endif162 ${if_mounted /}${template1 /}${if_match ${fs_used_perc /}>=91}${texeci 1000 /usr/share/lliurex-conky/hdd_full}${else}${endif}$endif 163 ${if_mounted /net}${template1 /net}${if_match ${fs_used_perc /net}>=91}${texeci 1000 /usr/share/lliurex-conky/hdd_full_net}${else}${endif}$endif
Note: See TracChangeset
for help on using the changeset viewer.