diff options
author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-07-17 11:14:38 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-07-17 11:14:38 +0200 |
commit | c2b98fd88acba773135167454422ff68c85e2f49 (patch) | |
tree | b34ebf398db597872cbc8f41ee04c13c9e32cacd /Monitors | |
parent | 6d21a15b2563c8e6f84e1a6fbc6f6b6eb3439cd0 (diff) | |
download | xmobar-c2b98fd88acba773135167454422ff68c85e2f49.tar.gz xmobar-c2b98fd88acba773135167454422ff68c85e2f49.tar.bz2 |
changed runXmobar to runXbar
darcs-hash:20070717091438-d6583-cd772f86e2296bf7de4780425819d3d04d502a6e.gz
Diffstat (limited to 'Monitors')
-rw-r--r-- | Monitors/Net.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Monitors/Net.hs b/Monitors/Net.hs index f36c691..1f2343d 100644 --- a/Monitors/Net.hs +++ b/Monitors/Net.hs @@ -32,7 +32,7 @@ netConfig = mkMConfig ["dev", "rx", "tx"] -- available replacements --- takes to element of a list given their indexes +-- takes two elements of a list given their indexes getTwoElementsAt :: Int -> Int -> [a] -> [a] getTwoElementsAt x y xs = z : [zz] |