diff options
author | katherine <ageha@airen-no-jikken.icu> | 2020-08-28 18:21:31 -0700 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2020-08-28 18:21:31 -0700 |
commit | 25f14642fef077af7362d1671d99c00a30048d1e (patch) | |
tree | 1f3fd1cba9c1d95d8353dc36cbf2cac0508dbc60 | |
parent | 0cb2e5361b215af87fe55eb35c2cb7d18849bbc6 (diff) | |
download | dotfiles-25f14642fef077af7362d1671d99c00a30048d1e.tar.gz |
update conky config format (yml
-rw-r--r-- | .config/herbstluftwm/panel/conky_stats | 21 |
1 files changed, 13 insertions, 8 deletions
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} +]] |