summaryrefslogtreecommitdiffhomepage
path: root/src/Top.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Top.hs')
-rw-r--r--src/Top.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Top.hs b/src/Top.hs
index ad5da5a..fb1136d 100644
--- a/src/Top.hs
+++ b/src/Top.hs
@@ -24,6 +24,7 @@ dynNetwork p = DynNetwork (p <~> ["-t", "↑ <tx> ↓ <rx>"
config p = (baseConfig p) {
position = TopSize C 100 defaultHeight
, textOffset = defaultHeight - 8
+ , border = BottomB
, commands = [ Run (topProc p)
, Run (wireless p)
, Run (multiCPU p)