sysstatus.git
2 years agobattery: Add divider for voltage_now master
norly [Fri, 4 Feb 2022 15:23:27 +0000 (16:23 +0100)]
battery: Add divider for voltage_now

Yes, the millions of Watts displayed were in error.

2 years agomain: Cleanup
norly [Thu, 3 Feb 2022 06:30:11 +0000 (07:30 +0100)]
main: Cleanup

2 years agobattery: Fix for coreboot
norly [Thu, 3 Feb 2022 06:29:38 +0000 (07:29 +0100)]
battery: Fix for coreboot

3 years agomemusage: Take SReclaimable into account
norly [Sun, 24 May 2020 13:03:20 +0000 (15:03 +0200)]
memusage: Take SReclaimable into account

4 years agoCOPYING: GNU General Public License v2.0
norly [Mon, 3 Jun 2019 10:55:12 +0000 (12:55 +0200)]
COPYING: GNU General Public License v2.0

6 years agonet: More space for longer interface names
norly [Tue, 6 Feb 2018 21:15:53 +0000 (22:15 +0100)]
net: More space for longer interface names

7 years agomemusage.c: Read 64-bit integers
norly [Tue, 5 Jul 2016 21:45:47 +0000 (23:45 +0200)]
memusage.c: Read 64-bit integers

This code overflows when installing too much RAM...

8 years agoMore statuses
norly [Wed, 15 Jul 2015 19:12:24 +0000 (21:12 +0200)]
More statuses

9 years agoReplace separators with wide spaces
norly [Sat, 19 Jul 2014 00:14:39 +0000 (02:14 +0200)]
Replace separators with wide spaces

9 years agoWorkaround for Linux 3.14
norly [Wed, 28 May 2014 19:11:11 +0000 (21:11 +0200)]
Workaround for Linux 3.14

10 years agoChange output format from dzen2 to i3bar
norly [Wed, 2 Oct 2013 13:43:13 +0000 (15:43 +0200)]
Change output format from dzen2 to i3bar

10 years agoChange named colors to hex values
norly [Wed, 2 Oct 2013 13:42:39 +0000 (15:42 +0200)]
Change named colors to hex values

11 years agoSimple output gathering design
norly [Fri, 15 Feb 2013 03:21:26 +0000 (03:21 +0000)]
Simple output gathering design

Buffer all output up using snprintf() before printing an entire line
at once. Modularizes the output format so alternatives to dzen2
can be used.

ALSA volume status loses clickability.

11 years agoBetter file structure and build system
norly [Fri, 15 Feb 2013 01:19:41 +0000 (01:19 +0000)]
Better file structure and build system

Also fix some warnings

11 years agoReindent and restyle
norly [Fri, 15 Feb 2013 00:10:58 +0000 (00:10 +0000)]
Reindent and restyle

11 years agoClean up battery status, fix wrong time estimate
norly [Tue, 27 Nov 2012 18:38:24 +0000 (18:38 +0000)]
Clean up battery status, fix wrong time estimate

11 years agoInclude fan.{c,h}
norly [Fri, 26 Oct 2012 14:30:49 +0000 (15:30 +0100)]
Include fan.{c,h}

11 years agoCheck if battery/netif present, add fan support
norly [Mon, 8 Oct 2012 17:30:56 +0000 (18:30 +0100)]
Check if battery/netif present, add fan support

Also change power reading to work on newer kernels.

12 years agoMinor fixes...
norly [Tue, 14 Feb 2012 14:12:24 +0000 (14:12 +0000)]
Minor fixes...

12 years agoMoved battery status to fileRead().
norly [Tue, 14 Feb 2012 13:35:44 +0000 (13:35 +0000)]
Moved battery status to fileRead().

Renamed 'power' to 'battery'.

12 years agoMore cleanup, 'temp' and 'uptime' use fileRead().
norly [Tue, 14 Feb 2012 01:56:17 +0000 (01:56 +0000)]
More cleanup, 'temp' and 'uptime' use fileRead().

12 years agoCleaned up 'netif'.
norly [Tue, 14 Feb 2012 01:27:32 +0000 (01:27 +0000)]
Cleaned up 'netif'.

Replaced 'netif' with 'netif_named'.
Fixed memory leak in new 'netif'.
Outsourced raw file reading to tools.c.

12 years agoSome build system cleanup.
norly [Tue, 14 Feb 2012 00:13:28 +0000 (00:13 +0000)]
Some build system cleanup.

12 years agoYe Olde Brick, hacked one very late night in 2010.
norly [Thu, 17 Nov 2011 23:05:15 +0000 (00:05 +0100)]
Ye Olde Brick, hacked one very late night in 2010.

Full of inefficient or maybe broken code, as well
as the occasional memory leak. I am not proud of
it and I was *really* tired back then. While this
was an experiment in writing (f)ugly code and I
just wanted something running, I have to admit
that this code has served me well ever since.

Too well to be bothered to ever look at it again,
really...