Advertisement
cirrus

mpdnp conkyrc

Jan 24th, 2013
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. # Conky settings #
  2. # made for 2 screens 3840x1080
  3. background yes
  4. update_interval 0.5
  5.  
  6. cpu_avg_samples 2
  7. net_avg_samples 2
  8.  
  9. override_utf8_locale yes
  10.  
  11. double_buffer yes
  12. no_buffers yes
  13.  
  14. text_buffer_size 2048
  15. #imlib_cache_size 0
  16.  
  17. # Window specifications #
  18.  
  19. own_window yes
  20. own_window_type override
  21. own_window_transparent yes
  22. own_window_hints undecorated,sticky,skip_taskbar,skip_pager,below
  23.  
  24. border_inner_margin 0
  25. border_outer_margin 0
  26.  
  27. minimum_size 3840 1080
  28. maximum_width 3840
  29.  
  30. alignment tr
  31. gap_x 0
  32. gap_y 0
  33.  
  34. # Graphics settings #
  35. draw_shades no
  36. draw_outline no
  37. draw_borders no
  38. draw_graph_borders no
  39.  
  40. # Text settings #
  41. use_xft yes
  42. xftfont caviar dreams:size=10:style=bold
  43. xftalpha 0.7
  44.  
  45. uppercase no
  46.  
  47. default_color 20BF9F
  48.  
  49. # Lua Load #
  50. #lua_load ~/.lua/scripts/haunted.lua
  51. #lua_draw_hook_pre clock_rings
  52.  
  53. ## Adjust these fields according to the your screen size i have modded them for 3840x1080
  54.  
  55. TEXT
  56. ${offset 1390}${voffset 40}${color 20BF9F}${font caviar dreams:pixelsize=80}${time %H:%M}${font}${voffset -84}${voffset 10}${color 20BF9F}${font caviar dreams:pixelsize=42}${time %d} ${voffset -15}${color 20BF9F}${font caviar dreams:pixelsize=22}${time %B} ${time %Y}${font}${voffset 10}${offset 20}${font caviar dreams:pixelsize=58}${offset -175}${time %A}${font}
  57. ${offset 1540}${voffset 20}${color 20BF9F}${nodename}:${color} ${kernel} Kernel${color 20BF9F}${offset 30}Uptime: ${color}${uptime}
  58. ${offset 1440}${voffset 5}${color 20BF9F}${offset 120}${color 20BF9F}RAM: $color$mem / $memmax${offset 25}${color 20BF9F}CPU: $color${cpu cpu0}% ${cpu cpu1}%
  59. ${offset 1640}${voffset 5}${color 20BF9F}Root:${color} ${fs_used /}/${fs_size /}$font
  60. ${offset 3000}${voffset 720}${color 20BF9F}${if_mpd_playing}${font caviar dreams:pixelsize=40} ${mpd_artist} ${font caviar dreams:pixelsize=20}${mpd_album}
  61. ${offset 3000}${color 20BF9F}${font caviar dreams:pixelsize=30}${mpd_title}
  62. ${offset 3000}${voffset -2}${font caviar dreams:pixelsize=20}${color}${mpd_elapsed}${color 20BF9F}/${color}${mpd_length}${color 20BF9F} - ${color}${mpd_percent}${color 20BF9F}% - Bitrate: ${color}${mpd_bitrate}
  63. ${offset 3000}${voffset 2}${mpd_bar 20,450}
  64. ${offset 3000}${voffset 2}${mpd_status}${color 20BF9F} - Random: ${color}${mpd_random}${color 20BF9F} - Repeat: ${color}${mpd_repeat}${color 20BF9F} - Volume: ${color}${mpd_vol}${color 20BF9F}%${endif}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement