| Age | Commit message (Collapse) | Author | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
Signed-off-by: Sergei Trofimovich <siarheit@google.com>
 | 
 | 
This reverts commit 1668793e69b7e7c78b7c5b4fd05a256c8ea9f0b1.
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
Although i'm not sure what i really fixed
 | 
 | 
 | 
 | 
Wind data sometimes looks like this:
  "Wind: Variable at 3 MPH (3 KT):0"
Note the missing direction info. This fix adds an additional
parser for this case to pWind.
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
Conflicts:
	src/Config.hs
	src/Main.hs
	src/Parsers.hs
	src/XUtil.hsc
	src/Xmobar.hs
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
Displays playback flags in the style of ncmpcpp.
 | 
 | 
 | 
 | 
Conflicts:
	src/Xmobar.hs
 | 
 | 
 | 
 | 
Available memory is determined from meminfo's `MemAvailable:` on 3.14 and
newer, and falls back to `free + buffer + cache` on older systems.
Introduces new variables `<available{,ratio,bar,vbar,ipat}>`.
 | 
 | 
 | 
 | 
 | 
 | 
Thanks to Apollon Oikonomopoulos!!
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
For all <icon=path/> if path does not start with "/", "./", "../"
it will have iconRoot ++ "/" prepended to it.
 |