summaryrefslogtreecommitdiffhomepage
path: root/src/Top.hs
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2018-12-23 13:31:36 +0000
committerjao <jao@gnu.org>2018-12-23 13:31:36 +0000
commit4659aedbf7f5c4e49f8d32b83ff0ccc27ce11418 (patch)
treec02e51aba3980bf24f65660e35eb6bfa85e610dc /src/Top.hs
parent50c919f6db5e8c83e561639d8c29d79c3f302d42 (diff)
downloadxmobar-config-4659aedbf7f5c4e49f8d32b83ff0ccc27ce11418.tar.gz
xmobar-config-4659aedbf7f5c4e49f8d32b83ff0ccc27ce11418.tar.bz2
A bit more reshuffling and some unicode
Diffstat (limited to 'src/Top.hs')
-rw-r--r--src/Top.hs8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Top.hs b/src/Top.hs
index 3e91bb8..246a292 100644
--- a/src/Top.hs
+++ b/src/Top.hs
@@ -5,6 +5,7 @@ import Monitors
config p = (baseConfig p) {
position = TopSize C 100 defaultHeight
, textOffset = defaultHeight - 8
+ , textOffsets = [defaultHeight - 9]
, border = BottomB
, commands = [ Run (topProc p)
, Run (multiCPU p)
@@ -13,14 +14,15 @@ config p = (baseConfig p) {
, Run (diskU p)
, Run (diskIO p)
, Run (coreTemp p)
+ , Run brightness
, Run kbd
, Run XMonadLog
, Run laTime
, Run localTime
]
- , template = "|kbd| |memory| |top| {|XMonadLog|}\
- \ |cpufreq| |multicpu|\
- \ |coretemp| |diskio| |disku| \
+ , template = " |bright| |memory| |top| <fn=2>|kbd|</fn>{|XMonadLog|}\
+ \ |diskio| |disku| |cpufreq| |multicpu|\
+ \ |coretemp| \
\ |datetime| |laTime| "
}