Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Basic Settings
- #
- background yes
- use_xft yes
- xftfont sans:size=12
- xftalpha 0.1
- update_interval 1.0
- total_run_times 0
- own_window yes
- own_window_transparent yes
- #own_window_colour white
- own_window_type normal
- #own_window_argb_visual yes
- #own_window_argb_value 0
- own_window_hints below,sticky,skip_taskbar,skip_pager,undecorate
- double_buffer yes
- minimum_size 150
- maximum_width 240
- draw_shades no
- draw_outline no
- draw_borders no
- draw_graph_borders no
- default_color 444444
- default_shade_color A1A1A1
- default_outline_color d9d7d6
- alignment bottom_left
- gap_x 70
- gap_y 40
- no_buffers yes
- uppercase no
- cpu_avg_samples 2
- override_utf8_locale yes
- #
- #
- TEXT
- ${color FFFFFF}${font Droid sans:size=11}Kernel ${execi 20 uname -r}
- ${voffset 10}CPU ${cpu cpu0}% - RAM $mem
- ${voffset 10}HD $fs_used - UP $uptime_short
- ${voffset 25}CPU Temperature: +${execi 20 sensors |grep "CPU Temperature" | cut -d'+' -f2 | cut -c 1-7}
- ${voffset 10}CPU FAN Speed:${execi 20 sensors |grep "CPU Fan Speed" | cut -d':' -f2 | cut -c 5-13}
- ${voffset 10}MB Temperature: +${execi 20 sensors |grep "MB Temperature" | cut -d'+' -f2 | cut -c 1-7}
- ${voffset 10}Core/Radeon: +${execi 20 /usr/local/bin/radeon | cut -d'+' -f2 | cut -c 1-7}
- ${voffset 25}DISCO 1= ${execi 20 sudo hddtemp /dev/sda |cut -d":" -f3 }
- ${voffset 10}DISCO 2= ${execi 20 sudo hddtemp /dev/sdb |cut -d":" -f3 }
- ${voffset 10}DISCO 3= ${execi 20 sudo hddtemp /dev/sdc |cut -d":" -f3 |cut -c 2-7 }
- ${voffset 25}ETHERNET (${addr eth0})
- ${voffset 10}Down: ${execp ~/scripts/medir_tx_rx |cut -d":" -f2} Up: ${execp ~/scripts/medir_tx_rx |cut -d":" -f4}
- ${voffset 10}Total Down: ${execp ~/scripts/medir_tx_rx |cut -d":" -f1}
- ${voffset 10}Total Up: ${execp ~/scripts/medir_tx_rx |cut -d":" -f3}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement