Advertisement
Guest User

Untitled

a guest
Jun 12th, 2013
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. double_buffer yes
  2. no_buffers yes
  3. alignment top_right
  4. background no
  5. border_width 1
  6. cpu_avg_samples 2
  7. default_color white
  8. default_outline_color black
  9. default_shade_color white
  10. draw_borders no
  11. draw_graph_borders no
  12. draw_outline yes
  13. draw_shades yes
  14. use_xft yes
  15. xftfont Droid Sans:size=14
  16. gap_x 60
  17. gap_y 50
  18. minimum_size 360 200
  19. #maximum_width 400
  20. net_avg_samples 2
  21. out_to_console no
  22. out_to_stderr no
  23. extra_newline no
  24. own_window_argb_visual no
  25. own_window_argb_value 190
  26. own_window yes
  27. own_window_type override
  28. own_window_transparent yes
  29. own_window_colour gray
  30. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  31. stippled_borders 0
  32. update_interval 2
  33. uppercase no
  34. use_spacer none
  35. show_graph_scale no
  36. show_graph_range no
  37. override_utf8_locale yes
  38.  
  39. TEXT
  40.  
  41. ${color white}Laptop - $sysname $kernel on $machine
  42. ${color black}$stippled_hr
  43. ${color Gold} System:
  44. ${color white}Uptime: ${color #33FF33}$uptime ${color white}Load: ${color #33FF33}$loadavg
  45. ${color white}CPU Usage: ${color #33FF33}${cpu}% ${color gray}${cpubar}
  46. #${cpugraph 20,240 000000 ffffff}
  47. ${color white}RAM Usage: ${color #33FF33}$mem${color white}/${color #CCFF00}$memmax ${color white}- ${color #33FF33}$memperc% ${color gray}$membar
  48. ${color white}Processes: ${color #33FF33}$processes ${color white}Running:${color #33FF33} $running_processes
  49. ${color black}$stippled_hr
  50. ${color Gold}File systems:
  51. ${color white}/ ${color #33FF99}${fs_used /}${color white}/${color #CCFF00}${fs_size /} ${color gray}${fs_bar /}
  52. ${color white}/home ${color #33FF99}${fs_used /home}${color white}/${color #CCFF00}${fs_size /home} ${color gray}${fs_bar /home}
  53. ${color white}Films ${color #33FF99}${fs_used /home/ /Films}${color white}/${color #CCFF00}${fs_size /home/ /Films} ${color gray} ${fs_bar /home/ /Films}
  54. ${color white}Windows ${color #33FF99}${fs_used /home/ /Windows}${color white}/${color #CCFF00}${fs_size /home/ /Windows} ${color gray}${fs_bar /home/ /Windows}
  55. ${color black}$stippled_hr
  56. ${color Gold}Temperatures:
  57. ${color white}CPU: ${color #33FF33}${execi 10 sensors | grep temp1 | awk '{print $2}'}
  58. ${color white}/dev/sda: ${color #33FF33}${execi 10 sudo /usr/bin/hddtemp /dev/sda -q | awk '{print $3; }' | cut -c 1-2}°С
  59. ${color black}$stippled_hr
  60. ${color Gold}Battery: ${color #33FF33}$battery ${color gray}$battery_bar
  61. ${color black}$stippled_hr
  62. ${color Gold}Pacman: ${color #33FF33}${execi 30 /home/ /scripts/update.pl }
  63. ${color black}$stippled_hr
  64. ${color Gold}Weather: ${color #33FF33}${execi 300 /home/ /scripts/weather.sh "EUR|BY|BO001|PRUZHANY|"}
  65. ${color black}$stippled_hr
  66. ${color Gold} MPD: ${color gray}${alignc}$mpd_artist - $mpd_title
  67. ${color white}$mpd_status
  68. ${color gray}$mpd_bar
  69. ${color black}$stippled_hr
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement