Skip to content

Instantly share code, notes, and snippets.

@nicklan

nicklan/.conkyrc Secret

Created January 25, 2013 15:31
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 nicklan/e680b0ea1155594122f7 to your computer and use it in GitHub Desktop.
Save nicklan/e680b0ea1155594122f7 to your computer and use it in GitHub Desktop.
background no
out_to_console yes
out_to_x no
update_interval 2
total_run_times 0
short_units yes
pad_percents 3
override_utf8_locale yes
TEXT
,[{"full_text": " "},
{"full_text": " $cpu%","icon":"/path/to/icons/cpu.xbm","color": "\#99D7FF"},
{"full_text": " $memfree", "icon":"/path/to/icons/mem.xbm", "color":"\#F3D194"},
{"full_text": " "}
]
#!/bin/bash
echo "{\"version\":1}"
echo "[[]"
conky
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment