Advertisement
cirrus

cirrus conky

Aug 6th, 2012
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.10 KB | None | 0 0
  1. # Conky, a system monitor, based on torsmo
  2. # Arch icons here , right click , save as
  3. # https://bbs.archlinux.org/viewtopic.php?id=130839
  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 497BF7
  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}${color #20BF9F}${font Droid Serif:size=12}Cirrus@Arch . Ω
  63. ${offset 0}${time %A}
  64. ${voffset -16}${font Neutraface 2 Display Thin:size=22}${time %H}${font Neutraface 2 Display Thin:size=22wow}:${time %M}$font
  65. ${alignc}${color #497BF7}${font Droid Serif:size=10} ${sysname}|${kernel}
  66. ${alignc}${color #497BF7}Uptime:$color $uptime
  67. $color$stippled_hr
  68. ${alignc}${color #497BF7}RAM Usage: »
  69. ${alignc}$mem / $memmax $memperc%
  70. ${alignc}${color #5C246E} ${membar 6,140}
  71. ${alignc}${color #497BF7}Swap Usage: »
  72. ${alignc}$color$swap/$swapmax
  73. ${alignc}${color #5C246E} ${swapbar 6,140}
  74. $color$stippled_hr
  75. ${alignc}${color #497BF7}${font Droid Serif:size=10}CPU: »
  76. ${font} Intel™ 2 X 3.00 GHz
  77. ${cpugraph cpu0 26,280 003EFF ffffff -t}
  78. ${cpu cpu0} %
  79. $color$stippled_hr
  80. ${alignc}${color #497BF7}${font Droid Serif:size=10}Network: » I/O
  81. ${downspeed eth0} kb/s ${alignc}${downspeedgraph eth0 28,260 5C246E 000000}
  82. ${upspeed eth0} kb/s ${alignc}${upspeedgraph eth0 30,280 003EFF ffffff -t}
  83. $color$stippled_hr
  84. ${alignc}${color #497BF7}${font Droid Serif:size=10}File Systems: »
  85. ${color #497BF7} Root $color${fs_used /}/${fs_size /}
  86. ${alignc}${color #5C246E} ${fs_bar 6,160 /}
  87. ${color #497BF7} INT2 $color${fs_used /mnt/INT2}/${fs_size /mnt/INT2}
  88. ${alignc}${color #5C246E} ${fs_bar 6,160 /mnt/INT2}
  89. $color$stippled_hr
  90. ${alignc}${color #497BF7}${font Droid Serif:size=10}Top Resources:${font}
  91. ${color #497BF7}Name MEM%
  92. $color${top name 1} ${alignr}${top mem 1}
  93. $color${top name 2} ${alignr}${top mem 2}
  94. $color${top name 3} ${alignr}${top mem 3}
  95. $color${top name 4} ${alignr}${top mem 4}
  96. $color${top name 5} ${alignr}${top mem 5}
  97. $color$stippled_hr
  98. ${color #20BF9F}Audacious Now Playing ►
  99. ${if_running audacious}${alignc}${color #20BF9F}${font Droid Serif:size=8}${exec audtool --current-song}${endif}
  100. ${image /home/cirrus/Downloads/pictures/arch_linux_48x48_icon_by_painlessrob-d4gs74n.png -p 175,66}
  101. ${image /home/cirrus/Downloads/pictures/arch_linux_32x32_icon_by_painlessrob-d4gs74n.png -p 195,300}
  102. ${image /home/cirrus/Downloads/pictures/archS.png -p 197,527}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement