summaryrefslogtreecommitdiffhomepage
path: root/src/Top.hs
diff options
context:
space:
mode:
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| "
}