irenegr

conkyrc.simplebw

May 16th, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. #!/usr/bin/conky -d -c
  2. ## .conkyrc configuration
  3. alignment bottom_right
  4. background yes
  5. border_margin 5
  6. border_width 5
  7. color0 555555 #
  8. color1 FCAF3E # zolty
  9. color2 2a2a2a # braz
  10. color3 a82553 # rozowy f71f84
  11. color4 5e1014 # bordowy
  12. color5 64574e # braz
  13. color6 2a2a2a # szary
  14. color7 8888CC # (COOL)
  15. color8 9d9c61 # zolto-szary
  16. color9 525276 # niebiesko-szary
  17. cpu_avg_samples 2
  18. default_color 000000 # szary 5f5f5f
  19. default_outline_color 000000 # Black
  20. default_shade_color 000000 # Black
  21. double_buffer yes
  22. draw_borders no
  23. draw_graph_borders no
  24. draw_outline no
  25. draw_shades no
  26. gap_x 340
  27. gap_y 800
  28. max_specials 1024
  29. max_user_text 10000
  30. maximum_width 120
  31. minimum_size 175
  32. net_avg_samples 2
  33. no_buffers yes
  34. override_utf8_locale yes
  35. own_window yes
  36. #own_window_colour 000000 # Black
  37. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  38. own_window_transparent yes
  39. own_window_type desktop
  40. pad_percents 2 # to co nizej, miejsc po przecinku
  41. short_units yes # krotka wersja podawania wielkosci dyskow np. 612.21M/3.80G
  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=8}${color #000000}DATE
  60. #${font pftempestafivecondensed:size=6}${color #000000}${time %H:%M:%S}
  61. #${time %B %d, %Y}
  62.  
  63. ${font Zegoe UI:size=7}${color #000000}SYSTEM
  64. ${font pftempestafivecondensed:size=6}${color #000000}Uptime: $uptime_short
  65. ${font pftempestafivecondensed:size=6}${color #000000}$sysname $kernel
  66.  
  67.  
  68. Mem: $mem
  69. ${membar 4,80}
  70. Filesystem: ${fs_used /}
  71. ${fs_bar 4,80 /}
  72.  
  73.  
  74. ${font Zegoe UI:size=7}${color #000000}NETWORK
  75. ${font pftempestafivecondensed:size=6}${color #000000}Signal: ${wireless_link_qual wlan0}%
  76. ${wireless_link_bar 4,80 wlan0}
  77. Ul: ${upspeed wlan0}
  78. ${upspeedgraph wlan0 4,80 000000 000000}
  79. Dl: ${downspeed wlan0}
  80. ${downspeedgraph wlan0 4,80 000000 000000}
Advertisement
Add Comment
Please, Sign In to add comment