You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 (interval is the time in seconds)
Run Com “sh” [“/path/to/ks.sh”] interval
Or for the python version
Run Com “python” [“/path//ks/py”] interval
Conky:
${execi time /location/to/script/ks.sh} (time is ofcourse the interval in seconds )