summaryrefslogtreecommitdiffhomepage
path: root/src/Xmobar/Plugins/Monitors/Swap
AgeCommit message (Collapse)Author
8 daysswap_enabled is not accessable in FreeBSD 15/CurrentMichal Zielonka
instead of swap_enabled in top program currently checking number of swap devices is used.
2021-10-17start using kvm library from bsd for receiving swapinfoMichal Zielonka
Using this library allows us to receive swap info which is more similar with result of command swapinfo.
2021-10-08try to reorganize modules per osMichal Zielonka
We should make better split os specify code for FreeBSD and Linux. Idea comes from @liskin.