summaryrefslogtreecommitdiff
path: root/components
Commit message (Expand)AuthorAgeFilesLines
...
* corrected calculations for disk space on openbsdTobias Tschinkowitz2018-05-171-4/+4
* wifi: Fix coding styleAaron Marcher2018-05-161-7/+10
* load_ieee80211_nodereq: Fix typoAaron Marcher2018-05-161-1/+1
* wifi: Move out common headersAaron Marcher2018-05-161-20/+12
* added wifi functionality for openbsdTobias Tschinkowitz2018-05-161-1/+75
* corrected calculation for swap on openbsdTobias Tschinkowitz2018-05-161-7/+5
* consistent calculation of ram_* on openbsdTobias Tschinkowitz2018-05-161-4/+4
* updated ram_total and ram_free (obsd)Tobias Tschinkowitz2018-05-161-4/+4
* Cast CPU percentage to int and fix indenationAaron Marcher2018-05-141-11/+11
* include <sys/time.h> before <sys/sensors.h> for time struct timevalJosuah Demangeon2018-05-081-1/+1
* Fix indents (spaces for alignment)Aaron Marcher2018-05-071-1/+1
* wifi_perc: SimplifyAaron Marcher2018-05-071-4/+1
* num_files: Variable declarations at top of blockAaron Marcher2018-05-071-1/+2
* Fix disk_perc by casting it to intAaron Marcher2018-05-071-2/+2
* disk_perc: SimplifyAaron Marcher2018-05-071-4/+2
* cpu: Simplify functionsAaron Marcher2018-05-071-16/+14
* Unify header includesAaron Marcher2018-05-076-11/+11
* entropy: Small fixAaron Marcher2018-05-061-1/+2
* entropy: Port to OpenBSDAaron Marcher2018-05-061-1/+5
* datetime: Add <stdio.h> for fprintfAaron Marcher2018-05-061-0/+1
* datetime: Add error messageAaron Marcher2018-05-061-0/+1
* Fix coding styleAaron Marcher2018-05-0614-65/+89
* Remove cpu_iowaitAaron Marcher2018-05-061-25/+0
* cpu_perc: Documentation and readbility improvementsAaron Marcher2018-05-061-9/+9
* cpu_perc: Port to OpenBSDAaron Marcher2018-05-061-0/+35
* swap_*: Port to OpenBSDAaron Marcher2018-05-061-6/+84
* battery: Remove full indicatorAaron Marcher2018-05-041-1/+0
* wifi_perc: Fix file descriptor leakAaron Marcher2018-05-021-2/+3
* uptime: Add missing braceAaron Marcher2018-05-021-1/+1
* volume: Cast SOUND_MIXER_READ_DEVMASK to int to avoid warning.parazyd2018-05-021-1/+1
* wifi: Various cleanupsAaron Marcher2018-05-021-9/+6
* user: Only declare variables in the beginningAaron Marcher2018-05-021-2/+2
* uptime: Simplifiy and clean upAaron Marcher2018-05-021-20/+19
* run_command: Clean upAaron Marcher2018-05-021-2/+1
* keyboard_indicators: Clean up opening displayAaron Marcher2018-05-021-2/+2
* ip: Sort headers alphabeticallyAaron Marcher2018-05-021-5/+4
* battery_state: Unify unknown state with "?" symbolAaron Marcher2018-05-021-2/+0
* Remove battery_power for various reasonsAaron Marcher2018-05-011-12/+0
* battery_perc: Port to OpenBSDAaron Marcher2018-05-011-0/+37
* components/swap.c | move duplicated code to separate functionLaslo Hunhold2018-05-011-56/+26
* Use indentation to increase readabilityLaslo Hunhold2018-05-018-538/+572
* Revert component-splitLaslo Hunhold2018-05-0117-233/+235
* wifi: OS splitQuentin Rameau2018-04-302-3/+1
* uptime: OS splitQuentin Rameau2018-04-302-24/+25
* temperature: OS splitQuentin Rameau2018-04-302-14/+16
* swap: OS splitQuentin Rameau2018-04-302-3/+1
* ram: OS splitQuentin Rameau2018-04-303-129/+129
* entropy: OS splitQuentin Rameau2018-04-302-3/+1
* cpu: OS splitQuentin Rameau2018-04-302-25/+27
* battery: OS splitQuentin Rameau2018-04-302-34/+33