Advertisement
nycko

Conky Clock

Sep 6th, 2016
796
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scheme 1.63 KB | None | 0 0
  1. update_interval 1
  2. total_run_times 0
  3. net_avg_samples 1
  4. cpu_avg_samples 1
  5. if_up_strictness link
  6.  
  7. imlib_cache_size 0
  8. double_buffer yes
  9. no_buffers yes
  10.  
  11. format_human_readable
  12.  
  13. use_xft yes
  14. xftfont AvantGarde LT Medium:size=40
  15. override_utf8_locale yes
  16. text_buffer_size 2048
  17. #xftalpha 0.1
  18.  
  19. #own_window_class Conky
  20. own_window yes
  21. own_window_type desktop
  22. own_window_transparent yes
  23. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  24. own_window_argb_visual no
  25. own_window_colour 000000
  26. own_window_argb_value 0
  27.  
  28. alignment top_left
  29. gap_x 20
  30. gap_y 20
  31. minimum_size 0 0
  32.  
  33. draw_shades no
  34.  
  35. default_color cccccc
  36.  
  37. color0 white
  38. color1 9C9E8A
  39. color2 white
  40. color3 7D7E60
  41.  
  42. TEXT
  43. ${voffset 10}${color EAEAEA}${font GE Inspira:pixelsize=120}${time %H:%M}${font}${voffset -74}${offset 10}${color FFA300}${font GE Inspira:pixelsize=42}${time %d} ${voffset -15}${color EAEAEA}${font GE Inspira:pixelsize=22}${time  %B} ${time %Y}${font}${voffset 24}${font GE Inspira:pixelsize=58}${offset -180}${time %A}${font}
  44. ${voffset 1}${offset 12}${font Ubuntu:pixelsize=12}${color FFA300}Root ${offset 9}${color}${fs_free /} / ${fs_size /}${offset 30}${color FFA300}RAM ${offset 9}${color}${mem} / ${memmax}${offset 30}${color FFA300}CPU1 ${offset 9}${color}${cpu cpu1}%${offset 30}${color FFA300}CPU2 ${offset 9}${color}${cpu cpu2}%
  45. ${voffset 1}${offset 12}${font Ubuntu:pixelsize=12}${color FFA300}Home ${offset 3}${color}${fs_free /home} / ${fs_size /home}${offset 31}${color FFA300}Dane ${offset 6}${color}${fs_free /mnt/Dane} / ${fs_size /mnt/Dane}${offset 31}${color FFA300}Windows ${offset 6}${color}${fs_free /mnt/Windows} / ${fs_size /mnt/Windows}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement