EvilDMT Posted October 7, 2008 Share Posted October 7, 2008 Just wondering what program is running to show the system stats like in this person's desktop. I am currently using Ubuntu 8.04 with Gnome, if you need info. The screenshot is not my desktop though Link to comment https://www.neowin.net/forum/topic/678774-system-info-on-the-desktop/ Share on other sites More sharing options...
matt74441 Posted October 7, 2008 Share Posted October 7, 2008 Conky Link to comment https://www.neowin.net/forum/topic/678774-system-info-on-the-desktop/#findComment-589925418 Share on other sites More sharing options...
Abhishek kapoor Posted October 7, 2008 Share Posted October 7, 2008 First of all. i want this wallpaper It's bginfo Link to comment https://www.neowin.net/forum/topic/678774-system-info-on-the-desktop/#findComment-589925476 Share on other sites More sharing options...
Budious Posted October 7, 2008 Share Posted October 7, 2008 It's bginfo It's a Linux Client thread. :rolleyes: Link to comment https://www.neowin.net/forum/topic/678774-system-info-on-the-desktop/#findComment-589925684 Share on other sites More sharing options...
markwolfe Veteran Posted October 7, 2008 Veteran Share Posted October 7, 2008 It's a Linux Client thread. :rolleyes: LOL He missed the Ubuntu logo (or the filename is linuxjk1.jpg), I guess. ;) But he sure was confident it wasn't conky, and was bginfo instead :D Yes, it is conky. Link to comment https://www.neowin.net/forum/topic/678774-system-info-on-the-desktop/#findComment-589926824 Share on other sites More sharing options...
LightIdea Posted October 8, 2008 Share Posted October 8, 2008 :rofl: Here is my conkyrc file :D # ~/.conkyrc background yes use_xft no xftfont Bitstream Vera Sans Mono:size=8 xftalpha 0.8 override_utf8_locale no update_interval 1.0 total_run_times 0 own_window no own_window_type normal own_window_transparent yes own_window_colour hotpink double_buffer yes draw_shades no draw_outline no draw_borders no draw_graph_borders yes stippled_borders 0 border_margin 10 border_width 1 default_color white default_shade_color black default_outline_color black alignment bottom_middle gap_x 5 gap_y 29 no_buffers yes uppercase no cpu_avg_samples 2 net_avg_samples 2 use_spacer no TEXT $sysname $kernel ($machine) ${alignr}Uptime: ${uptime} | IP: ${addr eth0} ${hr 1} CPU: ${cpu}% - ${freq_dyn}MHz | RAM: ${memperc}% - ${mem} / ${memmax} | Swap: ${swapperc}% - ${swap} / ${swapmax} ${cpubar 6, 102} | ${membar 6, 180} | ${swapbar 6, 175} ${hr 1} Storage - ${fs_free /} / ${fs_size /} | Processes: ${running_processes} / ${processes} | Up: ${upspeed eth0}kB/s - ${totalup eth0} ${fs_bar 6, 174 /} | Load: ${loadavg 1} ${loadavg 2} ${loadavg 3} | Down: ${downspeed eth0}kB/s - ${totaldown eth0} The only problem is that if some values get any more greater it seems to put everything out of whack :p Link to comment https://www.neowin.net/forum/topic/678774-system-info-on-the-desktop/#findComment-589930996 Share on other sites More sharing options...
Abhishek kapoor Posted October 8, 2008 Share Posted October 8, 2008 actually i didn't see where he started the thread ...... Link to comment https://www.neowin.net/forum/topic/678774-system-info-on-the-desktop/#findComment-589931142 Share on other sites More sharing options...
Elv13 Posted October 8, 2008 Share Posted October 8, 2008 here is my old one # Conky sample configuration # # the list of variables has been removed from this file in favour # of keeping the documentation more maintainable. # Check http://conky.sf.net for an up-to-date-list. # set to yes if you want Conky to be forked in the background #background no # X font when Xft is disabled, you can pick one with program xfontsel #font 5x7 #font 6x10 #font 7x13 #font 8x13 #font 9x15 #font *mintsmild.se* #font -*-*-*-*-*-*-34-*-*-*-*-*-*-* # Use Xft? #use_xft yes # Xft font when Xft is enabled xftfont Bitstream Vera Sans Mono:size=8 # Text alpha when using Xft xftalpha 0.8 # Print everything to stdout? # out_to_console no # MPD host/port mpd_host localhost mpd_port 6600 # mpd_password tinker_bell # Print everything to console? # out_to_console no # mail spool #mail_spool $MAIL # Update interval in seconds update_interval 1 # This is the number of times Conky will update before quitting. # Set to zero to run forever. total_run_times 0 # Create own window instead of using desktop (required in nautilus) #own_window yes # If own_window is yes, you may use type normal, desktop or override own_window_type normal # Use pseudo transparency with own_window? own_window_transparent yes # If own_window_transparent is set to no, you can set the background colour here own_window_colour hotpink # If own_window is yes, these window manager hints may be used #own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager # Use double buffering (reduces flicker, may not work for everyone) double_buffer yes # Minimum size of text area minimum_size 280 5 # Draw shades? draw_shades yes # Draw outlines? draw_outline no # Draw borders around text #draw_borders no # Draw borders around graphs draw_graph_borders yes # Stippled borders? stippled_borders 8 # border margins border_margin 4 # border width #border_width 1 # Default colors and also border colors #default_color white #default_shade_color black #default_outline_color black #dexter_client no #dexter_server no # config file for libdexter (default search path: $HOME/.dexterrc; /etc/libdexter/dexter.conf) #dexter_config # Text alignment, other possible values are commented alignment top_left #alignment top_right #alignment bottom_left #alignment bottom_right #alignment none # Gap between borders of screen and text # same thing as passing -x at command line gap_x 5 gap_y 20 # Subtract file system buffers from used memory? no_buffers yes # set to yes if you want all text to be in uppercase #uppercase no # number of cpu samples to average # set to 1 to disable averaging cpu_avg_samples 5 # number of net samples to average # set to 1 to disable averaging net_avg_samples 5 # Force UTF8? note that UTF8 support required XFT #override_utf8_locale no # Add spaces to keep things from moving about? This only affects certain objects. #use_spacer no # Allow each port monitor to track at most this many connections (if 0 or not set, default is 256) #max_port_monitor_connections 256 # Maximum number of special things, e.g. fonts, offsets, aligns, etc. #max_specials 512 # Maximum size of buffer for user text, i.e. below TEXT line. #max_user_text 16384 # variable is given either in format $variable or in ${variable}. Latter # allows characters right after the variable and must be used in network # stuff because of an argument # stuff after 'TEXT' will be formatted on screen #SEG fault in less than 5 minute #${goto 1950}Song Title: ${mpd_title 300}${goto 2655}$nodename - $sysname $kernel on $machine ${tab 2000} #${if_running mpd}${goto 1950}Artist: ${mpd_artist}${goto 2450}Album: $mpd_album $endif ${goto 2655}${color lightgrey}Uptime:$color $uptime ${color lightgrey}- Load:$color $loadavg #${if_running mpd}${goto 1950}$mpd_elapsed ${goto 1980}${mpd_bar 6,550} $mpd_length $endif ${goto 2655}$stippled_hr #${tab 2650}CPU: #SEG fault instantly #${if_empty ${texeci 120 ping 192.168.1.105 -c1 | grep "Host Unreachable" -o}}${goto 1850}${color #00FF00}Up${else}${color #FF0000}${goto 1842}Down$endif${color lightgrey} TEXT ${goto 1690}${exec cat /var/log/messages | tail -n6 | head -n1}${goto 2655}$nodename - $sysname $kernel on $machine ${tab 2000} ${goto 1690}${exec cat /var/log/messages | tail -n5 | head -n1}${goto 2655}${color lightgrey}Uptime:$color $uptime ${color lightgrey}- Load:$color $loadavg ${goto 1690}${exec cat /var/log/messages | tail -n4 | head -n1}${goto 2655}$stippled_hr ${goto 1690}${exec cat /var/log/messages | tail -n3 | head -n1}${goto 2650}CPU: ${goto 1690}${exec cat /var/log/messages | tail -n2 | head -n1} ${goto 1690}${exec cat /var/log/messages | tail -n1}${goto 2650}${color lightgrey}CPU Usage: ${cpu}% ${cpubar 6,610} ${goto 1685}_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ${goto 2650}${color lightgrey}${cpugraph cpu0 25,700 0085CC 0085CC} ${goto 2650}Individual CPU: ${tab 68}${color #B9B9B9}/home/lepagee${tab 1325}${color lightgrey}CPU0 Usage: ${cpu cpu1}% ${cpubar cpu1 6,600} ${tab 68}${color #B9B9B9}Cap.:$fs_size${tab 1325}${color lightgrey}CPU1 Usage: ${cpu cpu2}% ${cpubar cpu2 6,600} ${tab 68}${color #B9B9B9}Ava..:$fs_free${tab 1325}${color lightgrey}CPU2 Usage: ${cpu cpu3}% ${cpubar cpu3 6,600} ${tab 68}${color #B9B9B9}Used.:$fs_used${tab 1325}${color lightgrey}CPU3 Usage: ${cpu cpu4}% ${cpubar cpu4 6,600} ${tab 68}${color #B9B9B9}${fs_bar 6,80} ${tab 2650}${color lightgrey}CPU Freq (ghz): Freq (mhz): Temp (?C): ${tab 2650}${color lightgrey}CPU0 ${freq_g cpu1} ${freq cpu1} ${color red} ${hwmon 0 temp 1} ${tab 2650}${color lightgrey}CPU1 ${freq_g cpu1} ${freq cpu1} ${color red} ${hwmon 1 temp 1} ${tab 68}${color #B9B9B9}/${tab 1325}${color lightgrey}CPU2 ${freq_g cpu1} ${freq cpu1} ${color red} ${hwmon 2 temp 1} ${tab 68}${color #B9B9B9}Cap.:${fs_size}${tab 1325}${color lightgrey}CPU3 ${freq_g cpu1} ${freq cpu1} ${color red} ${hwmon 3 temp 1}${color lightgrey} ${tab 68}${color #B9B9B9}Ava..:${fs_free} ${tab 68}${color #B9B9B9}Used.:${fs_used} ${tab 68}${color #B9B9B9}${fs_bar 6,80}${tab 1325}${color lightgrey} $stippled_hr ${tab 2650}Hard Drive: ${tab 2650}${color lightgrey}SAMBA sda (remote): ${tab 2650}HDD Model: IC35L120AVV207-1 ${tab 2650}HDD Capacity: 120gb ${tab 68}${color #B9B9B9}/mnt/sda1${tab 1325}${color lightgrey}HDD Temp (?C):${color red}${hddtemp /dev/sda 192.168.1.103 7643} ${color lightgrey} ${tab 68}${color #B9B9B9}Cap.:${fs_size /mnt/sda1}${tab 1325}${color lightgrey}/dev/smbsda1 state: ${if_mounted /mnt/smbsda1} Mounted $else Not Mounted $endif ${tab 68}${color #B9B9B9}Ava..:${fs_free /mnt/sda1} ${tab 68}${color #B9B9B9}Used.:${fs_used /mnt/sda1}${tab 1325}${color lightgrey}SAMBA sdb (remote): ${tab 68}${color #B9B9B9}${fs_bar 6,80 /mnt/sda1}${tab 1325}${color lightgrey}HDD Model: WDC WD3000JD-00KLB0 ${tab 2650}HDD Capacity: 320gb ${tab 2650}HDD Temp (?C):${color red}${hddtemp /dev/sdb 192.168.1.103 7643} ${color lightgrey} ${tab 2650}/dev/smbsdb3 state: ${if_mounted /mnt/smbsdb3} Mounted $else Not Mounted $endif ${tab 2650}${color lightgrey}Root: ${tab 68}${color #B9B9B9}/mnt/smbsda1${tab 1325}${color lightgrey}HDD Model: WDC WD5000AAKS-00YGA0 ${tab 68}${color #B9B9B9}Cap.:${fs_size /mnt/smbsda1}${tab 1325}${color lightgrey}HDD Capacity: 500gb ${tab 68}${color #B9B9B9}Ava..:${fs_free /mnt/smbsda1}${tab 1325}${color lightgrey}HDD Temp (?C):${color red}${hddtemp /dev/sda} ${color lightgrey} ${tab 68}${color #B9B9B9}Used.:${fs_used /mnt/smbsda1}${tab 1325}${color lightgrey}State: ${exec cat /sys/bus/scsi/devices/4:0:0:0/state} ${tab 68}${color #B9B9B9}${fs_bar 6,80 /mnt/smbsda1}${tab 1325}${color lightgrey}/dev/sda1 state: ${if_mounted /mnt/sda1} Mounted $else Not Mounted $endif ${tab 2650}/dev/sda3 state: ${if_mounted /} Mounted $else Not Mounted $endif ${tab 2650}Read:${color #8844ee} ${diskio_read}/s ${color lightgrey} ${offset 277}Write:${color #22ccff} ${diskio_write}/s ${tab 2650}${color lightgrey}${diskiograph_read 32,343 0085CC 0085CC } ${color lightgrey}${diskiograph_write 32,343 0085CC 0085CC } ${tab 68}${color #B9B9B9}/mnt/smbsdb3 ${tab 68}${color #B9B9B9}Cap.:${fs_size /mnt/smbsdb3}${tab 1325}${color lightgrey}$stippled_hr ${tab 68}${color #B9B9B9}Ava..:${fs_free /mnt/smbsdb3}${tab 1325}${color lightgrey}Software: ${tab 68}${color #B9B9B9}Used.:${fs_used /mnt/smbsdb3} ${tab 68}${color #B9B9B9}${fs_bar 6,80 /mnt/smbsdb3}${tab 1325}${color lightgrey}RAM Usage:$color $mem/$memmax - $memperc% ${membar 6,500} ${tab 2650}${color lightgrey}Swap Usage: $color $swap/$swapmax - $swapperc% ${swapbar 6,495} ${tab 2650}${color}CPU usage:${tab 500}${color}Mem usage: ${tab 2650}${color}Name ${goto 2757}PID ${goto 2810}CPU% ${goto 2850}MEM% TIME ${tab 3}| Name PID CPU% MEM% SIZE ${tab 2650}${color #ddaa00} ${top name 1} ${goto 2757}${top pid 1} ${goto 2798}${top cpu 1} ${goto 2840}${top mem 1} ${top time 1}${color lightgrey} | ${color #ddaa00} ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1} ${top_mem mem_res 1} ${tab 2650}${color lightgrey} ${top name 2} ${goto 2757}${top pid 2} ${goto 2798}${top cpu 2} ${goto 2840}${top mem 2} ${top time 2}${color lightgrey} | ${color lightgrey} ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2} ${top_mem mem_res 2} ${tab 2650} ${top name 3} ${goto 2757}${top pid 3} ${goto 2798}${top cpu 3} ${goto 2840}${top mem 3} ${top time 3}${color lightgrey} | ${color lightgrey} ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3} ${top_mem mem_res 3} ${tab 2650} ${top name 4} ${goto 2757}${top pid 4} ${goto 2798}${top cpu 4} ${goto 2840}${top mem 4} ${top time 4}${color lightgrey} | ${color lightgrey} ${top_mem name 4} ${top_mem pid 4} ${top_mem cpu 4} ${top_mem mem 4} ${top_mem mem_res 4} ${tab 2650} ${top name 5} ${goto 2757}${top pid 5} ${goto 2798}${top cpu 5} ${goto 2840}${top mem 5} ${top time 5}${color lightgrey} | ${color lightgrey} ${top_mem name 5} ${top_mem pid 5} ${top_mem cpu 5} ${top_mem mem 5} ${top_mem mem_res 5} ${tab 2650} ${top name 6} ${goto 2757}${top pid 6} ${goto 2798}${top cpu 6} ${goto 2840}${top mem 6} ${top time 6}${color lightgrey} | ${color lightgrey} ${top_mem name 6} ${top_mem pid 6} ${top_mem cpu 6} ${top_mem mem 6} ${top_mem mem_res 6} ${tab 2650} ${top name 7} ${goto 2757}${top pid 7} ${goto 2798}${top cpu 7} ${goto 2840}${top mem 7} ${top time 7}${color lightgrey} | ${color lightgrey} ${top_mem name 7} ${top_mem pid 7} ${top_mem cpu 7} ${top_mem mem 7} ${top_mem mem_res 7} ${tab 2650} ${top name 8} ${goto 2757}${top pid 8} ${goto 2798}${top cpu 8} ${goto 2840}${top mem 8} ${top time 8}${color lightgrey} | ${color lightgrey} ${top_mem name 8} ${top_mem pid 8} ${top_mem cpu 8} ${top_mem mem 8} ${top_mem mem_res 8} ${tab 2650} ${top name 9} ${goto 2757}${top pid 9} ${goto 2798}${top cpu 9} ${goto 2840}${top mem 9} ${top time 9}${color lightgrey} | ${color lightgrey} ${top_mem name 9} ${top_mem pid 9} ${top_mem cpu 9} ${top_mem mem 9} ${top_mem mem_res 9} ${tab 2650}${color lightgrey}Open Processes: ${color grey}$processes ${color lightgrey} ${tab 2650}Running Processes:${color grey} $running_processes${color lightgrey} ${goto 2650}$color$stippled_hr ${goto 2650}${color lightgrey}Networking: ${goto 2650}Hostname: $nodename ${goto 2650}${color lightgrey}IP (lo): ${addr lo} ${goto 2650}${color lightgrey}IP (eth0): ${addr eth0} ${goto 2650}Total download: ${totaldown eth0} ${goto 2650}Down:${color #8844ee} ${downspeed eth0} k/s${color lightgrey} ${offset 277}Up:${color #22ccff} ${upspeed eth0} k/s ${goto 2650}${color lightgrey}${downspeedgraph eth0 32,343 0085CC 0085CC} ${color lightgrey}${upspeedgraph eth0 32,343 0085CC 0085CC} ${tab 2650}$stippled_hr ${tab 2650}Hardware: ${goto 1683}Server:? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Graphic card:? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ${goto 2650}| _yg. ${goto 2943}| ${goto 2150}| ${goto 2650}| .QQQ; _wgga Fan1(cpu): ${platform w83627ehf.656 fan 1} ${goto 2943}| VCore 1: ${color #ddaa00}+${exec sensors | grep "VCore 1:" | grep '[0-9].[0-9][0-9] V ' -o | grep '[0-9].[0-9][0-9]' -o}${color lightgrey} V (min = ${color #ddaa00}+${exec sensors | grep "VCore 1:" | grep 'min = +[0-9].[0-9][0-9]' -o | grep '[0-9].[0-9][0-9]' -o}${color lightgrey} V, max = ${color #ddaa00}+${exec sensors | grep "VCore 1:" | grep 'max = +[0-9].[0-9][0-9]' -o | grep '[0-9].[0-9][0-9]' -o}${color lightgrey} V) ${goto 1695} Host/Server${goto 1840}State${goto 1915}IP${goto 1975}Ping (local)${goto 2065}Ping (global)${goto 2150}| ${exec /usr/local/bin/nvclock -i | grep Card:}${goto 2450}Board temperature: ${color red}${exec /usr/local/bin/nvclock -i | grep "Board temperature:" | grep '[0-9][0-9]' -o}?C${color lightgrey}${goto 2650}| 4QWk jQQWQW( Fan2(chipsset): ${platform w83627ehf.656 fan 2} ${goto 2943}| VCore 2: ${color #ddaa00}+${exec sensors | grep "VCore 2:" | grep '[0-9].[0-9][0-9] V ' -o | grep '[0-9].[0-9][0-9]' -o}${color lightgrey} V (min = ${color #ddaa00}+${exec sensors | grep "VCore 2:" | grep 'min = +[0-9].[0-9][0-9]' -o | grep '[0-9].[0-9][0-9]' -o}${color lightgrey} V, max = ${color #ddaa00}+${exec sensors | grep "VCore 2:" | grep 'max = +[0-9].[0-9][0-9]' -o | grep '[0-9].[0-9][0-9]' -o}${color lightgrey} V) ${goto 1685} ossdb.no-ip.org${goto 1850}${color #00FF00}Up${color lightgrey}${goto 1885}74.59.171.84${goto 2005}-${goto 2095}-${goto 2150}| ${exec /usr/local/bin/nvclock -i | grep Architecture:}${goto 2450}GPU temperature: ${color red}${exec /usr/local/bin/nvclock -i | grep "GPU temperature:" | grep '[0-9][0-9]' -o}?C${color lightgrey}${goto 2650}| -9QWmmW@Y"""` Fan3: ${platform w83627ehf.656 fan 3} ${goto 2943}| +3.3V: ${color #ddaa00}+${exec sensors | grep "+3.3V:" | grep '[0-9].[0-9][0-9] V ' -o | grep '[0-9].[0-9][0-9]' -o}${color lightgrey} V (min = ${color #ddaa00}+${exec sensors | grep "+3.3V:" | grep 'min = +[0-9].[0-9][0-9]' -o | grep '[0-9].[0-9][0-9]' -o}${color lightgrey} V, max = ${color #ddaa00}+${exec sensors | grep "+3.3V:" | grep 'max = +[0-9].[0-9][0-9]' -o | grep '[0-9].[0-9][0-9]' -o}${color lightgrey} V) ${goto 412}[Ars Technica] News: ${scroll 156 ${execi 600 /home/lepagee/dev/rssstockview/bin/Debug/rssstockview ars}}${goto 1685}ossdb.quebecgeeks.net${goto 1850}${color #00FF00}Up${color lightgrey}${goto 1881}66.29.112.125${goto 2005}-${goto 2095}-${goto 2150}| Bios ${exec /usr/local/bin/nvclock -i | grep Version:}${goto 2450}Fanspeed: ${exec /usr/local/bin/nvclock -i | grep "Fanspeed:" | grep '[0-9][0-9][0-9][0-9]' -o} RPM${goto 2650}| ~$WQQk Fan4: ${platform w83627ehf.656 fan 4} ${goto 2943}| +5V: ${color #ddaa00}+${exec sensors | grep "+5V:" | grep '[0-9].[0-9][0-9] V ' -o | grep '[0-9].[0-9][0-9]' -o}${color lightgrey} V (min = ${color #ddaa00}+${exec sensors | grep "+5V:" | grep 'min = +[0-9].[0-9][0-9]' -o | grep '[0-9].[0-9][0-9]' -o}${color lightgrey} V, max = ${color #ddaa00}+${exec sensors | grep "+5V:" | grep 'max = +[0-9].[0-9][0-9]' -o | grep '[0-9].[0-9][0-9]' -o}${color lightgrey} V) ${goto 412}[OSNews] News: ${scroll 162 ${execi 600 /home/lepagee/dev/rssstockview/bin/Debug/rssstockview osn}}${goto 1685} Server 1${goto 1850}${color #00FF00}Up${color lightgrey}${goto 1881}192.168.1.103${goto 2005}-${goto 2095}-${goto 2150}| ${exec /usr/local/bin/nvclock -i | grep "GPU clock:"}${goto 2450}${exec /usr/local/bin/nvclock -i | grep "Fanspeed mode:"}${goto 2650}| _mQWWWQw, Fan5: ${platform w83627ehf.656 fan 5} ${goto 2943}| +12V: ${color #ddaa00}+${exec sensors | grep "+12V:" | grep '[0-9].[0-9][0-9] V ' -o | grep '[0-9].[0-9][0-9]' -o}${color lightgrey} V (min = ${color #ddaa00}+${exec sensors | grep "+12V:" | grep 'min = +[0-9].[0-9][0-9]' -o | grep '[0-9].[0-9][0-9]' -o}${color lightgrey} V, max = ${color #ddaa00}+${exec sensors | grep "+12V:" | grep 'max = +[0-9].[0-9][0-9]' -o | grep '[0-9].[0-9][0-9]' -o}${color lightgrey} V) ${color lightgrey}${goto 412}[DIGG] News: ${scroll 165 ${execi 600 /home/lepagee/dev/rssstockview/bin/Debug/rssstockview digg}}${goto 1685} Server 2${color #FF0000}${goto 1842}Down${color lightgrey}${goto 1881}192.168.1.104${goto 2005}-${goto 2095}-${goto 2150}| Shader clock: ${exec /usr/local/bin/nvclock -i | grep "Clock:" | grep '[0-9][0-9][0-9][0-9].[0-9][0-9][0-9]' -o}Mhz${goto 2450}Ammoutn of mem: ${exec /usr/local/bin/nvclock -i | grep "Amount:" | grep '[0-9][0-9][0-9]' -o}MB${goto 2650}|_wwmQQE--3WQm, Temp1: ${color red}${platform w83627ehf.656 temp 1}?C${color lightgrey} ${goto 2943}| -12V: ${color #ddaa00}-${exec sensors | grep "\-12V:" | grep '[0-9][0-9].[0-9][0-9] V ' -o | grep '[0-9][0-9].[0-9][0-9]' -o}${color lightgrey} V (min = ${color #ddaa00}-${exec sensors | grep "\-12V:" | grep 'min = -[0-9].[0-9][0-9]' -o | grep '[0-9].[0-9][0-9]' -o}${color lightgrey} V, max = ${color #ddaa00}-${exec sensors | grep "\-12V:" | grep 'max = -[0-9].[0-9][0-9]' -o | grep '[0-9].[0-9][0-9]' -o}${color lightgrey} V) ${goto 412}[The Feed - G4 TechTV] News: ${scroll 156 ${execi 600 /home/lepagee/dev/rssstockview/bin/Debug/rssstockview g4t}}${goto 1685} Gateway${color #FF0000}${goto 1842}Down${color lightgrey}${goto 1881}192.168.1.105${goto 2005}-${goto 2095}-${goto 2150}| Memory clock: ${exec /usr/local/bin/nvclock -i | grep "Clock:" | grep '[8-9][0-9][0-9].[0-9][0-9][0-9]' -o}Mhz ${goto 2450}Memory type: 128 bit DDR3${goto 2650}|-WWQWP` $QW Temp2(CPU amb): ${color red}${platform w83627ehf.656 temp 2}?C${color lightgrey} ${goto 2943}| -5V: ${color #ddaa00}-${exec sensors | grep "\-5V:" | grep '[0-9].[0-9][0-9] V ' -o | grep '[0-9].[0-9][0-9]' -o}${color lightgrey} V (min = ${color #ddaa00}-${exec sensors | grep "\-5V:" | grep 'min = -[0-9].[0-9][0-9]' -o | grep '[0-9].[0-9][0-9]' -o}${color lightgrey} V, max = ${color #ddaa00}-${exec sensors | grep "\-5V:" | grep 'max = -[0-9].[0-9][0-9]' -o | grep '[0-9].[0-9][0-9]' -o}${color lightgrey} V) ${goto 412}[Bit-Tech] News: ${scroll 162 ${execi 600 /home/lepagee/dev/rssstockview/bin/Debug/rssstockview bit-tech}}${goto 2150}|${goto 2650}| -""~ )V( Temp3(amb.): ${color red}${platform w83627ehf.656 temp 3}?C${color lightgrey} | ${goto 412}[Neowin] News: ${scroll 162 ${execi 600 /home/lepagee/dev/rssstockview/bin/Debug/rssstockview neowin}}${goto 2150}${goto 2150}|${goto 2650}|${goto 2943}| ${goto 412}[SlashDot] News: ${scroll 162 ${execi 600 /home/lepagee/dev/rssstockview/bin/Debug/rssstockview slashdot}}${goto 2150}|${goto 2650}|${goto 2943}| #Under the screen ${texeci 600 wget http://feeds.arstechnica.com/arstechnica/BAaf -O /tmp/ars} ${texeci 600 wget http://www.osnews.com/files/recent.xml -O /tmp/osn} ${texeci 600 wget http://digg.com/rss/index.xml -O /tmp/digg} ${texeci 600 wget http://rss.slashdot.org/Slashdot/slashdot -O /tmp/slashdot} ${texeci 600 wget http://www.bit-tech.net/xml/all.rss -O /tmp/bit-tech} ${texeci 600 wget http://feeds.neowin.net/neowin-all -O /tmp/neowin} ${texeci 600 wget http://www.g4tv.com/thefeed/blog/index.rss -O /tmp/g4t} <:p />Ok, I am mad... Some of these option have actually been made only for me :p (I tried to code them, but my patch have been rejected and replaced) Here is the result: http://ossdb.quebecgeeks.net/snapshot14.png Link to comment https://www.neowin.net/forum/topic/678774-system-info-on-the-desktop/#findComment-589931178 Share on other sites More sharing options...
Kami- Posted October 13, 2008 Share Posted October 13, 2008 HOLY COW! Link to comment https://www.neowin.net/forum/topic/678774-system-info-on-the-desktop/#findComment-589962316 Share on other sites More sharing options...
Recommended Posts