Advertisement
Dobbie03

bar2

May 19th, 2017
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. own_window yes
  2. own_window_class Conky
  3. own_window_colour black
  4. own_window_transparent no
  5. own_window_argb_visual yes
  6. own_window_argb_value 140
  7. own_window_type desktop
  8. own_window_hints undecorated,above,sticky,skip_taskbar,skip_pager
  9. double_buffer yes
  10. use_spacer right
  11. use_xft yes
  12. #font snap-7
  13. xftfont Product Sans:bold:size=7
  14. # xftfont DejaVu Sans Light:size=8
  15. xftalpha 1
  16. text_buffer_size 2048
  17. # alignment is disabled when own_window_type is dock
  18. alignment top_left
  19. gap_x -2560
  20. gap_y 8
  21. # Use this to move your bar up and down the screen
  22. default_bar_size 20 6
  23. short_units yes
  24.  
  25. # --- Colours, Sizes, Fonts & Margins --- #
  26. update_interval 1.0
  27. stippled_borders 0
  28. minimum_size 2550 6 # Your screen width here
  29. maximum_width 2560 # and here
  30. border_width 5
  31. default_color d3d3d3
  32. # --- Text --- #
  33. draw_outline no
  34. draw_borders no
  35. #font -*-profont-*-*-*-11-*-*-*-*-*-*-*
  36. uppercase yes
  37. draw_shades no
  38. TEXT
  39.  
  40. ${alignc}${voffset -8}| ${color 0090ff}Time: ${color}${time %H: %M: %S %p - %A, %d, %B, %Y %Z} | ${color a6e22e}ARCHLABS ${color} - ${color f92672} +4 ${color} | ${color beed5f}MACHINE ${color d3d3d3} $nodename | ${color ff669d} KERNEL${color d3d3d3} $kernel | ${color 00ff80} ARCHITECTURE: ${color}${machine} | ${color 8000ff}PROCESSOR: ${color} ${execi 1000 cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //'| uniq | cut -c 1-23} | ${color ff4060}PROCESSES:${color} ${processes} | ${color ff4060}ACTIVE:${color} ${running_processes} | ${color 0090ff}CPU TEMP:${color} ${execp sensors coretemp-isa-0000 | grep 'Core 0' | cut -c16-17} °C | ${color 0090ff}GPU TEMP: ${color}${execi 15 sensors | head -n 10 | grep -i "temp1" | cut -c 15-17} °C | ${color fd971f}UPTIME ${color d3d3d3} $uptime ${color} | ${color a6e22e}GMAIL: ${color}${execi 300 python ~/.config/conky/scripts/gmail.py} |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement