NoPaste

conkyrc

von Anonymous

SNIPPET_TEXT:
  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-2007 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. # $Id: conky.conf 1193 2008-06-21 20:37:58Z ngarofil $
  26.  
  27.  
  28. background no
  29. use_xft yes
  30. xftfont FreeSans:size=12
  31. xftalpha 2.0
  32. update_interval 1
  33. total_run_times 0
  34. own_window true
  35. own_window_class Conky
  36. own_window_type normal
  37. own_window_transparent yes
  38. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  39. double_buffer yes
  40. maximum_width 225
  41. minimum_size 195
  42. draw_shades no
  43. draw_outline no
  44. draw_borders no
  45. draw_graph_borders no
  46. stippled_borders 0
  47. default_color white
  48. default_shade_color darkblue
  49. default_outline_color darkblue
  50. alignment top_right
  51. gap_x 10
  52. gap_y 10
  53. no_buffers yes
  54. uppercase no
  55. cpu_avg_samples 2
  56. net_avg_samples 2
  57. #override_utf8_locale no
  58. #Farben für das colorize.sh skript
  59. color6 white #Weiss FREEZE
  60. color7 blue #blau -COOL
  61. color8 yellow #gelb - WARM
  62. color9 red #rot – HOT  
  63. use_spacer none
  64. max_specials 256
  65. text_buffer_size 256
  66. TEXT
  67.  
  68. ${alignr 43}${font Weather:size=46}${execi 3600 python /usr/local/bin/conkyForecast.py --location=GMXX0018 --datatype=WF}${font}
  69. ${voffset -52}${font Arial Black:size=26}${execpi 3600 python /usr/local/bin/conkyForecast.py --location=GMXX0018 --datatype=HT}${font}${color}
  70.  
  71.        Wind: ${alignr}${execi 3600 python /usr/local/bin/conkyForecast.py --location=GMXX0018 --datatype=WS}
  72.        Humidity: ${alignr}${execi 3600 python /usr/local/bin/conkyForecast.py --location=GMXX0018 --datatype=HM}
  73.        
  74. ${font PizzaDude Bullets:size=18}v${font}  Lan:  ${upspeedf eth0} Kb/s
  75. ${font PizzaDude Bullets:size=18}r${font}  Lan:  ${downspeedf eth0} Kb/s
  76.  
  77. ${font StyleBats:size=18}${color #ff0000}A${color}${font}   CPU:   ${cpu} %
  78.  
  79. ${font PizzaDude Bullets:size=18}J${font}  Mem: ${memfree}  /  ${memmax}
  80. ${font PizzaDude Bullets:size=18}J${font}  Swap: ${swapfree}  /  ${swapmax}
  81.  
  82. ${font StyleBats:size=18}P${font}   Laufzeit:  ${uptime_short}
  83. ${font StyleBats:size=18}4${font}   ${time %A %d. %B}
  84.  
  85. ${font PizzaDude Bullets:size=18}t${font}  IP: ${execi 1800 int-ip.sh}
  86. ${font PizzaDude Bullets:size=18}u${font}  ISP: ${execi 1800 ext-ip.sh}
  87.  
  88. ${font openlogos:size=18}${color red}J${color}${font}    Kernel: ${kernel}
  89.  
  90. ${font PizzaDude Bullets:size=18}n${font}   HD1 Frei: ${fs_free /}
  91. ${font PizzaDude Bullets:size=18}n${font}   HD2 Frei: ${fs_free /home/extra}
  92.  
  93. ${color}${font Martin Vogel's Symbols:size=18}Ò${font}   ${color}${if_existing /dev/usb/lp0}${execi 300 cat /proc/bus/usb/devices | grep -B 4 "Driver=usblp" | grep "Product" |cut -d"=" -f2}
  94. ${else}Kein Drucker !${endif}

Quellcode

Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN