Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. # Panel conky
  2. ######################
  3. # - Conky settings - #
  4. ######################
  5. background yes
  6. update_interval 2
  7. update_interval_on_battery = 3
  8. cpu_avg_samples 1
  9. total_run_times 0
  10. override_utf8_locale yes
  11.  
  12. double_buffer yes
  13. no_buffers yes
  14.  
  15. text_buffer_size 10240
  16. imlib_cache_size 10240
  17.  
  18. # For screen size 1366x768
  19. minimum_size 1600 15
  20. maximum_width 1600
  21.  
  22. gap_x 0
  23. gap_y 0
  24. alignment tr
  25. #####################
  26. # - Text settings - #
  27. #####################
  28. use_xft yes
  29. xftfont ubuntu:size=10
  30. xftalpha 1
  31.  
  32. short_units yes
  33. uppercase no
  34.  
  35.  
  36. ######################
  37. # - Color settings - #
  38. ######################
  39.  
  40. color1 a0a0a0 #separator
  41. color2 1AAA13 # cpu
  42. color3 00CABA #ram
  43. color4 FF6B6B #temp
  44. color5 FFAA3E #disk
  45. color6 ff005b #zik
  46.  
  47. default_color ffffff # Text
  48.  
  49. #############################
  50. # - Window specifications - #
  51. #############################
  52. own_window yes
  53. own_window_colour 0a0b09
  54. own_window_argb_visual yes
  55. own_window_transparent no
  56. own_window_type desktop
  57. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  58.  
  59. border_inner_margin 0
  60. border_outer_margin 0
  61.  
  62. #########################
  63. # - Graphics settings - #
  64. #########################
  65. draw_shades no
  66. draw_outline no
  67. draw_borders no
  68. stippled_borders 0
  69. draw_graph_borders no
  70.  
  71.  
  72. TEXT
  73. ${color1} | ${color2}CPU ${color}${cpu cpu0}%${color1} | ${color3}RAM ${color}${mem}${color1} | ${color4}TEMP ${color}${platform coretemp.0 temp 2}°${color1} | ${color5}SSD ${color}${fs_free }${color1} | ${color4} MAJ ${color}${execi 300 pacman -Qu | wc -l}${color1} | ${color #ff3030} ZIK ${color} ${if_mpd_playing}${mpd_smart 50} ${mpd_elapsed}/${mpd_length}${else}${mpd_status}${endif}${color1} | ${color #ff3d3d} BAT ${color} ${execi 30 acpi -b | awk '{print$5}'} ${color1} | ${color #FFAA3E} MAIL ${color} ${execpi 300 ~/Scripts/imap.pl} ${color} - ${color} ${execpi 300 ~/Scripts/imap2.pl} ${color1} | ${color2}${time %H %M} ${color1} | ${color3} VOL ${color} ${exec amixer get Master -M | grep -oE "[[:digit:]]*%"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement