Advertisement
Guest User

Dobbie's Sidepanel Conky

a guest
Oct 31st, 2014
2,368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.41 KB | None | 0 0
  1. alignment top_left
  2. background yes
  3. border_margin 0
  4. border_width 1
  5. default_color ffffff
  6. double_buffer yes
  7. draw_outline no
  8. draw_graph_borders no
  9. draw_borders no
  10. draw_shades no
  11. gap_x 3
  12. gap_y 26
  13. maximum_width 140
  14. minimum_size 1600
  15. no_buffers yes
  16. uppercase yes
  17. override_utf8_locale yes
  18. own_window yes
  19. own_window_title conky
  20. own_window_transparent no
  21. own_window_color 000000
  22. own_window_argb_visual yes
  23. own_window_argb_value 155
  24. own_window_type normal
  25. own_window_hints undecorated,below,skip_taskbar,skip_page
  26. own_window_class conky
  27. text_buffer_size 8000
  28. total_run_times 0
  29. update_interval 1
  30. use_xft yes
  31. xftalpha 1.0
  32. xftfont Freesans:pixelsize=9
  33. short_units yes
  34.  
  35. # -- Lua Load -- #
  36. #lua_load /home/dobbie/.draw_bg.lua
  37. #lua_draw_hook_pre draw_bg
  38.  
  39. #lua_load ~/.bargraph_small.lua
  40. lua_draw_hook_post main_bars
  41.  
  42. TEXT
  43. ${lua conky_draw_bg 20 0 0 0 0 0x000000 0.0}${color cdbf9a}${font Edges:pixelsize=17}Manjaro Linux
  44. ${color c1c1c1}${font Edges:pixelsize=9}${kernel}
  45. ${color 1c1c1c}${stippled_hr 2}${color c1c1c1}
  46. ${color c1c1c1}${font snap:pixelsize=9}${time %A}
  47. ${color cdbf9a}${font DejaVu Sans:pixelsize=15}${time %I:%M %P }${color c1c1c1}${font micro:pixelsize=10}
  48. ${font snap:pixelsize=8}${time %B %d}, ${time %G}
  49.  
  50.  
  51. ${color cdbf9a}${font snap:pixelsize=9}SYSTEM ${color 1c1c1c}${stippled_hr 2}${color c1c1c1}${font PF Tempesta Five Condensed:pixelsize=8}
  52.  
  53. DISTRO: ${pre_exec lsb_release -sd || cat /etc/*release}
  54.  
  55. VERSION: ${pre_exec lsb_release -r -s} (${pre_exec lsb_release -c -s})
  56.  
  57. HOST: ${nodename}
  58.  
  59. UPTIME: ${uptime}
  60.  
  61. PROCESSES: ${running_processes}
  62.  
  63. ARCHITECTURE: ${machine}
  64.  
  65. LOAD: ${loadavg}
  66.  
  67. CPU TEMP: ${execp sensors coretemp-isa-0000 | grep 'Core 0' | cut -c16-17} °C
  68.  
  69. UPDATES: ${color1}${execpi 3600 checkupdates | wc -l}
  70.  
  71.  
  72. ${color cdbf9a}${font snap:pixelsize=9}Desktop ${color 1c1c1c}${stippled_hr 2}${color c1c1c1}${font PF Tempesta Five Condensed:pixelsize=8}
  73.  
  74. Desktop: ${desktop}
  75.  
  76.  
  77. ${color cdbf9a}${font snap:pixelsize=9}Network ${color 1c1c1c}${stippled_hr 2}${color c1c1c1}${font PF Tempesta Five Condensed:pixelsize=8}
  78.  
  79. Up: ${upspeed enp4s0}
  80. ${upspeedgraph enp4s0 10,130 cdbf9a cdbf9a}
  81.  
  82. Down: ${downspeed enp4s0}
  83. ${downspeedgraph enp4s0 10,130 cdbf9a cdbf9a}
  84.  
  85. Total Up: ${totalup enp4s0}
  86.  
  87. Total Down: ${totaldown enp4s0}
  88.  
  89.  
  90. ${color cdbf9a}${font snap:pixelsize=9}Gmail ${color 1c1c1c}${stippled_hr 2}${color c1c1c1}${font PF Tempesta Five Condensed:pixelsize=8}
  91.  
  92. New Messages: ${color1}${execpi 300 python /home/USER/.conky/gmail_parser.py USERNAME PASSWORD 3}
  93.  
  94.  
  95. ${color cdbf9a}${font snap:pixelsize=9}CPU ${color 1c1c1c}${stippled_hr 2}${color c1c1c1}
  96.  
  97. ${font PF Tempesta Five Condensed:pixelsize=8}Total: ${cpu cpu0}%
  98. ${goto 25} ${color 3f506b}${cpubar 3,65 cpu0}${color c1c1c1}
  99.  
  100. Core 1: ${freq cpu1}MHz
  101. ${font Edges:pixelsize=9}${cpu cpu1}%${goto 25} ${color 3f506b}${cpubar 3,65 cpu1}${color c1c1c1}${font PF Tempesta Five Condensed:pixelsize=8}
  102.  
  103. Core 2: ${freq cpu2}MHz
  104. ${font Edges:pixelsize=9}${cpu cpu2}%${goto 25} ${color 3f506b}${cpubar 3,65 cpu2}${color c1c1c1}${font micro:pixelsize=8}
  105.  
  106. Core 3: ${freq cpu3}MHz
  107. ${font Edges:pixelsize=9}${cpu cpu3}%${goto 25} ${color 3f506b}${cpubar 3,65 cpu3}${color c1c1c1}${font micro:pixelsize=8}
  108.  
  109. Core 4: ${freq cpu4}MHz
  110. ${font Edges:pixelsize=9}${cpu cpu4}%${goto 25} ${color 3f506b}${cpubar 3,65 cpu4}${color c1c1c1}${font micro:pixelsize=8}
  111.  
  112.  
  113. ${color cdbf9a}${font snap:pixelsize=9}Memory ${color 1c1c1c}${stippled_hr 2}${color c1c1c1}${font PF Tempesta Five Condensed:pixelsize=8}
  114.  
  115. Ram: ${mem}/${memmax}
  116. ${font Edges:pixelsize=9}${memperc}%${font micro:pixelsize=8}${goto 25} ${color 3f506b}${membar 3,65}${color c1c1c1}
  117.  
  118.  
  119. ${color cdbf9a}${font snap:pixelsize=9}Discs ${color 1c1c1c}${stippled_hr 2}${color c1c1c1}${font PF Tempesta Five Condensed:pixelsize=8}
  120.  
  121. /Root: ${fs_used /}/${fs_size /}
  122. ${font Edges:pixelsize=9}${fs_used_perc /}%${color 3f506b} ${fs_bar 3,70 /}${font PF Tempesta Five Condensed:pixelsize=8}${color c1c1c1}
  123.  
  124. /Home: ${fs_used /home}/${fs_free /home}
  125. ${font Edges:pixelsize=9}${fs_used_perc /home}%${color 3f506b} ${fs_bar 3,70 /home}${font PF Tempesta Five Condensed:pixelsize=8}${color c1c1c1}
  126.  
  127. /Swap: ${swap}/${swapmax}
  128. ${font Edges:pixelsize=9}${fs_used_perc /home}% ${color 3f506b}${swapbar 3,70}
  129.  
  130. ${color c1c1c1}/Music: ${fs_used /run/media/dobbie/Music}/${fs_free /run/media/dobbie/Music}
  131. ${font Edges:pixelsize=9}${fs_used_perc /run/media/dobbie/Music}%${color 3f506b} ${fs_bar 3,70 /run/media/dobbie/Music}${font PF Tempesta Five Condensed:pixelsize=8}${color c1c1c1}
  132.  
  133. /Music II: ${fs_used /run/media/dobbie/Music II}/${fs_free /run/media/dobbie/Music II}
  134. ${font Edges:pixelsize=9}${fs_used_perc /run/media/dobbie/Music II}%${color 3f506b} ${fs_bar 3,70 /run/media/dobbie/Music II}${font PF Tempesta Five Condensed:pixelsize=8}${color c1c1c1}
  135.  
  136.  
  137. ${color cdbf9a}${font snap:pixelsize=9}Now Playing ${color 1c1c1c}${stippled_hr 2}${hr 2}${color c1c1c1}${font PF Tempesta Five Condensed:pixelsize=8}
  138.  
  139. ${color c1c1c1}${scroll 65 ${mpd_title}}
  140. ${color c1c1c1}${mpd_elapsed} ${color cdbf9a}/ ${color c1c1c1}${mpd_length}${color c1c1c1}
  141.  
  142. ${color c1c1c1}${scroll 25 ${mpd_artist}}
  143.  
  144. ${color c1c1c1}${scroll 25 ${mpd_album}}
  145.  
  146. ${color c1c1c1}BITRATE: ${alignr}${color cdbf9a}${mpd_bitrate} ${color c1c1c1}kbps
  147.  
  148. ${color c1c1c1}STATUS: ${alignr}${color cdbf9a}${mpd_status}
  149.  
  150. ${color c1c1c1}VOLUME: ${alignr}${color cdbf9a}${mpd_vol} ${color c1c1c1}%
  151.  
  152. ${color c1c1c1}${font Edges:pixelsize=10}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement