diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | src/Commands.hs (renamed from Commands.hs) | 0 | ||||
-rw-r--r-- | src/Config.hs (renamed from Config.hs) | 0 | ||||
-rw-r--r-- | src/IWlib.hsc (renamed from IWlib.hsc) | 0 | ||||
-rw-r--r-- | src/Main.hs (renamed from Main.hs) | 0 | ||||
-rw-r--r-- | src/Parsers.hs (renamed from Parsers.hs) | 0 | ||||
-rw-r--r-- | src/Plugins.hs (renamed from Plugins.hs) | 0 | ||||
-rw-r--r-- | src/Plugins/CommandReader.hs (renamed from Plugins/CommandReader.hs) | 0 | ||||
-rw-r--r-- | src/Plugins/Date.hs (renamed from Plugins/Date.hs) | 0 | ||||
-rw-r--r-- | src/Plugins/EWMH.hs (renamed from Plugins/EWMH.hs) | 0 | ||||
-rw-r--r-- | src/Plugins/HelloWorld.hs (renamed from Plugins/HelloWorld.hs) | 0 | ||||
-rw-r--r-- | src/Plugins/MBox.hs (renamed from Plugins/MBox.hs) | 0 | ||||
-rw-r--r-- | src/Plugins/Mail.hs (renamed from Plugins/Mail.hs) | 0 | ||||
-rw-r--r-- | src/Plugins/Monitors.hs (renamed from Plugins/Monitors.hs) | 0 | ||||
-rw-r--r-- | src/Plugins/Monitors/Batt.hs (renamed from Plugins/Monitors/Batt.hs) | 0 | ||||
-rw-r--r-- | src/Plugins/Monitors/Common.hs (renamed from Plugins/Monitors/Common.hs) | 0 | ||||
-rw-r--r-- | src/Plugins/Monitors/CoreCommon.hs (renamed from Plugins/Monitors/CoreCommon.hs) | 0 | ||||
-rw-r--r-- | src/Plugins/Monitors/CoreTemp.hs (renamed from Plugins/Monitors/CoreTemp.hs) | 0 | ||||
-rw-r--r-- | src/Plugins/Monitors/Cpu.hs (renamed from Plugins/Monitors/Cpu.hs) | 0 | ||||
-rw-r--r-- | src/Plugins/Monitors/CpuFreq.hs (renamed from Plugins/Monitors/CpuFreq.hs) | 0 | ||||
-rw-r--r-- | src/Plugins/Monitors/Disk.hs (renamed from Plugins/Monitors/Disk.hs) | 0 | ||||
-rw-r--r-- | src/Plugins/Monitors/MPD.hs (renamed from Plugins/Monitors/MPD.hs) | 0 | ||||
-rw-r--r-- | src/Plugins/Monitors/Mem.hs (renamed from Plugins/Monitors/Mem.hs) | 0 | ||||
-rw-r--r-- | src/Plugins/Monitors/MultiCpu.hs (renamed from Plugins/Monitors/MultiCpu.hs) | 0 | ||||
-rw-r--r-- | src/Plugins/Monitors/Net.hs (renamed from Plugins/Monitors/Net.hs) | 0 | ||||
-rw-r--r-- | src/Plugins/Monitors/Swap.hs (renamed from Plugins/Monitors/Swap.hs) | 0 | ||||
-rw-r--r-- | src/Plugins/Monitors/Thermal.hs (renamed from Plugins/Monitors/Thermal.hs) | 0 | ||||
-rw-r--r-- | src/Plugins/Monitors/Top.hs (renamed from Plugins/Monitors/Top.hs) | 0 | ||||
-rw-r--r-- | src/Plugins/Monitors/Uptime.hs (renamed from Plugins/Monitors/Uptime.hs) | 0 | ||||
-rw-r--r-- | src/Plugins/Monitors/Weather.hs (renamed from Plugins/Monitors/Weather.hs) | 0 | ||||
-rw-r--r-- | src/Plugins/Monitors/Wireless.hs (renamed from Plugins/Monitors/Wireless.hs) | 0 | ||||
-rw-r--r-- | src/Plugins/PipeReader.hs (renamed from Plugins/PipeReader.hs) | 0 | ||||
-rw-r--r-- | src/Plugins/StdinReader.hs (renamed from Plugins/StdinReader.hs) | 0 | ||||
-rw-r--r-- | src/Plugins/Utils.hs (renamed from Plugins/Utils.hs) | 0 | ||||
-rw-r--r-- | src/Plugins/XMonadLog.hs (renamed from Plugins/XMonadLog.hs) | 0 | ||||
-rw-r--r-- | src/Plugins/helloworld.config (renamed from Plugins/helloworld.config) | 0 | ||||
-rw-r--r-- | src/Runnable.hs (renamed from Runnable.hs) | 0 | ||||
-rw-r--r-- | src/Runnable.hs-boot (renamed from Runnable.hs-boot) | 0 | ||||
-rw-r--r-- | src/StatFS.hsc (renamed from StatFS.hsc) | 0 | ||||
-rw-r--r-- | src/XUtil.hsc (renamed from XUtil.hsc) | 0 | ||||
-rw-r--r-- | src/Xmobar.hs (renamed from Xmobar.hs) | 0 | ||||
-rw-r--r-- | xmobar.cabal | 3 |
42 files changed, 5 insertions, 1 deletions
@@ -3,3 +3,6 @@ /IWlib.hs /StatFS.hs /XUtil.hs +/src/IWlib.hs +/src/StatFS.hs +/src/XUtil.hs diff --git a/Commands.hs b/src/Commands.hs index d205dbf..d205dbf 100644 --- a/Commands.hs +++ b/src/Commands.hs diff --git a/Config.hs b/src/Config.hs index 6eb55a0..6eb55a0 100644 --- a/Config.hs +++ b/src/Config.hs diff --git a/IWlib.hsc b/src/IWlib.hsc index 5f7754d..5f7754d 100644 --- a/IWlib.hsc +++ b/src/IWlib.hsc diff --git a/Parsers.hs b/src/Parsers.hs index 1450a0e..1450a0e 100644 --- a/Parsers.hs +++ b/src/Parsers.hs diff --git a/Plugins.hs b/src/Plugins.hs index 4255244..4255244 100644 --- a/Plugins.hs +++ b/src/Plugins.hs diff --git a/Plugins/CommandReader.hs b/src/Plugins/CommandReader.hs index 7c7c92d..7c7c92d 100644 --- a/Plugins/CommandReader.hs +++ b/src/Plugins/CommandReader.hs diff --git a/Plugins/Date.hs b/src/Plugins/Date.hs index bfcb132..bfcb132 100644 --- a/Plugins/Date.hs +++ b/src/Plugins/Date.hs diff --git a/Plugins/EWMH.hs b/src/Plugins/EWMH.hs index d5b70cb..d5b70cb 100644 --- a/Plugins/EWMH.hs +++ b/src/Plugins/EWMH.hs diff --git a/Plugins/HelloWorld.hs b/src/Plugins/HelloWorld.hs index df5cff6..df5cff6 100644 --- a/Plugins/HelloWorld.hs +++ b/src/Plugins/HelloWorld.hs diff --git a/Plugins/MBox.hs b/src/Plugins/MBox.hs index 65a8bb3..65a8bb3 100644 --- a/Plugins/MBox.hs +++ b/src/Plugins/MBox.hs diff --git a/Plugins/Mail.hs b/src/Plugins/Mail.hs index 38cdaae..38cdaae 100644 --- a/Plugins/Mail.hs +++ b/src/Plugins/Mail.hs diff --git a/Plugins/Monitors.hs b/src/Plugins/Monitors.hs index 9887d74..9887d74 100644 --- a/Plugins/Monitors.hs +++ b/src/Plugins/Monitors.hs diff --git a/Plugins/Monitors/Batt.hs b/src/Plugins/Monitors/Batt.hs index 11b2d6c..11b2d6c 100644 --- a/Plugins/Monitors/Batt.hs +++ b/src/Plugins/Monitors/Batt.hs diff --git a/Plugins/Monitors/Common.hs b/src/Plugins/Monitors/Common.hs index cc1a6a7..cc1a6a7 100644 --- a/Plugins/Monitors/Common.hs +++ b/src/Plugins/Monitors/Common.hs diff --git a/Plugins/Monitors/CoreCommon.hs b/src/Plugins/Monitors/CoreCommon.hs index 80e7700..80e7700 100644 --- a/Plugins/Monitors/CoreCommon.hs +++ b/src/Plugins/Monitors/CoreCommon.hs diff --git a/Plugins/Monitors/CoreTemp.hs b/src/Plugins/Monitors/CoreTemp.hs index a24b284..a24b284 100644 --- a/Plugins/Monitors/CoreTemp.hs +++ b/src/Plugins/Monitors/CoreTemp.hs diff --git a/Plugins/Monitors/Cpu.hs b/src/Plugins/Monitors/Cpu.hs index ab89246..ab89246 100644 --- a/Plugins/Monitors/Cpu.hs +++ b/src/Plugins/Monitors/Cpu.hs diff --git a/Plugins/Monitors/CpuFreq.hs b/src/Plugins/Monitors/CpuFreq.hs index 4f01922..4f01922 100644 --- a/Plugins/Monitors/CpuFreq.hs +++ b/src/Plugins/Monitors/CpuFreq.hs diff --git a/Plugins/Monitors/Disk.hs b/src/Plugins/Monitors/Disk.hs index f3a7a2a..f3a7a2a 100644 --- a/Plugins/Monitors/Disk.hs +++ b/src/Plugins/Monitors/Disk.hs diff --git a/Plugins/Monitors/MPD.hs b/src/Plugins/Monitors/MPD.hs index daf0ed4..daf0ed4 100644 --- a/Plugins/Monitors/MPD.hs +++ b/src/Plugins/Monitors/MPD.hs diff --git a/Plugins/Monitors/Mem.hs b/src/Plugins/Monitors/Mem.hs index 5c55ee2..5c55ee2 100644 --- a/Plugins/Monitors/Mem.hs +++ b/src/Plugins/Monitors/Mem.hs diff --git a/Plugins/Monitors/MultiCpu.hs b/src/Plugins/Monitors/MultiCpu.hs index 535196a..535196a 100644 --- a/Plugins/Monitors/MultiCpu.hs +++ b/src/Plugins/Monitors/MultiCpu.hs diff --git a/Plugins/Monitors/Net.hs b/src/Plugins/Monitors/Net.hs index d9cd534..d9cd534 100644 --- a/Plugins/Monitors/Net.hs +++ b/src/Plugins/Monitors/Net.hs diff --git a/Plugins/Monitors/Swap.hs b/src/Plugins/Monitors/Swap.hs index e466dbb..e466dbb 100644 --- a/Plugins/Monitors/Swap.hs +++ b/src/Plugins/Monitors/Swap.hs diff --git a/Plugins/Monitors/Thermal.hs b/src/Plugins/Monitors/Thermal.hs index a3ffe6d..a3ffe6d 100644 --- a/Plugins/Monitors/Thermal.hs +++ b/src/Plugins/Monitors/Thermal.hs diff --git a/Plugins/Monitors/Top.hs b/src/Plugins/Monitors/Top.hs index e45210c..e45210c 100644 --- a/Plugins/Monitors/Top.hs +++ b/src/Plugins/Monitors/Top.hs diff --git a/Plugins/Monitors/Uptime.hs b/src/Plugins/Monitors/Uptime.hs index 8524bcc..8524bcc 100644 --- a/Plugins/Monitors/Uptime.hs +++ b/src/Plugins/Monitors/Uptime.hs diff --git a/Plugins/Monitors/Weather.hs b/src/Plugins/Monitors/Weather.hs index 1277438..1277438 100644 --- a/Plugins/Monitors/Weather.hs +++ b/src/Plugins/Monitors/Weather.hs diff --git a/Plugins/Monitors/Wireless.hs b/src/Plugins/Monitors/Wireless.hs index 4ac0c10..4ac0c10 100644 --- a/Plugins/Monitors/Wireless.hs +++ b/src/Plugins/Monitors/Wireless.hs diff --git a/Plugins/PipeReader.hs b/src/Plugins/PipeReader.hs index 3fd0dd4..3fd0dd4 100644 --- a/Plugins/PipeReader.hs +++ b/src/Plugins/PipeReader.hs diff --git a/Plugins/StdinReader.hs b/src/Plugins/StdinReader.hs index 2ee217e..2ee217e 100644 --- a/Plugins/StdinReader.hs +++ b/src/Plugins/StdinReader.hs diff --git a/Plugins/Utils.hs b/src/Plugins/Utils.hs index 1dbcd40..1dbcd40 100644 --- a/Plugins/Utils.hs +++ b/src/Plugins/Utils.hs diff --git a/Plugins/XMonadLog.hs b/src/Plugins/XMonadLog.hs index 3461e26..3461e26 100644 --- a/Plugins/XMonadLog.hs +++ b/src/Plugins/XMonadLog.hs diff --git a/Plugins/helloworld.config b/src/Plugins/helloworld.config index 3818bfa..3818bfa 100644 --- a/Plugins/helloworld.config +++ b/src/Plugins/helloworld.config diff --git a/Runnable.hs b/src/Runnable.hs index 56fedb3..56fedb3 100644 --- a/Runnable.hs +++ b/src/Runnable.hs diff --git a/Runnable.hs-boot b/src/Runnable.hs-boot index eba90e6..eba90e6 100644 --- a/Runnable.hs-boot +++ b/src/Runnable.hs-boot diff --git a/StatFS.hsc b/src/StatFS.hsc index 21ee731..21ee731 100644 --- a/StatFS.hsc +++ b/src/StatFS.hsc diff --git a/XUtil.hsc b/src/XUtil.hsc index d5bb591..d5bb591 100644 --- a/XUtil.hsc +++ b/src/XUtil.hsc diff --git a/Xmobar.hs b/src/Xmobar.hs index 2f5aa3c..2f5aa3c 100644 --- a/Xmobar.hs +++ b/src/Xmobar.hs diff --git a/xmobar.cabal b/xmobar.cabal index d1eb571..d46c8eb 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -47,8 +47,9 @@ flag all_extensions default: False executable xmobar + hs-source-dirs: src main-is: Main.hs - other-modules: Xmobar, Config, Parsers, Commands, XUtil, StatFS, Runnable, Plugins + other-modules: Xmobar, Config, Parsers, Commands, XUtil, StatFS, Runnable, Plugins, Plugins.Monitors ghc-prof-options: -prof -auto-all if true |