Advertisement
Mouuff

conky

Jul 27th, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.97 KB | None | 0 0
  1. #!/usr/bin/conky -d -c
  2. ##  .conkyrc configuration
  3. alignment bottom_left
  4. background yes
  5. border_margin 10
  6. border_width 10
  7. color0 555555
  8. color1 000000
  9. color2 2a2a2a
  10. color3 404E4C
  11. color4 5e1014
  12. color5 64574e
  13. color6 2a2a2a
  14. color7 8888CC
  15. color8 9d9c61
  16. color9 FFFFFF
  17. cpu_avg_samples 2
  18. default_color 000000
  19. default_outline_color 000000
  20. default_shade_color 000000
  21. double_buffer yes
  22. draw_borders no
  23. draw_graph_borders no
  24. draw_outline no
  25. draw_shades no
  26. gap_x 920
  27. gap_y 0
  28. max_specials 1024
  29. max_user_text 10000
  30. maximum_width 350
  31. minimum_size 375
  32. net_avg_samples 2
  33. no_buffers yes
  34. override_utf8_locale yes
  35. own_window yes
  36. own_window_colour 000000
  37. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  38. own_window_transparent yes
  39. own_window_type normal
  40. pad_percents 2
  41. short_units yes
  42. stippled_borders 3
  43. text_buffer_size 8000
  44. total_run_times 0
  45. update_interval 1.0
  46. uppercase no
  47. use_spacer right
  48. use_xft yes
  49. xftalpha 1
  50. xftfont Freesans:pixelsize=9
  51.  
  52. lua_load /home/didisoft/.conky/lua.lua
  53.  
  54. # ${diskiograph /dev/sda 15,180 a7a7a7 a7a7a7} # wskaznik pracy dysku
  55. # ${image /home/didisoft/.conky/didisoft.jpg -p 0,80 -s 26x28} # obrazki w conky
  56.  
  57.  
  58. TEXT
  59. ${font Zegoe UI:size=13}${color #707372}DATE
  60. ${font pftempestafivecondensed:size=9}${color #ffffff}${time %H:%M:%S}
  61. ${time  %B %d, %Y}
  62.  
  63.  
  64.  
  65. ${font Zegoe UI:size=13}${color #707372}SYSTEM
  66. ${font pftempestafivecondensed:size=8}${color #ffffff}Uptime: $uptime_short
  67. Power: ${battery_percent BAT0}%
  68.  
  69.  
  70. CPUs $alignr
  71. 1 $alignr
  72. ${cpubar cpu0 4,80 000000 000000}
  73. 2 $alignr
  74. ${cpubar cpu1 4,80 000000 000000}
  75.  
  76. Mem: $mem
  77. ${membar 4,80}
  78. Filesystem: ${fs_used /}
  79. ${fs_bar 4,80 /}
  80.  
  81.  
  82.  
  83. ${font Zegoe UI:size=13}${color #707372}NETWORK
  84. ${font pftempestafivecondensed:size=8}${color #ffffff}Signal: ${wireless_link_qual wlan0}%
  85. ${wireless_link_bar 4,80 wlan0}
  86. Ul: ${upspeed wlan0} kb/s
  87. ${upspeedgraph wlan0 4,80 000000 000000}
  88. Dl: ${downspeed wlan0} kb/s
  89. ${downspeedgraph wlan0 4,80 000000 000000}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement