Advertisement
cirrus

conky2

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