Advertisement
plusDm

Conkyrc_equalizer

Sep 1st, 2015
1,229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. #======================================================================================#
  2. # modified by plusdm 2015 #
  3. #======================================================================================#
  4.  
  5. own_window yes
  6. own_window_argb_visual yes
  7. own_window_transparent yes
  8. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  9.  
  10. # ARGB can be used for real transparency, note that a composite manager is required for real transparency
  11. own_window_argb_visual true
  12.  
  13. # Set the transparency alpha value from 0 to 255
  14. own_window_argb_value 0
  15.  
  16. update_interval 1 # this is used if system is not running on battery battery
  17. update_interval_on_battery 1 # this is used if system is running on battery battery, higher value ensures that conky save battery power
  18.  
  19. double_buffer yes
  20. no_buffers yes
  21. text_buffer_size 2048
  22. gap_x 448
  23. gap_y 445
  24. minimum_size 400 80
  25. maximum_width 450
  26.  
  27. border_inner_margin 0
  28. border_outer_margin 0
  29. use_spacer none
  30. alignment tl
  31.  
  32. draw_shades no
  33. draw_outline no
  34. draw_borders no
  35. draw_graph_borders no
  36.  
  37. override_utf8_locale yes
  38. use_xft yes
  39. xftfont ubuntu light:size=7
  40. xftalpha 0.5
  41. uppercase no
  42.  
  43. lua_load ~/.lua/conky_eq.lua
  44. lua_draw_hook_pre main_bars
  45.  
  46. TEXT
  47.  
  48.  
  49.  
  50.  
  51. ${color 56696F}
  52. #
  53. ${goto 9}cpu ${goto 44}cpu ${goto 79}ram${goto 112}swap${goto 147}home${goto 182}root${goto 221}up${goto 250}down${goto 290}wifi${goto 324}batt${goto 358}temp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement