]> code.delx.au - dotfiles/blobdiff - .xmonad/xmobar.hs
bash: improve SSH_AUTH_SOCK detection
[dotfiles] / .xmonad / xmobar.hs
index 80a490aa18625c79125366329742cc97de68c889..c65b859862b6800118bdadfc18da9f5b211351da 100644 (file)
@@ -1,17 +1,10 @@
 Config {
-       font = "-*-Fixed-Bold-R-Normal-*-13-*-*-*-*-*-*-*",
-       bgColor = "black",
-       fgColor = "grey",
-       position = Static { xpos = 0, ypos = 0, width = 1080, height = 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"] 600,
-               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 100 20,
+    commands = [Run StdinReader],
+    sepChar = "%",
+    template = "%StdinReader%",
+    lowerOnStart = False,
 }