Re: [i3] i3status patch to colorize ethernet output

  • From: Michael Stapelberg <michael+i3@xxxxxxxxxxxxx>
  • To: i3-discuss <i3-discuss@xxxxxxxxxxxxx>
  • Date: Sun, 14 Feb 2010 19:03:16 +0100

Hi Peter,

Excerpts from Peter Johnson's message of So Feb 14 18:30:13 +0100 2010:

Huh. I'll look into that. I'm not a git user (I made my patches against a
release tarball), so it may take me a bit to get up to speed.
I think there are lots of tutorials on the web. To give you a quick example:
$ git clone git://code.stapelberg.de/i3status
$ cd i3status
$ vim src/foo.c
# Make your changes, test them, and so on…
$ git commit -a
$ git format-patch origin

Would you like existing printf()s that aren't casted changed so they are?
That’s not necessary. If you touch the code, you can change them.

Would you like new printf()s to be casted?
I would prefer that, yes.

Best regards,
Michael

Other related posts: