Advertisement
Archman

conkyrc

Jan 15th, 2018
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 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) 2018 Archman
  10. # All rights reserved.
  11. #
  12. # This program is free software: you can redistribute it and/or modify
  13. # it under the terms of the GNU General Public License as published by
  14. # the Free Software Foundation, either version 3 of the License, or
  15. # (at your option) any later version.
  16. #
  17. # This program is distributed in the hope that it will be useful,
  18. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  19. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  20. # GNU General Public License for more details.
  21. # You should have received a copy of the GNU General Public License
  22. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  23. #
  24.  
  25. background no
  26. use_xft yes
  27. xftfont Zekton:size=9
  28. update_interval 1
  29. own_window yes
  30. own_window_type desktop
  31. own_window_title no
  32. own_window_transparent yes
  33. own_window_colour 000000
  34. own_window_hints undecorated,below,skip_taskbar,skip_pager, sticky
  35. own_window_argb_visual yes
  36. double_buffer yes
  37. minimum_size 1600 1
  38. maximum_width 1600
  39. maximum_height 800
  40. draw_shades no
  41. draw_outline no
  42. draw_borders no_buffers
  43. draw_graph_borders no
  44. default_color ffffff
  45. default_shade_color 000000
  46. default_outline_color ffffff
  47. alignment bottom_left
  48. no_buffers yes
  49. uppercase no
  50. override_utf10_locale no
  51. use_spacer left
  52. border_inner_margin 0
  53. override_utf10_locale yes
  54. pad_percents 2
  55. temperature_unit celsius
  56. draw_graph_borders yes
  57.  
  58. gap_x 36
  59. gap_y 6
  60.  
  61. color1 ffffff
  62.  
  63. TEXT
  64. ${goto 915} ${font Zekton:size=9} CPU1 ${goto 950} ${cpu cpu1}% ${cpugraph cpu1 15,50} ${goto 1025} CPU2 ${cpu cpu2}% ${cpugraph cpu2 15,50} \
  65. ${goto 1142} ${font Zekton:size=9} CPU $font ${acpitemp}°C ${goto 1213} \
  66. ${font Zekton:size=9} GPU $font ${exec sensors | grep ^temp1 | tail -n 1 | awk '{print $2}' | cut -c 2-3}°C
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement