Guest User

Untitled

a guest
Jun 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. # Create own window instead of using desktop (required in nautilus)
  2. own_window yes
  3. own_window_type normal
  4. own_window_transparent yes
  5. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  6. background yes
  7. double_buffer yes
  8. use_spacer none
  9. update_interval 2
  10.  
  11. # Use Xft?
  12. use_xft yes
  13. # Xft font when Xft is enabled
  14. xftfont DejaVu Sans Condensed Bold:pixelsize=10
  15. # Text alpha when using Xft
  16. xftalpha 0.7
  17. #Case - set to yes if you want all text to be in uppercase
  18. uppercase no
  19. #Colour
  20. default_color white
  21.  
  22. #Borders
  23. #draw_shades used to be yes
  24. draw_shades yes
  25. default_outline_color black
  26. default_shade_color black
  27. #amplifies text if yes
  28. draw_outline no
  29. draw_borders no
  30. stippled_borders 3
  31. border_margin 9
  32. border_width 10
  33. draw_graph_borders no
  34.  
  35. #Placement
  36. alignment top_left
  37. gap_x 6
  38. gap_y 0
  39.  
  40. #mpd
  41. mpd_host localhost
  42. mpd_port 6600
  43.  
  44. cpu_avg_samples 2
  45.  
  46. TEXT
  47. ${time %H:%M} ${color FFD700}${time %a, }${color white}${time %b %d %G} $alignr${color FFD700}UP ${color white}$uptime
  48. ${color FFD700}${font OpenLogos}B $font${color white}$kernel${color black}$hr
  49. ${color FFD700}Load $alignr${color white}$loadavg
  50. ${color FFD700}E6400
  51. ${color FFD700}CORE0${color white}$alignr${freq cpu1}Ghz - ${cpu cpu0}%
  52. ${cpugraph normal 1 729fcf 000000}
  53. ${color FFD700}CORE1${color white}$alignr${freq cpu2}Ghz - ${cpu cpu1}%
  54. ${cpugraph normal 2 729fcf 000000}
  55.  
  56. ${color FFD700}RAM${color white}$alignr$mem/$memmax - $memperc%
  57. ${color FFD700}R00T${color white}$alignr${fs_used /}/${fs_size /} - ${fs_free_perc /}%
  58. ${color FFD700}HOME${color white}$alignr${fs_used /home}/${fs_size /home} - ${fs_free_perc /home}%
  59. ${color FFD700}SWAP${color white}$alignr$swapperc%
  60. ${color white}${diskiograph 729fcf 000000}
  61. ${voffset -25}${alignc}${color BED2E8}Disk I/O:${color white} $diskio
  62.  
  63. ${color white}PROGS${color black}$hr
  64. ${color FFD700}Total${color white}: ${Processes}$alignr${color FFD700}Running${color white}: ${running_processes}
  65. ${color FFD700}Top 3 ${color white}CPU${color black}$hr${color white}
  66. ${top name 1}$alignr${top cpu 1}%
  67. ${top name 2}$alignr${top cpu 2}%
  68. ${top name 3}$alignr${top cpu 3}%
  69. ${color FFD700}Top 3 ${color white}MEM${color black}$hr${color white}
  70. ${top_mem name 1}$alignr${top_mem mem 1}%
  71. ${top_mem name 2}$alignr${top_mem mem 2}%
  72. ${top_mem name 3}$alignr${top_mem mem 3}%
  73. ${color white}NETWRK${color black}$hr
  74. ${color FFD700}${font PizzaDude Bullets}X$font${color white}$alignr${downspeed eth1}k/s
  75. ${color FFD700}${font PizzaDude Bullets}R$font${color white}$alignr${upspeed eth1}k/s
  76. ${color FFD700}${font PizzaDude Bullets}O$font${color white}$alignr${totalup eth1}
  77. ${color FFD700}${font PizzaDude Bullets}U$font${color white}$alignr${totaldown eth1}
  78. ${color FFD700}IP${color white}$alignr${addr eth1}
  79. ${color FFD700}Wifi IP${color white}$alignr${addr eth0}
  80. ${if_running mpd}${color white}MPD${color black}$hr${color white}
  81. $mpd_vol% VOL$alignr::: $mpd_status :::
  82. $alignc${color FFD700}$mpd_artist${color white}
  83. $alignc$mpd_title
  84. ${color FFD700}$alignc$mpd_album${endif}
  85. ${color black}$hr
Add Comment
Please, Sign In to add comment