Advertisement
Guest User

conky-panel-pisilinux

a guest
Oct 24th, 2013
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1.  
  2. #avoid flicker
  3. double_buffer yes
  4.  
  5. #own window to run simultanious 2 or more conkys
  6. own_window yes
  7. own_window_type panel
  8. own_window_transparent yes
  9. own_window_argb_visual yes
  10. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  11.  
  12. #borders
  13. draw_borders no
  14.  
  15. #shades
  16. draw_shades no
  17.  
  18. #position
  19. gap_x 0
  20. gap_y 5
  21. alignment top_middle
  22.  
  23. #behaviour
  24. update_interval 1
  25.  
  26. #colour
  27. default_color 6698FF
  28. default_shade_color ffffff
  29. #own_window_colour 262729
  30. #own_window_colour 2c2c2c
  31.  
  32. #font
  33. use_xft yes
  34. xftfont Source Sans Pro:size=10
  35.  
  36. # Force UTF8? note that UTF8 support required XFT
  37. override_utf8_locale yes
  38.  
  39. #to prevent window from moving
  40. use_spacer none
  41. minimum_size 5000 0
  42. #maximum_size 5000 0
  43.  
  44. TEXT
  45. ${alignc}Fecha: ${color ffffff}${time %d.%m.%y}${color} Hora: ${color ffffff}${time %H:%M}${color} | Kernel: ${color ffffff}$kernel${color} Arq: ${color ffffff}$machine${color} Uptime: ${color ffffff}${uptime_short}${color} | CPU Total: ${color ffffff}${cpu}%${color} Temp CPU: ${color ffffff}${hwmon temp 2}°C${color} RAM: ${color ffffff}${memperc}% - ${mem}${color} | Espacio Libre: / ${color ffffff}${fs_free /}${color} | Datos ${color ffffff}${fs_free /media/datos}${color}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement