Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. background yes
  2. use_xft yes
  3. xftfont DejaVu Sans Mono:size=8
  4. xftalpha 0.8
  5. out_to_console no
  6. update_interval 5.0
  7. total_run_times 0
  8. draw_shades yes
  9.  
  10. # Create own window instead of using desktop (required in nautilus)
  11. own_window no
  12.  
  13. # If own_window is yes, you may use type normal, desktop or override
  14. own_window_type override
  15.  
  16. # Use pseudo transparency with own_window?
  17. own_window_transparent yes
  18.  
  19. # ${color}battery ${color1}$battery #${color}load ${color1}$loadavg
  20.  
  21.  
  22.  
  23. double_buffer yes
  24. default_color grey
  25. color1 grey
  26. alignment top_middle
  27. gap_x 0
  28. gap_y 35
  29. #no_buffers yes
  30. use_spacer yes
  31.  
  32. TEXT
  33. $nodename ${color1}$kernel ${color}up ${color1}$uptime ${color}cpu1 ${color1}${cpu cpu1}% ${cpubar 6,40 cpu1} ${freq cpu1}MHz ${color}cpu2 ${color1}${cpu cpu2}% ${cpubar 6,40 cpu2} ${freq cpu2}MHz ${color}mem ${color1}$memperc% ${membar 6,40} ${color}root ${color1}${fs_used /}/${fs_size /} ${fs_bar 6,40 /} ${color}home ${color1}${fs_used /home}/${fs_size /home} ${fs_bar 6,40 /} ${color}ip ${color1}${addr wlan0} ${color}traffic ${color1}${downspeed wlan0}/${upspeed wlan0}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement