Guest User

Untitled

a guest
Jul 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. own_window yes
  2. own_window_type desktop
  3. own_window_transparent yes
  4. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  5.  
  6. # Use double buffering (reduces flicker, may not work for everyone)
  7. double_buffer yes
  8.  
  9. # fiddle with window
  10. use_spacer yes
  11. use_xft yes
  12.  
  13. # Update interval in seconds
  14. update_interval 1
  15.  
  16. # Minimum size of text area
  17. minimum_size 800 5
  18. maximum_width 800
  19.  
  20. draw_shades no
  21.  
  22. # Text stuff
  23. draw_outline no # amplifies text if yes
  24. font monospace:pixelsize=14
  25. uppercase no # set to yes if you want all text to be in uppercase
  26.  
  27. #borders
  28. draw_borders no
  29. draw_graph_borders yes
  30.  
  31. # Default colors and also border colors, grey90 == #e5e5e5
  32. default_color cccccc
  33. default_outline_color 111155
  34.  
  35. own_window_colour brown
  36. own_window_transparent yes
  37.  
  38. # Text alignment, other possible values are commented
  39. #alignment top_left
  40. alignment top_left
  41. #alignment bottom_left
  42. #alignment bottom_right
  43.  
  44. # Gap between borders of screen and text
  45. gap_x 5
  46. gap_y 5
  47.  
  48. # stuff after ‘TEXT’ will be formatted on screen
  49.  
  50. TEXT
  51. $sysname $kernel CPU1:${cpu cpu1}% CPU2:${cpu cpu2}% RAM:$mem/$memmax ${if_existing /sys/class/net/eth0/operstate up}UP:${upspeed eth0} DOWN:${downspeed eth0}$endif${if_existing /sys/class/net/wlan0/operstate up}UP:${upspeed wlan0} DOWN:${downspeed wlan0}$endif
Add Comment
Please, Sign In to add comment