Dobbie03

bar1

May 19th, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 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_middle
  19. gap_x 0
  20. gap_y 0
  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}| ${color 9e6ffe} CPU1: ${color d3d3d3}${cpu cpu1}% | ${color 9e6ffe} CPU2: ${color d3d3d3}${cpu cpu2}% | ${color 9e6ffe} CPU3: ${color d3d3d3}${cpu cpu3}% | ${color 9e6ffe} CPU4: ${color d3d3d3}${cpu cpu4}% | ${color ff4060}CPU LOAD: ${color}${loadavg} | ${color f92672}RAM: ${color d3d3d3}${memperc}% | ${color f92672} SWAP: ${color}${swapperc}% | ${color f92672}RAM PROC: ${color}${top_mem name 1} | ${color fd971f} HOME: ${color}${font}${fs_used /home}/${fs_size /home} | ${color fd971f} MUSIC: ${color}${font}${fs_used /run/media/dobbie/Music/}/${fs_size /run/media/dobbie/Music/} | ${color fd971f} MOVIES: ${color}${font}${fs_used /run/media/dobbie/Movies/}/${fs_size /run/media/dobbie/Movies/} | ${color fd971f} BACKUP: ${color}${font}${fs_used /run/media/dobbie/Back Up/}/${fs_size /run/media/dobbie/Back Up/} | ${color fd971f} IMPORTANT: ${color}${font}${fs_used /run/media/dobbie/Important/}/${fs_size /run/media/dobbie/Important/} | ${color 00ff30} DOWN: ${color}${downspeed enp2s0} | ${color 00ff30}UP: ${color} ${upspeed enp2s0}| ${color 00ff30}TOTAL UP: ${color} ${totalup enp2s0} | ${color 00ff30}TOTAL DOWN: ${color} ${totaldown enp2s0}| ${color 00CBEE}UPDATES:${color} ${execi 60 checkupdates | wc -l} | ${color ff669d}NOW PLAYING: ${color}${if_running audacious}${exec audtool --current-song-tuple-data title| fold -s -w 500} - ${if_running audacious}${exec audtool --current-song-tuple-data album| fold -s -w 500} - ${if_running audacious}${exec audtool --current-song-tuple-data artist| fold -s -w 500} |
Add Comment
Please, Sign In to add comment