Advertisement
rootdigga

conkyrc for i3

Oct 18th, 2013
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. out_to_x no
  2. own_window no
  3. out_to_console yes
  4. background no
  5. max_text_width 0
  6. # Update interval in seconds
  7. update_interval 1.0
  8. total_run_times 0
  9. override_utf8_locale yes
  10.  
  11. TEXT
  12.  
  13. [{ "full_text" : "♬" , "color" : "\#a2f221" } ,
  14. { "full_text" : "${if_mpd_playing}${mpd_smart 50} ${mpd_elapsed}/${mpd_length}${else}${mpd_status}${endif}" } ,
  15. { "full_text" : "HD" , "color" : "\#a2f221" } ,
  16. { "full_text" : "home: ${fs_free /home}/${fs_size /home} root: ${fs_free /}/${fs_size /}" } ,
  17. { "full_text" : "Ram" , "color" : "\#a2f221" } ,
  18. { "full_text" : "${mem}" },
  19. { "full_text" : "Wifi" , "color" : "\#a2f221" } ,
  20. { "full_text" : "${wireless_essid wlan0}(${wireless_link_qual wlan0}/${wireless_link_qual_max wlan0})" } ,
  21. { "full_text" : "" , "color" : "\#a2f221" } ,
  22. { "full_text" : "${time %d.%m.%Y %H:%M} " }] ,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement