summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-08-28 15:47:19 +0100
committerjao <jao@gnu.org>2025-08-28 15:47:19 +0100
commitf9229b4846768c97df78e5374660d61c8b244f87 (patch)
treee56ade596199fac6c136f4e705ec54de68a9e9d5
parent14516547f320217e10af53cbe02d44772177a6f7 (diff)
downloadxmobar-f9229b4846768c97df78e5374660d61c8b244f87.tar.gz
xmobar-f9229b4846768c97df78e5374660d61c8b244f87.tar.bz2
export doEveryTenthSeconds (issue #747)
-rw-r--r--src/Xmobar.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Xmobar.hs b/src/Xmobar.hs
index 664d86c..6e57f9a 100644
--- a/src/Xmobar.hs
+++ b/src/Xmobar.hs
@@ -3,7 +3,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Xmobar
--- Copyright : (c) 2011, 2012, 2013, 2014, 2015, 2017, 2018, 2019, 2022 Jose Antonio Ortega Ruiz
+-- Copyright : (c) 2011-2015, 2017-2019, 2022, 2025 Jose Antonio Ortega Ruiz
-- (c) 2007 Andrea Rossato
-- License : BSD-style (see LICENSE)
--
@@ -20,6 +20,7 @@ module Xmobar (xmobar
, defaultConfig
, configFromArgs
, tenthSeconds
+ , doEveryTenthSeconds
, Runnable (..)
, Exec (..)
, Command (..)