Advertisement
Guest User

conky_bottom Aeva

a guest
Apr 25th, 2012
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. # Fork to background?
  2. background yes
  3. # Send to console
  4. out_to_console yes
  5. out_to_x no
  6. # Update every second
  7. update_interval 1
  8. # Double buffering, avoids flashing
  9. double_buffer yes
  10. # Output color
  11. default_color white
  12.  
  13. #own_window yes
  14. #own_window_transparent yes
  15. #own_window_type override
  16.  
  17. TEXT
  18. ${color white}^fg(\#ffffff) ^i(/home/lilith/.dzen/xbm8x8/cpu.xbm) ${cpu}% @ ${freq 1}MHz ^i(/home/lilith/.dzen/xbm8x8/mem.xbm) ${mem}/${memmax} ^i(/home/lilith/.dzen/xbm8x8/diskette.xbm) root:${fs_used /}/${fs_size /} home:${fs_used /home}/${fs_size /home} ^i(/home/lilith/.dzen/xbm8x8/wifi_01.xbm) ${wireless_essid wlan0} @ ~${wireless_link_qual_perc wlan0}% ^i(/home/lilith/.dzen/dzen_bitmaps/arr_down.xbm) ${downspeed wlan0}/s ^i(/home/lilith/.dzen/dzen_bitmaps/arr_up.xbm) ${upspeed wlan0}/s ${if_mpd_playing}^i(/home/lilith/.dzen/xbm8x8/note.xbm) $mpd_smart${endif}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement