Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-24 | Rename dynamic string to icon pattern | Alexander Shabalin | |
2014-09-14 | Implement DynamicString for Monitors supporting vbar. | Alexander Shabalin | |
* Batt * Bright * Cpu * Disk * MPD * Mem * MultiCpu * Net * Volume * Wireless | |||
2014-09-05 | Fix: not colorizings total size in DiskU (issue #189) | jao | |
2014-08-09 | hlint refactorings | Reto Hablützel | |
2014-03-15 | DiskU/DiskIO have vbar equivalents | Eric Mrak | |
2014-03-09 | Handle inexistent devices | Reto Hablützel | |
If a device is unplugged without prior unmounting, it still appears in the /etc/mtab file, which is used for this monitor. The problem is that this monitor canonicalized every path regardless of whether it actually existed or not. I basically added the 'only canonicalize if file exists'. | |||
2012-10-11 | Fix for #73: third try: retain old behaviour for diskU, use device for ↵ | John Soros | |
diskIO if device is not mounted | |||
2012-10-11 | Second try at fixing #73 and #74: enable io monitoring for non-mounted disks | John Soros | |
2012-10-08 | Enable the monitoring of non-mounted disks and partitions in DiskIO | John Soros | |
2012-07-28 | Fixes for DiskU, which was exploding on recent Linux | Jose Antonio Ortega Ruiz | |
We're using now the recommended statvfs interface, instead of the obsolete statfs64. Moreover, we compute correctly the used space. | |||
2012-06-04 | Mostly failed attempt to robustify disk usage monitor | Jose Antonio Ortega Ruiz | |
Since a kernel upgrade about two months ago, DiskU just blows up my xmobar apparently at random. | |||
2012-03-19 | Disk usage monitor tweak | Jose Antonio Ortega Ruiz | |
Computing used space from total and available (rather than free) space. | |||
2012-01-31 | DiskIO working with /dev entries which are symlinks | Jose Antonio Ortega Ruiz | |
We were getting confused by devices appearing in mtab by their symbolic path (such as an entry in /dev/disk/by-uuid and the like). | |||
2011-02-13 | Same medicine for DiskIO (no doActionTwiceWithDelay left) | Jose Antonio Ortega Ruiz | |
2010-12-21 | Haskell sources moved to src/ to unclutter toplevel | Jose Antonio Ortega Ruiz | |