Advertisement
Guest User

.conkyrc

a guest
May 5th, 2017
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. own_window yes
  2. own_window_class Conky
  3. own_window_colour black
  4. own_window_transparent no
  5. own_window_argb_visual yes
  6. own_window_argb_value 140
  7. own_window_type panel
  8. own_window_hints undecorated,above,sticky,skip_taskbar,skip_pager
  9. double_buffer yes
  10. use_spacer right
  11. use_xft yes
  12. #font snap-7
  13. xftfont Hyperspace:bold:size=7
  14. # xftfont DejaVu Sans Light:size=8
  15. xftalpha 1
  16. text_buffer_size 2048
  17. # alignment is disabled when own_window_type is dock
  18. alignment top_left
  19. gap_x 0
  20. gap_y 8
  21. # Use this to move your bar up and down the screen
  22. default_bar_size 20 6
  23. short_units yes
  24.  
  25. # --- Colours, Sizes, Fonts & Margins --- #
  26. update_interval 1.0
  27. stippled_borders 0
  28. minimum_size 1910 6 # Your screen width here
  29. maximum_width 1910 # and here
  30. border_width 5
  31. default_color d3d3d3
  32. # --- Text --- #
  33. draw_outline no
  34. draw_borders no
  35. #font -*-profont-*-*-*-11-*-*-*-*-*-*-*
  36. uppercase yes
  37. draw_shades no
  38.  
  39. color0 a6e22e # Light green
  40. color1 beed5f # Lime
  41. color2 fd971f # Light Orange
  42. color3 ffeb3b # Yellow
  43. color4 ff5722 # Red
  44. color5 00CBEE # Blue
  45. color6 6EC6D4 # Light grey
  46. TEXT
  47. ${alignc}${color0}Linux Mint Cinnamon 18.1 ${color} 64-bit | \
  48. ${color1}User${color} $nodename | \
  49. ${color3}Time: ${color}${time %H:%M:%S} | \
  50. ${color2}Uptime ${color} $uptime ${color} | \
  51. ${color2}Battery: ${color}${battery BAT1} (${battery_time BAT1}) | \
  52. ${color3}Kernel${color} $kernel | \
  53. ${color4}Cpu: ${color}${cpu}% | \
  54. ${color5}Ram: ${color}${membar 6, 20} ${color6}${mem}${color 00CBEE} / ${color}${memmax} | \
  55. ${color fff}HDD: ${color}${font}${fs_bar 6,60 /} ${color6}${fs_used /} / ${color}${fs_size /} | \
  56. ${color6}IP: ${color}${execi 3600 curl http://icanhazip.com} | \
  57. ${color0}Currently playing: ${color}${exec python /home/slt/spotify.py}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement