Commit Graph
9 Commits
Author SHA1 Message Date
michaelbuch12@gmail.comanddrkhsh 798809ce02 Make volume component work on FreeBSD
- Edit compile instructions
- Reuse OpenBSD sndio implementation
2022-10-26 21:24:14 +02:00
michaelbuch12@gmail.comanddrkhsh 77bfb76a97 Fix RAM component on FreeBSD
The current implementation uses the wrong type for
given sysctl calls leading to overflow and incorrectly
reported RAM usage. The fix is to use 'unsigned int'
which is what FreeBSD expects.
2022-10-26 21:24:11 +02:00
Michael BuchandAaron Marcher a1ac203d16 Add ram and swap components on FreeBSD 2019-02-16 16:58:34 +01:00
Michael BuchandAaron Marcher a9193a757a close file descriptors and fix return values 2019-02-13 15:23:04 +01:00
Michael BuchandAaron Marcher e724907cc3 wifi component on FreeBSD 2019-02-13 13:10:20 +01:00
Michael BuchandAaron Marcher 86849d295b Add FreeBSD support for netspeeds, entropy and ip components 2019-02-07 12:23:01 +01:00
Michael BuchandAaron Marcher 120d150594 Add support for cpu and uptime components on FreeBSD 2019-02-05 09:31:06 +01:00
Michael BuchandAaron Marcher ec306623df Add FreeBSD support for temperature and battery components 2019-02-05 09:30:21 +01:00
Michael BuchandAaron Marcher 943b42de05 Add keymap component
Adding a new keymap component that will
indicate the current keyboard layout (language)
and variant if any was set. I use the
standard X11 XKB APIs to retrieve and parse
the xkb_symbols set with setxkbmap.
2018-05-23 10:09:13 +02:00