Scripts quick access edit this |
- Author: Dave Pearson <davep@davep.org>
- Version: 1.7
- License: GNU GPL 2 only
- Download: uptimes.jl
- Homepage: http://www.davep.org/sawfish/
Synopsis[]
Track uptimes of your Sawfish sessions.
Description[]
This script allows you to track the uptimes of your Sawfish sessions. This is essentially a port of the emacs uptimes.el script to Sawfish.
Installation[]
- Save uptimes.jl in your load-path.
- Add the following line to your ~/.sawfishrc:
(require 'uptimes)
You might want to place it as close to the top of the file as possible because the "boottime" of your sawfish session is in reality measured from the moment that uptimes.jl is loaded and evaluated.
Configuration[]
There are a number of commands that you might want to bind to keys. Two
are uptimes-display-uptime
and
uptimes-display-uptimes
. The first will display the uptime of
your current sawfish session, the second will display the last "n" and top
"n" uptimes (where "n" is defined by the value of uptimes-count
).
Both of these displays clear after uptimes-display-timeout
seconds.
Two others are uptimes-toggle-uptime
and
uptimes-toggle-uptimes
. These commands display the same as the
last two but instead of the display clearing after a time they toggle the
message on and off.