aboutsummaryrefslogtreecommitdiff
path: root/x11/i3status
Commit message (Collapse)AuthorAgeFilesLines
* Fix some nits with displaying Ethernet media status exposed by the recentJohn Baldwin2015-08-112-1/+46
| | | | | | | | | | | | | | | | | extended Ethernet media states: - Don't apply IFM_SUBTYPE to the raw subtype in the description table. IFM_SUBTYPE() requires a fully populated word and was truncating values in the table when comparing resulting in false matches (notably "10GBase-KX4" for the no media case). - Explicitly check for IFM_ETHER. - Use SIOCGIFXMEDIA when present to obtain extended media states. - Explicitly handle "no carrier". PR: 202247 Reviewed by: bapt Notes: svn path=/head/; revision=393973
* devel/libconfuse: USES=libtool, bump dependenciesKurt Jaeger2014-08-031-1/+1
| | | | Notes: svn path=/head/; revision=363890
* Use the new @sample keywordBaptiste Daroussin2014-04-122-3/+3
| | | | Notes: svn path=/head/; revision=351155
* update to 2.8Baptiste Daroussin2014-01-065-85/+4
| | | | | | | Mostly our patches being upstreamed Notes: svn path=/head/; revision=338860
* Use modern LIB_DEPENDSBaptiste Daroussin2013-10-032-6/+5
| | | | | | | Prefer pkg-plist over Makefile's pollution Notes: svn path=/head/; revision=329213
* Use stageBaptiste Daroussin2013-09-231-6/+5
| | | | Notes: svn path=/head/; revision=327937
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11) Notes: svn path=/head/; revision=327777
* Readd the USE_BZIP2 removed by mistakeBaptiste Daroussin2013-07-051-0/+1
| | | | | | | Submitted by: flo Notes: svn path=/head/; revision=322326
* Convert to USES=gmakeBaptiste Daroussin2013-07-051-2/+1
| | | | Notes: svn path=/head/; revision=322325
* - update to 2.7Baptiste Daroussin2013-03-195-15/+70
| | | | | | | | | Make patch for colours in volume output actually works. Add a patch for colours on low remaining battery Add a patch for colours on high CPU temperature Notes: svn path=/head/; revision=314674
* - update to 2.6Baptiste Daroussin2012-12-293-10/+31
| | | | | | | - add an experimental support for "mute" Notes: svn path=/head/; revision=309626
* - update to 3.5.1Baptiste Daroussin2012-05-152-3/+3
| | | | Notes: svn path=/head/; revision=296688
* - update to 2.5Baptiste Daroussin2012-05-052-8/+7
| | | | Notes: svn path=/head/; revision=296027
* - update to 2.4 (mostly integrate the freebsd support)Baptiste Daroussin2011-12-284-57/+3
| | | | Notes: svn path=/head/; revision=288198
* - Fix disk usageBaptiste Daroussin2011-12-083-0/+54
| | | | | | | | | - Use coretemp to get cpu temperature Feature safe: yes Notes: svn path=/head/; revision=287070
* i3status is a small program (about 1500 SLOC) for generating a status bar forBaptiste Daroussin2011-12-083-0/+49
dzen2, xmobar or similar programs. It is designed to be very efficient by issuing a very small number of system calls, as one generally wants to update such a status line every second. This ensures that even under high load, your status bar is updated correctly. Also, it saves a bit of energy by not hogging your CPU as much as spawning the corresponding amount of shell commands would. WWW: http://i3wm.org/i3status/ Feature safe: yes Notes: svn path=/head/; revision=287063