diff options
author | jao <jao@gnu.org> | 2025-08-28 15:47:19 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-08-28 15:47:19 +0100 |
commit | f9229b4846768c97df78e5374660d61c8b244f87 (patch) | |
tree | e56ade596199fac6c136f4e705ec54de68a9e9d5 | |
parent | 14516547f320217e10af53cbe02d44772177a6f7 (diff) | |
download | xmobar-f9229b4846768c97df78e5374660d61c8b244f87.tar.gz xmobar-f9229b4846768c97df78e5374660d61c8b244f87.tar.bz2 |
export doEveryTenthSeconds (issue #747)
-rw-r--r-- | src/Xmobar.hs | 3 |
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 (..) |