Advertisement
Guest User

Untitled

a guest
Mar 17th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1.  
  2. background yes
  3. use_xft yes
  4. xftfont 123:size=8
  5. xftalpha 0.1
  6. #Update Interval
  7. update_interval 0.5
  8. total_run_times 0
  9. own_window yes
  10. own_window_type normal
  11. own_window_colour black
  12. #Transparent Background Option - Yes or No
  13. own_window_transparent no
  14. #Transparent amount options
  15. own_window_argb_visual yes
  16. own_window_argb_value 90
  17. #End of Transparent Settings
  18. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  19. double_buffer yes
  20. minimum_size 300
  21. maximum_width 400
  22. draw_shades yes
  23. draw_outline no
  24. draw_borders no
  25. draw_graph_borders no
  26. default_color gray
  27. default_shade_color red
  28. default_outline_color green
  29. #Screen Alignment
  30. alignment top_right
  31. gap_x 20
  32. gap_y 60
  33. no_buffers yes
  34. uppercase no
  35. cpu_avg_samples 2
  36. net_avg_samples 1
  37. override_utf8_locale no
  38. use_spacer yes
  39.  
  40. #Settings Below TEXT are shown on the screen
  41. TEXT
  42. #Top Title Section
  43. ${font openlogos:size=20}${font Arial:size=20}${color skyblue}Scoot${color Ivory}BUNSEN${font openlogos:size=20}
  44. #System Section
  45. ${voffset -100}
  46. ${color DimGray}
  47. ${font}
  48. ${font Arial:bold:size=10}${color Tan1}SYSTEM ${color DarkSlateGray} ${hr 2}
  49. $font${color DimGray}$sysname $kernel $alignr $machine
  50. CPU $alignr${freq_g cpu0}Ghz
  51. Uptime $alignr${uptime}
  52. File System $alignr${fs_type}
  53. #CPU Section
  54. ${font Arial:bold:size=10}${color Tan1}PROCESSORS ${color DarkSlateGray}${hr 2}
  55. $font${color DimGray}CPU1 ${cpu cpu1}% ${cpubar cpu1}
  56. CPU2 ${cpu cpu2}% ${cpubar cpu2}
  57.  
  58. ${font Arial:bold:size=10}${color Tan1}BATTERY ${color DarkSlateGray}${hr 2}
  59. $font${color DimGray}Charge ${battery} ${battery_bar}
  60.  
  61. ${font Arial:bold:size=10}${color Tan1}MEMORY ${color DarkSlateGray}${hr 2}
  62. $font${color DimGray}MEM $alignc $mem / $memmax $alignr $memperc%
  63. $membar
  64. #SSD Section
  65. ${font Arial:bold:size=10}${color Tan1}SSD & USB ${color DarkSlateGray}${hr 2}
  66. $font${color DimGray} home: ${fs_used /home} / ${fs_size /home} ${alignr} ${fs_used_perc /home}%
  67. #$font${color DimGray}${voffset -12}${execpi 5 ~/.conky/usb_nowe.sh}
  68. #Processes Section
  69. ${font Arial:bold:size=10}${color Tan1}TOP PROCESSES ${color DarkSlateGray}${hr 2}
  70. ${color DimGray}$font${top_mem name 2}${alignr}${top mem 2} %
  71. $font${top_mem name 3}${alignr}${top mem 3} %
  72. $font${top_mem name 4}${alignr}${top mem 4} %
  73. $font${top_mem name 5}${alignr}${top mem 5} %
  74. #Network Section
  75. #Graph DOWN
  76.  
  77. #TIME SETTINGS
  78. ${font Arial:bold:size=10}${color Tan1}TIME ${color DarkSlateGray}${hr 2}
  79.  
  80. ${color Tan2} ${font :bold:size=8}$alignc${time %A}
  81. ${color Tan2} ${font :size=30}$alignc${time %I:%M %P}
  82. ${voffset -20}${font :bold:size=10}$alignc${time %d %b. %Y}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement