Added my Conky config

This commit is contained in:
2021-10-14 19:47:59 -05:00
parent 1f2d9deff4
commit 00da984512
+25
View File
@@ -0,0 +1,25 @@
-- Conky, a system monitor https://github.com/brndnmtthws/conky
--
-- This configuration file is Lua code. You can write code in here, and it will
-- execute when Conky loads. You can use it to generate your own advanced
-- configurations.
--
-- Try this (remove the `--`):
--
-- print("Loading Conky config")
--
-- For more on Lua, see:
-- https://www.lua.org/pil/contents.html
conky.config = {
out_to_console = true,
out_to_x = false,
background = false,
update_interval = 2,
total_run_times = 0,
use_spacer = 'none',
}
conky.text = [[
$uptime | ${time %a %b %d %I:%M%P} |  ${cpu cpu0}% ${hwmon 2 temp 1}C
]]