From 25f14642fef077af7362d1671d99c00a30048d1e Mon Sep 17 00:00:00 2001 From: katherine Date: Fri, 28 Aug 2020 18:21:31 -0700 Subject: update conky config format (yml --- .config/herbstluftwm/panel/conky_stats | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to '.config/herbstluftwm') diff --git a/.config/herbstluftwm/panel/conky_stats b/.config/herbstluftwm/panel/conky_stats index f5c7e58..a713154 100644 --- a/.config/herbstluftwm/panel/conky_stats +++ b/.config/herbstluftwm/panel/conky_stats @@ -1,10 +1,15 @@ -background no -out_to_console yes -out_to_x no -update_interval 2.0 -total_run_times 0 -use_spacer none -short_units yes -TEXT + +conky.config = { + background = false, + out_to_console = true, + out_to_x = false, + update_interval = 2.0, + total_run_times = 0, + use_spacer = none, + short_units = true +}; + +conky.text = [[ stats %${cpu cpu0} %${memperc} +]] -- cgit v1.2.3