Advertisement
yacuken

.i3/conkyrc

Feb 19th, 2014
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.00 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 2.0
  8. total_run_times 0
  9. override_utf8_locale yes
  10.  
  11. TEXT
  12.  
  13. [{ "full_text" : "MPD" , "color" : "\#b72f62" } ,
  14.  { "full_text" : "${if_mpd_playing}${mpd_smart 50} ${mpd_elapsed}/${mpd_length}${else}${mpd_status}${endif}" } ,  
  15.  { "full_text" : "HD" , "color" : "\#7996a9" } ,
  16.  { "full_text" : "home: ${fs_free /home}/${fs_size /home}  root: ${fs_free /}/${fs_size /}" } ,
  17.  { "full_text" : "Ram" , "color" : "\#b492b6" } ,
  18.  { "full_text" : "${mem}" },
  19.  { "full_text" : "Wifi" , "color" : "\#b72f62" } ,
  20.  { "full_text" : "${wireless_essid wlp3s0}(${wireless_link_qual wlp3s0}/${wireless_link_qual_max wlp3s0})" } ,
  21.  { "full_text" : "Bat" , "color" : "\#7996a9" } ,
  22.  { "full_text" : "${battery BAT0}" , "color" :
  23.   ${if_match ${battery_percent BAT0}<20}"\#b95670"${else}"\#5f5f5f"${endif} } ,
  24.  { "full_text" : "Time" , "color" : "\#b492b6" } ,
  25.  { "full_text" : "${time %d %m %H:%M}" }]  ,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement