Advertisement
rokytnji

Swap bar on bottom conkyrc

Jan 3rd, 2014
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. use_xft yes
  2. xftfont 123:size=8
  3. xftalpha 0.1
  4. update_interval 1
  5. total_run_times 0
  6. own_window yes
  7. own_window_type override
  8. own_window_transparent yes
  9. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  10. double_buffer yes
  11. minimum_size 250 5
  12. maximum_width 550
  13. draw_shades no
  14. draw_outline no
  15. draw_borders no
  16. draw_graph_borders no
  17. default_color white
  18. default_shade_color red
  19. default_outline_color green
  20. #alignment top_right
  21. alignment top_left
  22. gap_x 125
  23. gap_y 30
  24. no_buffers yes
  25. uppercase no
  26. cpu_avg_samples 2
  27. net_avg_samples 1
  28. override_utf8_locale yes
  29. use_spacer yes
  30.  
  31.  
  32. TEXT
  33. ${voffset 10}${color EAEAEA}${font GE Inspira:pixelsize=120}${time %H:%M}${font}${voffset -84}${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 -148}${time %A}${font}
  34. ${voffset 1}${offset 12}${font Ubuntu:pixelsize=10}${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}%
  35. ${color FFA300} HOME: ${offset 9}$color${fs_free /home} / ${fs_size /home}${offset 9} ${color FFA300} Weather: ${offset 9}$color${execi 300 /home/harry/Backups/weather.sh 79772} ${color FFA300} Swap: $alignc $swap / $swapmax $alignr $swapperc%
  36. ${swapbar}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement