]> git.sur5r.net Git - i3/i3status/log
i3/i3status
15 years agoCorrectly open new files
Michael Stapelberg [Sun, 30 Nov 2008 00:46:01 +0000 (01:46 +0100)]
Correctly open new files

15 years agoUse 3 characters for WLAN signal strength
Michael Stapelberg [Thu, 13 Nov 2008 18:43:27 +0000 (19:43 +0100)]
Use 3 characters for WLAN signal strength

15 years agoRemove debugmessage
Michael Stapelberg [Wed, 29 Oct 2008 22:29:06 +0000 (23:29 +0100)]
Remove debugmessage

15 years agoMake wmiistatus run all the time and wait for wmii_path to exist
Michael Stapelberg [Wed, 29 Oct 2008 22:26:26 +0000 (23:26 +0100)]
Make wmiistatus run all the time and wait for wmii_path to exist

Instead of exiting as a file inside wmii_path cannot be opened, we wait
until wmii_path is found again (particularly the /rbar part, that is),
re-setup our files and continue as if nothing happened.

This will make wmiistatus survive restarts of wmii and make it wait for
/mnt/wmii to appear when booting up (and wmiistatus gets started before
wmii itself)

15 years agoAdd support for differently named uevent data and hint for 9pnet_fd
Michael Stapelberg [Fri, 24 Oct 2008 21:45:45 +0000 (23:45 +0200)]
Add support for differently named uevent data and hint for 9pnet_fd

15 years agoAdd default config to git
Michael Stapelberg [Fri, 24 Oct 2008 20:27:11 +0000 (22:27 +0200)]
Add default config to git

15 years agoRemove dh_prep as it deletes the configfile in /etc
Michael Stapelberg [Fri, 24 Oct 2008 20:17:21 +0000 (22:17 +0200)]
Remove dh_prep as it deletes the configfile in /etc

15 years agoAdd debian packaging files to repository
Michael Stapelberg [Fri, 24 Oct 2008 19:49:41 +0000 (21:49 +0200)]
Add debian packaging files to repository

15 years agoInstall manpages aswell
Michael Stapelberg [Fri, 24 Oct 2008 19:39:28 +0000 (21:39 +0200)]
Install manpages aswell

15 years agoAdd release target to Makefile, use -f for deletion
Michael Stapelberg [Fri, 24 Oct 2008 19:29:00 +0000 (21:29 +0200)]
Add release target to Makefile, use -f for deletion

15 years agoImplement getting current speed from network interfaces
Michael Stapelberg [Fri, 24 Oct 2008 19:05:12 +0000 (21:05 +0200)]
Implement getting current speed from network interfaces

The network interface must be supported by ethtool, as its syscall is
used for this. This is at least the case for e1000 cards.

Unfortunately, getting the speed needs root privileges. Therefore, you
have to enable it in configuration separately.

15 years agoMake source splint-clean (invoked with -weak)
Michael Stapelberg [Fri, 10 Oct 2008 08:33:05 +0000 (10:33 +0200)]
Make source splint-clean (invoked with -weak)

15 years agoMore comments
Michael Stapelberg [Tue, 7 Oct 2008 16:38:22 +0000 (18:38 +0200)]
More comments

15 years agoAdd option parsing via getopt, cleanup Makefile
Michael Stapelberg [Tue, 7 Oct 2008 13:33:54 +0000 (15:33 +0200)]
Add option parsing via getopt, cleanup Makefile

15 years agoAdd manpage, ignore spaces in tokens, introduce interval
Michael Stapelberg [Tue, 7 Oct 2008 13:25:41 +0000 (15:25 +0200)]
Add manpage, ignore spaces in tokens, introduce interval

15 years agoMake everything configurable
Michael Stapelberg [Tue, 7 Oct 2008 11:41:10 +0000 (13:41 +0200)]
Make everything configurable

15 years agoImplement colors for runwatches and WLAN down
Michael Stapelberg [Tue, 7 Oct 2008 10:05:57 +0000 (12:05 +0200)]
Implement colors for runwatches and WLAN down

15 years agoMake runwatches work again
Michael Stapelberg [Tue, 7 Oct 2008 09:54:04 +0000 (11:54 +0200)]
Make runwatches work again

15 years agoWrite information in separate files, define order
Michael Stapelberg [Tue, 7 Oct 2008 09:45:52 +0000 (11:45 +0200)]
Write information in separate files, define order

wmii will show them with little border between, better than the previous
method, where an ascii bar was shown

15 years agoStrip all non-digit characters from pidbuf
Michael Stapelberg [Tue, 7 Oct 2008 09:22:35 +0000 (11:22 +0200)]
Strip all non-digit characters from pidbuf

This is needed for dhclient's pidfile, as it contains a newline

15 years agoMake some formats/paths configurable, add initscript
Michael Stapelberg [Sat, 4 Oct 2008 17:32:35 +0000 (19:32 +0200)]
Make some formats/paths configurable, add initscript

15 years agoImplement run_watches
Michael Stapelberg [Sat, 4 Oct 2008 17:16:41 +0000 (19:16 +0200)]
Implement run_watches

15 years agoGet IP address for WLAN interface aswell
Michael Stapelberg [Sat, 4 Oct 2008 16:51:27 +0000 (18:51 +0200)]
Get IP address for WLAN interface aswell

15 years agoCleanup
Michael Stapelberg [Sat, 4 Oct 2008 16:42:12 +0000 (18:42 +0200)]
Cleanup

- Add more warning-flags to Makefile and fix warnings
- Create config.h as a central place for paths/names
- Add wmiistatus.h for definitions

15 years agoAdd license, display correct WLAN status
Michael Stapelberg [Sat, 4 Oct 2008 13:10:50 +0000 (15:10 +0200)]
Add license, display correct WLAN status

15 years agoInitial commit
Michael Stapelberg [Fri, 3 Oct 2008 01:18:09 +0000 (03:18 +0200)]
Initial commit