]> code.delx.au - dotfiles/blobdiff - .xmonad/xmobar.hs
xmonad: Increase tab decoHeight
[dotfiles] / .xmonad / xmobar.hs
index 754d37f82825b7587dc49d2929d05ed5f3da52ca..a84cd4bf12b2feb7c46303587954f6d9334e2eb2 100644 (file)
@@ -1,17 +1,16 @@
 Config {
-       font = "-*-Fixed-Bold-R-Normal-*-13-*-*-*-*-*-*-*",
-       bgColor = "black",
-       fgColor = "grey",
-       position = TopSize L 85 20,
-       commands = [
-               Run Weather "YSSY" ["-t"," <tempC>C"] 36000,
-               Run Cpu ["-t","Cpu:<total>%","-L","3","-H","50","--high","red","-p","3"] 10,
-               Run Memory ["-t","Mem:<usedratio>%","-p","3"] 10,
-               Run Date "%a %b %_d %H:%M" "date" 10,
-               Run BatteryP ["BAT0"] ["-t","Batt: <acstatus><left>%","-L","25","--low","red","--","-O","+","-o","-","-c","energy_full","-f","ADP1/online"] 10,
-               Run StdinReader
-       ],
-       sepChar = "%",
-       alignSep = "}{",
-       template = "%StdinReader% }{ %cpu% | %memory% | %battery%    <fc=#ee9a00>%date%</fc> | %YSSY%"
+    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
+    ],
+    sepChar = "%",
+    alignSep = "}{",
+    template = "%StdinReader% }{ %cpu% | %memory% | %battery% ",
+    lowerOnStart = False
 }