Skip to content

Kiloseconds in other applications

jelly edited this page Sep 13, 2010 · 6 revisions

Because we always want to know how late it is , we want to display kiloseconds in bars like xmobarc or conky.

For Xmobarc, add this to .xmobarrc

Run Com “sh” [“/path/to/ks.sh”] interval

Or for the python version
Run Com “python” [“/path//ks/py”] interval

Conky:
${execi interval /location/to/script/ks.sh}

Clone this wiki locally