diff options
author | jao <jao@gnu.org> | 2022-02-04 00:00:57 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-02-04 00:00:57 +0000 |
commit | 1e9b9e068844454335bc9d4728cf738eb2b3ceed (patch) | |
tree | 5613b2a5cabaa75a21e0979b9635ea77dbe2db4a /src/Xmobar/App/CommandThreads.hs | |
parent | 76557c53f60bab75459db03e29c50f5d6ae55309 (diff) | |
download | xmobar-1e9b9e068844454335bc9d4728cf738eb2b3ceed.tar.gz xmobar-1e9b9e068844454335bc9d4728cf738eb2b3ceed.tar.bz2 |
Xmobar.App.Timer -> Xmobar.Run.Timer
Diffstat (limited to 'src/Xmobar/App/CommandThreads.hs')
-rw-r--r-- | src/Xmobar/App/CommandThreads.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Xmobar/App/CommandThreads.hs b/src/Xmobar/App/CommandThreads.hs index 931a072..28bf926 100644 --- a/src/Xmobar/App/CommandThreads.hs +++ b/src/Xmobar/App/CommandThreads.hs @@ -34,7 +34,7 @@ import Xmobar.Config.Types import Xmobar.Run.Runnable (Runnable) import Xmobar.Run.Exec (start, trigger, alias) import Xmobar.Run.Template -import Xmobar.App.Timer (withTimer) +import Xmobar.Run.Timer (withTimer) #ifdef DBUS import Xmobar.System.DBus |