Advertisement
mosaid

conkyrc

Feb 11th, 2020
3,024
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. conky.config = {
  2. use_xft =true,
  3. xftalpha =0.1,
  4. update_interval =1,
  5. total_run_times =0,
  6.  
  7. own_window =true,
  8. own_window_type ="conky",
  9. own_window_type ="override",
  10. own_window_transparent =true,
  11. own_window_hints ="undecorated,below,sticky,skip_taskbar,skip_pager",
  12. own_window_colour ="000000",
  13. own_window_argb_visual =true,
  14. own_window_argb_value =255,
  15.  
  16. double_buffer =true,
  17. maximum_width =650,
  18. draw_shades =false,
  19. draw_outline =false,
  20. draw_borders =false,
  21. draw_graph_borders =false,
  22. default_color ="white",
  23. default_shade_color ="red",
  24. default_outline_color ="green",
  25. alignment ="bottom_right",
  26. gap_x =30,
  27. gap_y =50,
  28. no_buffers =true,
  29. uppercase =false,
  30. cpu_avg_samples =2,
  31. net_avg_samples =1,
  32. override_utf8_locale =true,
  33. use_spacer ="none",
  34. mpd_host ='localhost',
  35. mpd_port =6601,
  36.  
  37. }
  38.  
  39. conky.text = [[
  40.  
  41. ${if_match "${exec cat /tmp/my_i3_ws}" != "8" }\
  42. ${if_match "${exec cat /tmp/my_i3_ws}" != "10" }\
  43. ${if_match "${exec cat /tmp/my_i3_ws}" != "11" }\
  44. ${if_match "${exec cat /tmp/my_i3_ws}" != "13" }\
  45. ${if_match "${exec cat /tmp/my_i3_ws}" != "0" }\
  46. ${color EAEAEA}${font Amiri:pixelsize=50}${exec ~/.i3/conky/conky-prayer.sh}${font}
  47. ${color EAEAEA}${font GE Inspira:pixelsize=120}${time %H:%M}${font}${voffset -84}${offset 10}${color FFA300}${font GE Inspira:pixelsize=42}${time %d} ${voffset -15}${color EAEAEA}${font GE Inspira:pixelsize=22}${time  %B} ${time %Y}${font}${voffset 24}${font GE Inspira:pixelsize=58}${offset -148}${time %A}${font}
  48. ${voffset 5}${offset 12}${font Ubuntu:pixelsize=12}${color FFA300}HD ${offset 9}$color${fs_free /} / ${fs_size /}${offset 30}${color FFA300}RAM ${offset 9}$color$mem / $memmax${offset 30}${color FFA300}CPU ${offset 9}$color${cpu cpu0}% \
  49. ${color FFA300}${font MyriadPro:bold:size=9} ${exec cat /tmp/wchanger_wlog }
  50. ${goto 15}$mpd_smart $alignr ${offset -120} $mpd_elapsed / $mpd_length
  51. ${goto 15}${mpd_bar 3,520}
  52. ${endif}\
  53. ${endif}\
  54. ${endif}\
  55. ${endif}\
  56. ${endif}\
  57. ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement