diff options
author | jao <jao@gnu.org> | 2022-07-10 01:53:53 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-07-10 01:54:51 +0100 |
commit | ceeebe04a619402095c177d4b224a2df35e1da25 (patch) | |
tree | 0d5191543809250b41adc45ec314ed1e5be3cd41 /doc/write-your-own-plugin.org | |
parent | c4a14a056fc9f12a103cc70d44282f18601e39ad (diff) | |
download | xmobar-ceeebe04a619402095c177d4b224a2df35e1da25.tar.gz xmobar-ceeebe04a619402095c177d4b224a2df35e1da25.tar.bz2 |
Links to new repo in codeberg
Diffstat (limited to 'doc/write-your-own-plugin.org')
-rw-r--r-- | doc/write-your-own-plugin.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/write-your-own-plugin.org b/doc/write-your-own-plugin.org index d558e40..a877ad8 100644 --- a/doc/write-your-own-plugin.org +++ b/doc/write-your-own-plugin.org @@ -23,8 +23,8 @@ an example. =run= can be used for simpler plugins. If you define only =run= the plugin will be run every second. To overwrite this default you just need to implement =rate=, which must return the number of tenth of seconds -between every successive runs. See [[https://github.com/jaor/xmobar/blob/master/examples/xmobar.hs][examples/xmobar.hs]] for an example of -a plugin that runs just once, and [[https://github.com/jaor/xmobar/blob/master/src/Xmobar/Plugins/Date.hs][src/Xmobar/Plugins/Date.hs]] for one +between every successive runs. See [[../examples/xmobar.hs][examples/xmobar.hs]] for an example of +a plugin that runs just once, and [[../src/Xmobar/Plugins/Date.hs][src/Xmobar/Plugins/Date.hs]] for one that implements =rate=. Notice that Date could be implemented as: |