Advertisement
rokytnji

IBM A22M Horizontal conkyrc

May 3rd, 2014
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. #avoid flicker
  2. double_buffer yes
  3.  
  4. #own window to run simultanious 2 or more conkys
  5. own_window yes
  6. own_window_transparent yes
  7. own_window_type normal
  8. own_window_hints undecorate,sticky,skip_taskbar,skip_pager
  9.  
  10. #borders
  11.  
  12.  
  13.  
  14. #shades
  15. draw_shades no
  16.  
  17. #position
  18. gap_x 0
  19. gap_y 4
  20. alignment top_left
  21.  
  22. #behaviour
  23. update_interval 1
  24. #colour
  25. default_color gold
  26. #default_color green yellow
  27. #default_shade_color 000000
  28. own_window_colour 262729
  29.  
  30. #font
  31. use_xft yes
  32. xftfont sans:size=8
  33.  
  34. # Force UTF8? note that UTF8 support required XFT
  35. override_utf8_locale yes
  36.  
  37. #to prevent window from moving
  38. use_spacer none
  39. minimum_size 1024 0
  40.  
  41. #mpd
  42. #mpd_host localhost
  43. #mpd_port 6600
  44.  
  45. TEXT
  46. Date: ${color e0e0e0}${time %d/%m/%y} ${color} Time: ${color e0e0e0}${time %H:%M}${color} | Kernel: ${color e0e0e0}$kernel${color} | Cpu: ${color e0e0e0}${cpu}%${color} Ram: ${color e0e0e0} $memmax $mem ${color} Swap: ${color e0e0e0} $swap ${color} Disk: ${color e0e0e0}${fs_used_perc /}%${color} | Cpu: ${color e0e0e0}${acpitemp}°C${color}
  47. ${color}Weather:${color e0e0e0} ${execi 300 /home/harry/.weather.sh 79772} | ${color} Hard Drive:${color e0e0e0}${hddtemp /dev/sda}°C ${color} | ${color} Batt:${color e0e0e0} .$acpiacadapter, ${color e0e0e0} ${battery_percent BAT0}% ${color e0e0e0} ${execi 300 /home/harry/.battery.sh} | ${color}BATTERY:${color e0e0e0} ${battery_bar 7,50 BAT0} ${execi 300 /home/harry/.battery.sh} | ${color}Signal:${color e0e0e0} ${wireless_link_bar 7,50 wlan0}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement