aboutsummaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/herbstluftwm/panel/conky_stats21
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}
+]]