summaryrefslogtreecommitdiff
path: root/components
AgeCommit message (Expand)Author
2023-01-03num_files: opendir() returns a directory streamplanet36
2023-01-03battery: Consistent naming for capacity percentageplanet36
2023-01-03uptime: Use sizeof instead of repeating the sizeplanet36
2023-01-03keymap: Variable "layout" should be constplanet36
2023-01-03disk: Cast fsblkcnt_t to double instead of floatplanet36
2023-01-03entropy: Use Unicode escape sequence in stringplanet36
2022-12-01battery: Fix remaining on LinuxPatrick Iacob
2022-11-24New component: catdrkhsh
2022-10-28radical re-formatting 2/3: Fix blocksdrkhsh
2022-10-28radical re-formatting 1/3: Fix spacingdrkhsh
2022-10-28radical re-formatting 3/3: Error checksdrkhsh
2022-10-28temp: Put sysctl into define to avoid line wrapsdrkhsh
2022-10-28ram: Refactor on OpenBSDdrkhsh
2022-10-28ram: Refactor Linux perc/useddrkhsh
2022-10-28battery: Refactor remaining on OpenBSDdrkhsh
2022-10-28various: Put paths into defines to avoid line wrapsdrkhsh
2022-10-28radical re-formatting 0/3: Alphabetic headersdrkhsh
2022-10-28separator: kill that useless thingdrkhsh
2022-10-27do not rely on obsolete featureNRK
2022-10-27components/*.c: include slstatus.hNRK
2022-10-27Add 'Not charging' status supportSpenser Truex
2022-10-27Reset sndiod initialization flag on disconnectsIngo Feinerer
2022-10-27Fix RAM component on FreeBSDmichaelbuch12@gmail.com
2022-10-27Make volume component work on FreeBSDmichaelbuch12@gmail.com
2020-11-30Use the sioctl_open(3) OpenBSD API to access volIngo Feinerer
2020-11-30Fix temperature reporting on OpenBSDdsp
2020-11-30Full battery indicatorCem Keylan
2020-11-30Add separator moduleRyan Kes
2019-02-16Add ram and swap components on FreeBSDMichael Buch
2019-02-16cpu_perc: Check for division by zeroIngo Feinerer
2019-02-13Fix CPU frequency on OpenBSDIngo Feinerer
2019-02-13close file descriptors and fix return valuesMichael Buch
2019-02-13Add native OpenBSD support for mute/volumeIngo Feinerer
2019-02-13wifi component on FreeBSDMichael Buch
2019-02-07Add FreeBSD support for netspeeds, entropy and ip componentsMichael Buch
2019-02-05Add support for cpu and uptime components on FreeBSDMichael Buch
2019-02-05Add FreeBSD support for temperature and battery componentsMichael Buch
2018-07-08ram: Consistency with line breaksAaron Marcher
2018-07-08Fix whitespaceAaron Marcher
2018-07-08Consistency with 80 char limit and breaksAaron Marcher
2018-07-07wifi_perc: Simplify on LinuxAaron Marcher
2018-07-07Simplify format specifiers for uintmax_tAaron Marcher
2018-07-07cpu_freq: Simplify with E-notationAaron Marcher
2018-07-07cpu_freq: Change to 64 bit integersAaron Marcher
2018-07-07Change uint64_t to uintmax_tAaron Marcher
2018-07-07battery: 64 bit ints on LinuxAaron Marcher
2018-07-07cpu: Use uint64_t on OpenBSDAaron Marcher
2018-07-06battery: Remove unnecessary defines for pathsAaron Marcher
2018-07-06uptime: Improve typing and sort headersAaron Marcher
2018-07-06temperature: Improve typesAaron Marcher