Last active
December 15, 2015 13:59
-
-
Save andreasjansson/5271206 to your computer and use it in GitHub Desktop.
macbook .conkyrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
out_to_console yes | |
out_to_x no | |
background no | |
update_interval 2 | |
total_run_times 0 | |
use_spacer left | |
short_units | |
no_buffers yes | |
TEXT | |
${battery_short} | ${cpu cpu1}% ${freq cpu1}MHz / ${cpu cpu2}% ${freq cpu2}MHz | load ${loadavg 1} | mem $mem ($cached) | swap $swap | disk ${diskio_read} ${diskio_write} | net ${downspeed wlan0} ${upspeed wlan0} | ${time %Y-%m-%d %H:%M} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment