Skip to content

Instantly share code, notes, and snippets.

@bebyx
Last active March 12, 2020 18:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bebyx/7d204040b60db5e7fa4bd395f79e6343 to your computer and use it in GitHub Desktop.
Save bebyx/7d204040b60db5e7fa4bd395f79e6343 to your computer and use it in GitHub Desktop.
conky.config = {
background = no,
format_human_readable = yes,
out_to_console = yes,
temperature_unit = celsius,
total_run_times = 0,
update_interval = 1,
use_spacer = none,
};
conky.text = [[
${texeci 1800 curl wttr.in/Lviv,Ukraine?format=1} | \
MEM ${memperc}%/${swapperc}% | \
CPU ${cpu}% | \
${time %a, %b %d %Y | %H:%M }
]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment