Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.02 KB | None | 0 0
  1. out_to_x no
  2. out_to_console yes
  3. short_units yes
  4. update_interval 10
  5.  
  6. TEXT
  7.  
  8. [\
  9. # Kernel:
  10. {
  11. "full_text":"KERNEL",
  12. "color":"\#888888",
  13. "separator":false,
  14. "separator_block_width":6
  15. },\
  16. {
  17. "full_text":"${kernel}",
  18. "color":"\#EEEEEE",
  19. "separator":false,
  20. "separator_block_width":6
  21. },\
  22.  
  23. # CPU temperature:
  24. {
  25. "full_text":"CPU TEMP",
  26. "color":"\#888888",
  27. "separator":false,
  28. "separator_block_width":6
  29. },\
  30. {
  31. "full_text":"${if_match ${hwmon 2 temp 2}<45}${hwmon 2 temp 2}",
  32. "color":"\#AAF096",
  33. "separator":false,
  34. "separator_block_width":0
  35. },\
  36. {
  37. "full_text":"${else}"
  38. },\
  39. {
  40. "full_text":"${if_match ${hwmon 2 temp 2}<50}${hwmon 2 temp 2}",
  41. "color":"\#F0DC64",
  42. "separator":false,
  43. "separator_block_width":0
  44. },\
  45. {
  46. "full_text":"${else}"
  47. },\
  48. {
  49. "full_text":"${if_match ${hwmon 2 temp 2}<55}${hwmon 2 temp 2}",
  50. "color":"\#FF9933",
  51. "separator":false,
  52. "separator_block_width":0
  53. },\
  54. {
  55. "full_text":"${else}"
  56. },\
  57. {
  58. "full_text":"${if_match ${hwmon 2 temp 2}>=55}${hwmon 2 temp 2}",
  59. "color":"\#FF3333",
  60. "separator":false,
  61. "separator_block_width":0
  62. },\
  63. {
  64. "full_text":"${else}"
  65. },\
  66. {
  67. "full_text":"${endif}${endif}${endif}${endif}"
  68. },\
  69. {
  70. "full_text":"C°",
  71. "color":"\#EEEEEE",
  72. "separator":false,
  73. "separator_block_width":6
  74. },\
  75. # GFX temperature:
  76. {
  77. "full_text":"GFX TEMP",
  78. "color":"\#888888",
  79. "separator":false,
  80. "separator_block_width":6
  81. },\
  82. {
  83. "full_text":"${if_match ${hwmon temp 1}<50}${hwmon temp 1}",
  84. "color":"\#AAF096",
  85. "separator":false,
  86. "separator_block_width":0
  87. },\
  88. {
  89. "full_text":"${else}"
  90. },\
  91. {
  92. "full_text":"${if_match ${hwmon temp 1}<55}${hwmon temp 1}",
  93. "color":"\#F0DC64",
  94. "separator":false,
  95. "separator_block_width":0
  96. },\
  97. {
  98. "full_text":"${else}"
  99. },\
  100. {
  101. "full_text":"${if_match ${hwmon temp 1}<60}${hwmon temp 1}",
  102. "color":"\#FF9933",
  103. "separator":false,
  104. "separator_block_width":0
  105. },\
  106. {
  107. "full_text":"${else}"
  108. },\
  109. {
  110. "full_text":"${if_match ${hwmon temp 1}>=60}${hwmon temp 1}",
  111. "color":"\#FF3333",
  112. "separator":false,
  113. "separator_block_width":0
  114. },\
  115. {
  116. "full_text":"${else}"
  117. },\
  118. {
  119. "full_text":"${endif}${endif}${endif}${endif}"
  120. },\
  121. {
  122. "full_text":"C°",
  123. "color":"\#EEEEEE",
  124. "separator":false,
  125. "separator_block_width":6
  126. },\
  127. # Download:
  128. {
  129. "full_text":"DOWN",
  130. "color":"\#888888",
  131. "separator":false,
  132. "separator_block_width":6
  133. },\
  134. {
  135. "full_text":"${if_match ${downspeedf enp3s0}<100}${downspeed enp3s0}",
  136. "color":"\#AAF096",
  137. "separator":false,
  138. "separator_block_width":6
  139. },\
  140. {
  141. "full_text":"${else}"
  142. },\
  143. {
  144. "full_text":"${if_match ${downspeedf enp3s0}<300}${downspeed enp3s0}",
  145. "color":"\#68B1E8",
  146. "separator":false,
  147. "separator_block_width":6
  148. },\
  149. {
  150. "full_text":"${else}"
  151. },\
  152. {
  153. "full_text":"${if_match ${downspeedf enp3s0}<700}${downspeed enp3s0}",
  154. "color":"\#DB70B8",
  155. "separator":false,
  156. "separator_block_width":6
  157. },\
  158. {
  159. "full_text":"${else}"
  160. },\
  161. {
  162. "full_text":"${if_match ${downspeedf enp3s0}<1000}${downspeed enp3s0}",
  163. "color":"\#9470DB",
  164. "separator":false,
  165. "separator_block_width":6
  166. },\
  167. {
  168. "full_text":"${else}"
  169. },\
  170. {
  171. "full_text":"${if_match ${downspeedf enp3s0}>=1000}${downspeed enp3s0}",
  172. "color":"\#FF3333",
  173. "separator":false,
  174. "separator_block_width":6
  175. },\
  176. {
  177. "full_text":"${endif}${endif}${endif}${endif}${endif}"
  178. },\
  179. # Upload:
  180. {
  181. "full_text":"UP",
  182. "color":"\#888888",
  183. "separator":false,
  184. "separator_block_width":6
  185. },\
  186. {
  187. "full_text":"${if_match ${upspeedf enp3s0}<15}${upspeed enp3s0}",
  188. "color":"\#AAF096",
  189. "separator":false,
  190. "separator_block_width":6
  191. },\
  192. {
  193. "full_text":"${else}"},\
  194. {
  195. "full_text":"${if_match ${upspeedf enp3s0}<35}${upspeed enp3s0}",
  196. "color":"\#9470DB",
  197. "separator":false,
  198. "separator_block_width":6
  199. },\
  200. {
  201. "full_text":"${else}"},\
  202. {
  203. "full_text":"${if_match ${upspeedf enp3s0}>=35}${upspeed enp3s0}",
  204. "color":"\#FF3333",
  205. "separator":false,
  206. "separator_block_width":6
  207. },\
  208. {
  209. "full_text":"${endif}${endif}${endif}"},\
  210. # Memory:
  211. {
  212. "full_text":"RAM",
  213. "color":"\#888888",
  214. "separator":false,
  215. "separator_block_width":6
  216. },\
  217. {
  218. "full_text":"${if_match ${memperc}<30}${memeasyfree}",
  219. "color":"\#AAF096",
  220. "separator":false,
  221. "separator_block_width":6
  222. },\
  223. {
  224. "full_text":"${else}"
  225. },\
  226. {
  227. "full_text":"${if_match ${memperc}<60}${memeasyfree}",
  228. "color":"\#F0DC64",
  229. "separator":false,
  230. "separator_block_width":6
  231. },\
  232. {
  233. "full_text":"${else}"
  234. },\
  235. {
  236. "full_text":"${if_match ${memperc}<85}${memeasyfree}",
  237. "color":"\#FF9933",
  238. "separator":false,
  239. "separator_block_width":6
  240. },\
  241. {
  242. "full_text":"${else}"
  243. },\
  244. {
  245. "full_text":"${if_match ${memperc}>=85}${memeasyfree}",
  246. "color":"\#FF3333",
  247. "separator":false,
  248. "separator_block_width":6
  249. },\
  250. {
  251. "full_text":"${endif}${endif}${endif}${endif}"
  252. },\
  253. # CPU:
  254. {
  255. "full_text":"CPU",
  256. "color":"\#888888",
  257. "separator":false,
  258. "separator_block_width":6
  259. },\
  260. {
  261. "full_text":"${if_match ${cpu cpu0}<25}${cpu cpu0}",
  262. "color":"\#AAF096",
  263. "separator":false,
  264. "separator_block_width":0
  265. },\
  266. {
  267. "full_text":"${else}"
  268. },\
  269. {
  270. "full_text":"${if_match ${cpu cpu0}<50}${cpu cpu0}",
  271. "color":"\#F0DC64",
  272. "separator":false,
  273. "separator_block_width":0
  274. },\
  275. {
  276. "full_text":"${else}"
  277. },\
  278. {
  279. "full_text":"${if_match ${cpu cpu0}<75}${cpu cpu0}",
  280. "color":"\#FF9933",
  281. "separator":false,
  282. "separator_block_width":0
  283. },\
  284. {
  285. "full_text":"${else}"
  286. },\
  287. {
  288. "full_text":"${if_match ${cpu cpu0}<=100}${cpu cpu0}",
  289. "color":"\#FF3333",
  290. "separator":false,
  291. "separator_block_width":0
  292. },\
  293. {
  294. "full_text":"${endif}${endif}${endif}${endif}"
  295. },\
  296. {
  297. "full_text":"%",
  298. "color":"\#EEEEEE",
  299. "separator":false,
  300. "separator_block_width":6
  301. },\
  302. # Date:
  303. {
  304. "full_text":"DATE",
  305. "color":"\#888888",
  306. "separator":false,
  307. "separator_block_width":6
  308. },\
  309. {
  310. "full_text":"${time %D}",
  311. "color":"\#EEEEEE",
  312. "separator":false,
  313. "separator_block_width":6
  314. },\
  315. # Time:
  316. {
  317. "full_text":"TIME",
  318. "color":"\#888888",
  319. "separator":false,
  320. "separator_block_width":6
  321. },\
  322. {
  323. "full_text":"${time %r}",
  324. "color":"\#EEEEEE",
  325. "separator":false
  326. }\
  327. ],
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement