Advertisement
timcowchip

.conkyrc_wmfs

Mar 4th, 2013
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. ##############################################
  2. # Settings
  3. ##############################################
  4. background no
  5. out_to_x no
  6. out_to_console yes
  7. update_interval 2
  8. total_run_times 0
  9. uppercase no
  10. short_units yes
  11. use_spacer none
  12. if_up_strictness address
  13. ##############################################
  14. # Output
  15. ##############################################
  16. TEXT
  17. ^s[left;\#445544; :: ]\
  18. ^s[left;\#AABBAA;cpu:] ^s[left;\#E07C00; ${cpu}% ] ^g[left;80;10;${cpu};100;\#445544;\#AABBAA;ckycpu]\
  19. ^s[left;\#445544; :: ]\
  20. ^s[left;\#AABBAA;core0:] ^s[left;\#E07C00; +${execi 60 sensors | grep "Core 0:" | cut -c16-17 | awk '{print $1+32}'}.0C]\
  21. ^s[left;\#445544; :: ]\
  22. ^s[left;\#AABBAA;core1:] ^s[left;\#E07C00; +${execi 60 sensors | grep "Core 1:" | cut -c16-17 | awk '{print $1+32}'}.0C]\
  23. ^s[left;\#445544; :: ]\
  24. ^s[left;\#AABBAA;gpu:] ^s[left;\#E07C00; ${execi 60 sensors nouveau-pci-0500 | grep temp1 | cut -c 15-22}]\
  25. ^s[left;\#445544; :: ]\
  26. ^s[left;\#AABBAA;ram:] ^s[left;\#43E000; $memperc%] ^s[left;\#AABBAA; $mem]\
  27. ^s[left;\#445544; :: ]\
  28. ^s[left;\#AABBAA;hdd:] ^s[left;\#43E000; ${fs_used_perc /}% ] ^p[left;8;10;0;${fs_used_perc /};100;\#445544;\#AABBAA;ckyhdd]\
  29. ^s[left;\#445544; :: ]\
  30. ^s[left;\#AABBAA;${time %a %d/%b %I:%M:%S}] ^s[left;\#445544; :: ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement