all repos — nixfiles @ 71addd8478d03ba9e363b1b04e0b785872554291

System and user configuration, managed by nix and home-manager

Xmobar: whitespace cleanup
Alan Pearce alan@alanpearce.co.uk
Sat, 12 Jul 2014 17:17:59 +0100
commit

71addd8478d03ba9e363b1b04e0b785872554291

parent

8aa6c817962383ce598075b0da7efc655a47e6bd

1 files changed, 26 insertions(+), 26 deletions(-)

jump to
M tag-xmobar/xmobarrctag-xmobar/xmobarrc
@@ -8,32 +8,32 @@ , lowerOnStart = False        , hideOnStart = False
        , persistent = True
        , commands = [ Run Weather "EGNX" ["-t", "<tempC>ºC"
-					 ,"-L", "12"
-					 ,"-H", "18"
-					 ,"--low", "lightblue"
-					 ,"--normal", "green"
-					 ,"--high", "red"
-					 ] 36000
-		    , Run DynNetwork ["-t", "Net: <rx>¦<tx>KB"
-				     ,"-L", "512"
-				     ,"-H", "10240"
-				     ,"--low", "green"
-				     ,"--normal", "yellow"
-				     ,"--high", "red"
-				     ,"-m", "5"
-				     ] 5
-		    , Run Cpu ["-p", "3"
-			      ,"-L", "3"
-			      ,"-H", "50"
-			      ,"--normal", "green"
-			      ,"--high", "red"
-			      ] 5
-		    , Run Memory ["-p", "3"
-				 ,"-t", "Mem: <usedratio>%"
-				 ] 20
-		    , Run Date "%a %b %_d %Y %H:%M:%S" "date" 10
-		    , Run MPD ["-t", "<state>: <artist> - <track>"] 10
-		    ]
+                                         ,"-L", "12"
+                                         ,"-H", "18"
+                                         ,"--low", "lightblue"
+                                         ,"--normal", "green"
+                                         ,"--high", "red"
+                                         ] 36000
+                    , Run DynNetwork ["-t", "Net: <rx>¦<tx>KB"
+                                     ,"-L", "512"
+                                     ,"-H", "10240"
+                                     ,"--low", "green"
+                                     ,"--normal", "yellow"
+                                     ,"--high", "red"
+                                     ,"-m", "5"
+                                     ] 5
+                    , Run Cpu ["-p", "3"
+                              ,"-L", "3"
+                              ,"-H", "50"
+                              ,"--normal", "green"
+                              ,"--high", "red"
+                              ] 5
+                    , Run Memory ["-p", "3"
+                                 ,"-t", "Mem: <usedratio>%"
+                                 ] 20
+                    , Run Date "%a %b %_d %Y %H:%M:%S" "date" 10
+                    , Run MPD ["-t", "<state>: <artist> - <track>"] 10
+                    ]
        , sepChar = "%"
        , alignSep = "}{"
        , template = "%cpu% | %memory% | %dynnetwork% | %mpd% }{ %EGNX% | <fc=#ee9a00>%date%</fc>"