From 4659aedbf7f5c4e49f8d32b83ff0ccc27ce11418 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 23 Dec 2018 13:31:36 +0000 Subject: A bit more reshuffling and some unicode --- src/Top.hs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/Top.hs') 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| |kbd|{|XMonadLog|}\ + \ |diskio| |disku| |cpufreq| |multicpu|\ + \ |coretemp| \ \ |datetime| |laTime| " } -- cgit v1.2.3