From 3fce05bae3c0cf0ec5251ddbac7ebae512c107b4 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Fri, 17 Apr 2015 22:27:01 -0600 Subject: [PATCH] cpu % and mem % added to conky --- conkyrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conkyrc b/conkyrc index 78942c2..2a20770 100644 --- a/conkyrc +++ b/conkyrc @@ -12,4 +12,4 @@ total_run_times 0 use_spacer none TEXT -${exec ~/bin/cmus-stats.sh} ${exec ~/bin/volume.sh} ${battery_short BAT1} ${wireless_essid wlp1s0} ${addr wlp1s0} ↓${downspeed wlp1s0} ↑${upspeed wlp1s0} $time +${exec ~/bin/cmus-stats.sh} ${exec ~/bin/volume.sh} ${battery_short BAT1} C${cpu}% M${memperc}% ${wireless_essid wlp1s0} ${addr wlp1s0} ↓${downspeed wlp1s0} ↑${upspeed wlp1s0} $time