grunt-conky-config 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. #########################################################
  2. #
  3. # .conkyrc for programming grunt
  4. #
  5. # Enjoy!
  6. #
  7. #########################################################
  8. double_buffer yes
  9. background yes
  10. use_xft yes
  11. xftfont Bitstream Vera Sans Mono:size=10
  12. xftalpha 0.8
  13. update_interval 1.0
  14. total_run_times 0
  15. own_window yes
  16. own_window_type normal
  17. own_window_title conky
  18. own_window_argb_visual yes
  19. own_window_argb_value 0k
  20. own_window_hints undecorated,below,skip_taskbar,sticky,skip_pager
  21. minimum_size 250 50
  22. maximum_width 250
  23. minimum_width 250
  24. draw_shades no
  25. draw_outline no
  26. draw_borders no
  27. stippled_borders 0
  28. border_margin 6
  29. border_width 1
  30. default_color slategrey
  31. default_shade_color lightgrey
  32. default_outline_color green
  33. alignment top_right
  34. gap_x 20
  35. gap_y 20
  36. no_buffers yes
  37. uppercase no
  38. ###########################################################
  39. #
  40. # Output
  41. #
  42. ###########################################################
  43. TEXT
  44. ${color}date: ${color green}${time %a, %B %e %G}
  45. ${color}time: ${color green}${time %H:%M:%S}
  46. ${color}uptime:${color green} $uptime
  47. ${color}ram: used | total perc
  48. ${color green} $mem | $memmax $memperc%
  49. ${color}Active processes: ${color green} $processes
  50. ${color}cpu:
  51. ${color}Temp: ${color green}${execpi 10 sensors k10temp-* | awk '/temp1/ {print substr($2,2)}' | head -1}
  52. ${color}Core0: ${color green}${cpu cpu1}%
  53. ${color}Core1: ${color green}${cpu cpu2}%
  54. ${color}Core2: ${color green}${cpu cpu3}%
  55. ${color}Core3: ${color green}${cpu cpu4}%
  56. ${color}hz: ${color green} ${freq}Mhz
  57. ${color}Storage: free | total
  58. / ${color green}${fs_free /} | ${fs_size /}${color}
  59. /home ${color green}${fs_free /home} | ${fs_size /home}
  60. ############################################################
  61. #
  62. # Network info, uncomment lines to have them show up
  63. #
  64. ############################################################
  65. ${color}Network: down | up
  66. ${color}eth0:
  67. ${color green}${downspeed eth0}/s | ${upspeed eth0}/s
  68. ${color}wlan0:
  69. ${color green}${downspeed wlan0}/s | ${upspeed wlan1}/s
  70. ############################################################
  71. #
  72. # Shortcuts can be edited ~/.config/openbox/rc.xml
  73. #
  74. ############################################################
  75. #${color}${hr}
  76. #Alt+F2$alignr Gmrun
  77. #Alt+F3$alignr Dmenu
  78. #Super+Space$alignr Main Menu
  79. #Super+Tab$alignr Client Menu
  80. #Super+t$alignr Sakura
  81. #Super+f$alignr Thunar
  82. #Super+e$alignr Editor
  83. #Super+m$alignr Media Player
  84. #Super+w$alignr Web Browser
  85. #Super+h$alignr Task Manager
  86. #Super+l$alignr Lock Screen
  87. #Super+v$alignr Volume Control
  88. #Super+x$alignr Logout
  89. #PrtSc$alignr #Screenshot