Advertisement
cirrus

conky w/ iconset url .zip

Oct 19th, 2012
2,242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.92 KB | None | 0 0
  1. # Conky, a system monitor, based on torsmo
  2. # picture of this conky with the iconset http://postimage.org/image/ukwn12j6n/
  3. # download .zip archive containing the icons https://www.box.com/s/bxls3pvefngixuw7bk70
  4. # Any original torsmo code is licensed under the BSD license
  5. #
  6. # All code written since the fork of torsmo is licensed under the GPL
  7. #
  8. # Please see COPYING for details
  9. #
  10. # Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
  11. # Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
  12. # All rights reserved.
  13. #
  14. # This program is free software: you can redistribute it and/or modify
  15. # it under the terms of the GNU General Public License as published by
  16. # the Free Software Foundation, either version 3 of the License, or
  17. # (at your option) any later version.
  18. #
  19. # This program is distributed in the hope that it will be useful,
  20. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  21. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  22. # GNU General Public License for more details.
  23. # You should have received a copy of the GNU General Public License
  24. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  25. #
  26.  
  27. background yes
  28. use_xft yes
  29. xftfont monospace:size=10
  30. #xftalpha 10
  31. update_interval 1.0
  32. total_run_times 0
  33. own_window yes
  34. own_window_transparent yes
  35. own_window_type normal
  36. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  37. own_window_colour black
  38. double_buffer yes
  39. minimum_size 50
  40. maximum_width 220
  41. draw_shades no
  42. draw_outline no
  43. draw_borders no
  44. draw_graph_borders no
  45. default_color 20BF9F
  46. #default_shade_color 003EFF
  47. #default_outline_color d9d7d6
  48. alignment tl
  49. gap_x 1695
  50. gap_y 160
  51. no_buffers yes
  52. uppercase no
  53. cpu_avg_samples 2
  54. override_utf8_locale yes
  55. color1 blue
  56. color2 red
  57.  
  58.  
  59.  
  60. TEXT
  61.  
  62. ${alignc}${font Droid Serif:size=12}Cirrus${color #497BF7}@${color #20BF9F}Arch . Ω
  63. ${color #20BF9F}${font Droid Sans:size=20}${alignc}${time %H:%M}${font}
  64. ${alignc}${time %d %B %Y}
  65. ${alignc}${font Droid Serif:size=10} ${sysname}|${kernel}
  66. ${alignc} Uptime: $uptime
  67. $color$stippled_hr
  68. ${alignc}${color #20BF9F} RAM Usage: »
  69. $mem / $memmax $memperc%
  70. ${alignc}${color #98FB98} ${membar 6,160}
  71. ${alignc}${color #20BF9F} Swap Usage: »
  72. ${alignc}$color$swap/$swapmax
  73. ${alignc}${color #98FB98} ${swapbar 6,160}
  74. $color$stippled_hr
  75. ${alignc}${color #20BF9F}${font Droid Serif:size=12} CPU: »
  76. ${alignc}${font Droid Serif:size=10}Intel™ 2 X 3.00 GHz
  77. ${cpugraph cpu1 26,280 003EFF ffffff -t}
  78. ${cpu cpu1} %
  79. ${cpugraph cpu2 26,280 497BF7 fff000 -t}
  80. ${cpu cpu2} %
  81. $color$stippled_hr
  82. ${alignc}${color #20BF9F}${font Droid Serif:size=12} Network: » I/O
  83. ${font Droid Serif:size=10}${downspeed eth0} kb/s ${alignc}${downspeedgraph eth0 26,280 003EFF ffffff -t}
  84. ${upspeed eth0} kb/s ${alignc}${upspeedgraph eth0 28,260 497BF7 FFFFFF}
  85. $color$stippled_hr
  86. ${alignc}${color #20BF9F}${font Droid Serif:size=12} File Systems: »
  87. ${alignc}${color #98FB98}${font Droid Serif:size=10} ${fs_bar 6,160 /}
  88. ${color #20BF9F} Root $color${fs_used /}/${fs_size /}
  89. ${color #20BF9F} INT2 $color${fs_used /mnt/INT2}/${fs_size /mnt/INT2}
  90. ${alignc}${color #98FB98} ${fs_bar 6,160 /mnt/INT2}
  91. $color$stippled_hr
  92. ${alignc}${font Droid Serif:size=12} Top Resources:${font} »
  93.  
  94. ${color #20BF9F} Name MEM%
  95. $color${top name 1} ${alignc}${top mem 1}
  96. $color${top name 2} ${alignc}${top mem 2}
  97. $color${top name 3} ${alignc}${top mem 3}
  98. $color${top name 4} ${alignc}${top mem 4}
  99. $color${top name 5} ${alignc}${top mem 5}
  100. $color$stippled_hr
  101. ${alignc}${color #98FB98}Audacious Playing${color #99182C}►
  102. ${if_running audacious}${alignc}${color #98FB98}${font Droid Serif:size=8}${exec audtool --current-song}${endif}
  103. $color$stippled_hr
  104. ${image /home/cirrus/Downloads/pictures/arch_linux_48x48_icon_by_painlessrob-d4gs74n.png -p 175,440}
  105. ${image /home/cirrus/Downloads/pictures/arch_linux_32x32_icon_by_painlessrob-d4gs74n.png -p 88,-7}
  106. ${image /home/cirrus/Downloads/pictures/archS.png -p 195,554}
  107. ${image /home/cirrus/Downloads/pictures/tux.png -p 65,658}
  108. ${image /home/cirrus/Downloads/pictures/cpu.png -p 65,270}
  109. ${image /home/cirrus/Downloads/pictures/hdd2.png -p 33,538}
  110. ${image /home/cirrus/Downloads/pictures/ram.png -p 33,128}
  111. ${image /home/cirrus/Downloads/pictures/sysmon.png -p 33,638}
  112. ${image /home/cirrus/Downloads/pictures/lan.png -p 33,416}
  113. ${image /home/cirrus/Downloads/pictures/cpu1.png -p 33,238}
  114. ${image /home/cirrus/Downloads/pictures/aud.png -p 33,795}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement