Advertisement
Guest User

.conkyrc amber bar openbsd

a guest
Jun 6th, 2014
1,167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 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 bottom_middle
  27. background yes
  28. #was no ^
  29. #border_width 1
  30. cpu_avg_samples 2
  31. default_color white
  32. default_outline_color white
  33. default_shade_color white
  34. #draw_borders no
  35. border_inner_margin 0
  36. border_outer_margin 0
  37. draw_graph_borders yes
  38. draw_outline no
  39. draw_shades no
  40. use_xft yes
  41. xftfont Terminus :bold:size=12
  42. gap_x 0
  43. gap_y 0
  44. net_avg_samples 2
  45. #no_buffers yes
  46. double_buffer yes
  47. out_to_console no
  48. extra_newline no
  49. own_window yes
  50. own_window_type normal
  51. own_window_transparent no
  52. own_window_colour FFBF00
  53. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  54. minimum_size 220 5
  55. maximum_width 1920
  56. #own_window_class Conky
  57. #own_window_type desktop
  58. update_interval 1.0
  59. uppercase no
  60. use_spacer none
  61. show_graph_scale no
  62. show_graph_range no
  63. #color1 FFBF00
  64. color1 000000
  65.  
  66. TEXT
  67. ${color1} [OpenBSD ${kernel}] ${color} \
  68. ${color1}[cpu] ${cpubar 7,90}${color} \
  69. ${color1}[ram] ${membar 7,90}${color} \
  70. #${color1}[swap ${swap}]${color} \
  71. ${color1}[${fs_free /home} free]${color} \
  72. ${color1}[charge: ${apm_battery_life}]${color} \
  73. ${color1}[up: ${uptime}]${color} \
  74. ${color1}[${time %e %B %H:%M} ]${font} \
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement