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

(interval is the time in seconds)

Conky:
${execi time /location/to/script/ks.sh} (time is ofcourse the interval in seconds )

Clone this wiki locally