Created
March 10, 2012 01:03
-
-
Save jstadler/2009520 to your computer and use it in GitHub Desktop.
A very minimal conkyrc file, should be a single bar (might have been used with DWM).
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
background no | |
out_to_console yes | |
out_to_x no | |
update_interval 1.0 | |
total_run_times 0 | |
use_spacer none | |
#${mpd_smart} ${mpd_elapsed}/${mpd_length} | |
TEXT | |
KERNEL: ${sysname} ${kernel} CPU1: ${cpu cpu1}% CPU2: ${cpu cpu2}% MEM: ${memperc}% ETH0: ${downspeedf eth0} || ${upspeedf eth0} WLAN0: ${downspeedf wlan0} || ${upspeedf wlan0} BATT: ${battery_short} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment