Advertisement
Guest User

Conky

a guest
Apr 17th, 2014
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.49 KB | None | 0 0
  1. #!/usr/bin/conky -d -c
  2. ##  .conkyrc configuration
  3. alignment bottom_left
  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 25
  27. gap_y 45
  28. max_specials 1024
  29. max_user_text 10000
  30. maximum_width 1600
  31. minimum_size 1700
  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     ## normal
  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 /root/bg.png -p 0,0 -s 225x478} # obrazki w conky
  56.  
  57.  
  58. TEXT
  59. ${font Zegoe UI:size=8}${color #9D9D9D}DATE
  60. #${font pftempestafivecondensed:size=7}${color #ffffff}${time %H:%M:%S}
  61. ${font pftempestafivecondensed:size=7}${color #ffffff}${time  %B %d, %Y}
  62.  
  63. ${font Zegoe UI:size=8}${color #9D9D9D}SYSTEM
  64. #${font pftempestafivecondensed:size=7}${color #ffffff}Uptime: $uptime_short
  65. #Power: ${battery_percent BAT0}%
  66. ${font pftempestafivecondensed:size=7}${color #ffffff}Mem: $mem
  67. ${membar 5,80}
  68. Filesystem: ${fs_used /}
  69. ${fs_bar 5,80 /}
  70. CPU 1: ${cpu cpu0}%
  71. ${cpubar 5,80 cpu0}
  72. CPU 2: ${cpu cpu1}%
  73. ${cpubar 5,80 cpu1}
  74.  
  75. #${font Zegoe UI:size=8}${color #9D9D9D}NETWORK
  76. #${font pftempestafivecondensed:size=7}${color #ffffff}Signal:
  77. #${wireless_link_qual wlo1}%
  78. #${wireless_link_bar 5,80 wlo1}
  79. #Ul: ${upspeed wlan0} kb/s
  80. #${upspeedgraph wlan0 5,80 000000 000000}
  81. #Dl: ${downspeed wlan0} kb/s
  82. #${downspeedgraph wlan0 5,80 000000 000000}
  83. #
  84. ${font Zegoe UI:size=8}${color #9D9D9D}NOW PLAYING
  85. ${font pftempestafivecondensed:size=7}${color #ffffff}${if_mpd_playing}$mpd_artist
  86. $mpd_album
  87. ${mpd_title 100}
  88. $mpd_elapsed/$mpd_length
  89. $mpd_status
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement