Advertisement
cirrus

.conkyrc Jan 2013

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