]> code.delx.au - dotfiles/blobdiff - .xmonad/xmobar.hs
screen prompt change
[dotfiles] / .xmonad / xmobar.hs
index a84cd4bf12b2feb7c46303587954f6d9334e2eb2..c65b859862b6800118bdadfc18da9f5b211351da 100644 (file)
@@ -2,15 +2,9 @@ Config {
     font = "xft:sans-serif:size=10",
     bgColor = "#edeceb",
     fgColor = "black",
-    position = TopSize L 80 20,
-    commands = [
-        Run Cpu ["-t","Cpu:<total>%","-L","3","-H","50","--high","red","-p","3"] 10,
-        Run Memory ["-t","Mem:<usedratio>%","-p","3"] 10,
-        Run BatteryP ["BAT1"] ["-t","Batt: <acstatus><left>%","-L","25","--low","red","--","-O","+","-o","-","-f","ADP1/online"] 10,
-        Run StdinReader
-    ],
+    position = TopSize L 100 20,
+    commands = [Run StdinReader],
     sepChar = "%",
-    alignSep = "}{",
-    template = "%StdinReader% }{ %cpu% | %memory% | %battery% ",
-    lowerOnStart = False
+    template = "%StdinReader%",
+    lowerOnStart = False,
 }