Advertisement
Guest User

Untitled

a guest
Jun 24th, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. # Conky, a system monitor, based on torsmo
  2. #
  3. # Any original torsmo code is licensed under the BSD license
  4. #
  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. alignment top_left
  27. background no
  28. border_width 1
  29. cpu_avg_samples 2
  30. default_color 839496
  31. default_outline_color white
  32. default_shade_color white
  33. draw_borders no
  34. draw_graph_borders yes
  35. draw_outline no
  36. draw_shades no
  37. use_xft yes
  38. #xftfont DejaVu Sans Mono:size=12
  39. xftfont ITC Officina Serif Std:size=18
  40. gap_x 10
  41. gap_y 10
  42. minimum_size 5 5
  43. net_avg_samples 2
  44. no_buffers yes
  45. out_to_console no
  46. out_to_stderr no
  47. extra_newline no
  48. own_window no
  49. own_window_class Conky
  50. own_window_type desktop
  51. stippled_borders 0
  52. update_interval 30.0
  53. uppercase no
  54. use_spacer none
  55. show_graph_scale no
  56. show_graph_range no
  57.  
  58. text_buffer_size 512
  59. TEXT
  60. ${color grey}Uptime:$color $uptime_short ${offset 100} $kernel
  61. ${color grey}RAM:$color $mem ${membar 4,280}
  62. ${font ITC Officina Serif Std:size=32}
  63. ${offset 170}${time %A}
  64. ${voffset -52}${font ITC Officina Serif Std:size=128}${time %H}
  65. ${voffset -174}${offset 165}${font ITC Officina Serif Std:size=80}:${time %M}$font
  66.  
  67. $if_mpd_playing${offset 730}${voffset 250}$mpd_artist
  68. ${offset 712}$mpd_title$else${voffset 275}$endif
  69. ${voffset -220}${execpi 300 todo}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement