Skip to content

Commit d638ab7

Browse files
committed
Added example.png.
1 parent 32c5eb3 commit d638ab7

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ elapsed time keeps running unaffected.
2121

2222
Here, a countup timer was started 45 seconds ago to time Test run number 3.
2323

24+
Various notification methods are available. Here is a picture of the in-buffer
25+
notification method, which puts the message of an expired timer in the
26+
chronos-notification face for chronos-notification-time seconds.
27+
28+
![Example of in-buffer notification](example.png "In-buffer notification")
29+
2430
# Motivation
2531

2632
There are a number of Emacs packages that provide timer functionality, such as
@@ -131,8 +137,8 @@ line until they are deleted, highlit with the chronos-expired face. Additional
131137
actions can be set for when a timer expires by setting `chronos-action-function'
132138
to a custom function, perhaps referring to:
133139

134-
- A temporary notification in the chronos buffer, shown in a customizable
135-
face for a customizable period. See chronos-buffer-notify
140+
- A temporary notification in the chronos buffer, shown in the chronos-notification
141+
face for chronos-notification-time seconds. See chronos-buffer-notify
136142

137143
- Running a shell command to e.g. ring a bell. See chronos-shell-notify-command and chronos-shell-notify
138144

chronos.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
:group 'chronos)
9494

9595
(defface chronos-notification-clock
96-
'((t (:inherit bold :height 15.0)))
96+
'((t (:inherit bold :height 10.0)))
9797
"Face for in-buffer clock shown with notifications."
9898
:group 'chronos)
9999

example.png

41.3 KB
Loading

0 commit comments

Comments
 (0)