summaryrefslogtreecommitdiffhomepage
path: root/src/Top.hs
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2018-12-19 03:58:33 +0000
committerjao <jao@gnu.org>2018-12-19 03:58:52 +0000
commite58bf332a6e533a31d96beecd6662b9c13395f65 (patch)
treea384c6a14c281ba89118198292c8c9dd7f0d70ab /src/Top.hs
parent754ed5d7c3061c546b4bdbb685bdd73679e04080 (diff)
downloadxmobar-config-e58bf332a6e533a31d96beecd6662b9c13395f65.tar.gz
xmobar-config-e58bf332a6e533a31d96beecd6662b9c13395f65.tar.bz2
Border tweaks
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)