Advertisement
corrosiontears

Conkyrc CrunchBang - Personalizado

Mar 13th, 2014
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.21 KB | None | 0 0
  1. # conky configuration
  2. #
  3. # The list of variables has been removed from this file in favour
  4. # of keeping the documentation more maintainable.
  5. # Check http://conky.sf.net for an up-to-date-list.
  6. #
  7. # For ideas about how to modify conky, please see:
  8. # http://crunchbanglinux.org/forums/topic/59/my-conky-config/
  9. #
  10. # For help with conky, please see:
  11. # http://crunchbanglinux.org/forums/topic/2047/conky-help/
  12. #
  13. # Enjoy! :)
  14. ##############################################
  15. # Settings
  16. ##############################################
  17. background yes
  18. use_xft yes
  19. xftfont Liberation Sans:size=9
  20. xftalpha 1
  21. update_interval 1.0
  22. total_run_times 0
  23. own_window yes
  24. own_window_transparent yes
  25. own_window_type desktop
  26. #own_window_argb_visual yes
  27. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  28. double_buffer yes
  29. minimum_size 200 200
  30. maximum_width 240
  31. draw_shades no
  32. draw_outline no
  33. draw_borders no
  34. draw_graph_borders no
  35. default_color 656667
  36. default_shade_color 000000
  37. default_outline_color 828282
  38. alignment top_right
  39. gap_x 12
  40. gap_y 56
  41. no_buffers yes
  42. uppercase no
  43. cpu_avg_samples 2
  44. override_utf8_locale no
  45. ##############################################
  46. #  Output
  47. ##############################################
  48. TEXT
  49. ${color white}
  50. S I S T E M A
  51. ${hr}
  52. Uptime: $alignr${color white} $uptime ${color white}
  53. Kernel: $alignr${color white} ${sysname} ${kernel}
  54. Disk:    ${color white}${fs_free /} ${fs_bar /}
  55. CPU:  ${color white} $cpu% $cpubar
  56. RAM:  ${color white} $memperc% $membar
  57. SWAP: ${color white} $swapperc% $swapbar
  58.  
  59.  
  60. T E M P E R A T U R A
  61. ${hr}
  62. ${execi 300 /home/regis/.weather.sh "SAM|BR|BR023|SBMO"}
  63.  
  64. M O C  P L A Y E R
  65. ${hr}
  66. #$alignc${exec mocp -Q %artist} - ${exec mocp -Q %song}
  67. ${execpi 10 python /home/regis/.mocpdata.py}
  68.  
  69. T E C L A S  D E  A T A L H O
  70. ${hr}
  71. Alt+F2$alignr Executar
  72. Alt+F3$alignr Menu Alternativo
  73. Super+Space$alignr Openbox Menu
  74. Super+Tab$alignr Menu Programas
  75. Super+t$alignr Terminal
  76. Super+f$alignr Gerenciador de Arquivos
  77. Super+e$alignr Editor de Textos
  78. Super+m$alignr Media Player
  79. Super+w$alignr Navegador Web
  80. Super+h$alignr Gestor de Tarefas
  81. Super+l$alignr Bloquear Tela
  82. Super+v$alignr Controle de Volume
  83. Super+x$alignr Logout
  84. PrtSc$alignr Capturar Screenshot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement