slstatus

status monitor
git clone git://git.suckless.org/slstatus
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2023-07-04 18:47Release stable 1.0 versiondrkhsh2+1-7
2023-05-15 17:14Add back version flag to prepare for releasedrkhsh3+6-2
2023-05-15 17:11Fix release tarball to prepare for releasedrkhsh1+3-2
2023-04-23 21:48README: Sync description from manpagedrkhsh1+4-2
2023-04-23 21:43manpage: Quality improvementsdrkhsh1+21-4
2022-12-19 21:03More LICENSE updatesdrkhsh1+4-4
2022-12-19 18:26Revert "config.mk: Fix PREFIX assignment"drkhsh1+1-1
2022-12-19 18:26Update LICENSEdrkhsh1+1-1
2022-12-19 01:40Update LICENSEdrkhsh1+2-0
2022-10-28 15:49entropy: Use Unicode escape sequence in stringplanet361+2-1
2021-05-26 18:29config.mk: Fix PREFIX assignmentplanet361+1-1
2021-05-12 02:45num_files: opendir() returns a directory streamplanet361+4-4
2021-04-13 16:43Make LEN macro consistent with other suckless reposplanet361+1-1
2021-04-06 16:48battery: Consistent naming for capacity percentageplanet361+10-7
2021-04-02 18:11Sort functions by nameplanet362+7-7
2021-03-25 17:05uptime: Use sizeof instead of repeating the sizeplanet361+1-1
2021-03-05 19:35keymap: Variable "layout" should be constplanet361+3-2
2021-03-05 19:28disk: Cast fsblkcnt_t to double instead of floatplanet361+1-1
2021-03-05 19:20verr: Remove special "usage" caseplanet361+0-3
2021-03-05 19:19config.def.h: Remove stray double quote in commentplanet361+1-1
2022-12-19 01:41Update READMEdrkhsh1+2-3
2022-11-27 04:11battery: Fix remaining on LinuxPatrick Iacob1+2-2
2022-11-23 22:59New component: catdrkhsh5+38-0
2022-10-27 22:47README: Add note about FreeBSD sndio depdrkhsh1+3-2
2022-10-27 22:21radical re-formatting 3/3: Error checksdrkhsh4+15-17
2022-10-27 22:51radical re-formatting 2/3: Fix blocksdrkhsh14+93-152
2022-10-27 22:49radical re-formatting 1/3: Fix spacingdrkhsh5+24-24
2022-10-27 21:18radical re-formatting 0/3: Alphabetic headersdrkhsh20+29-29
2022-10-27 22:13ram: Refactor on OpenBSDdrkhsh1+17-23
2022-10-27 22:11ram: Refactor Linux perc/useddrkhsh1+7-7
2022-10-27 21:47battery: Refactor remaining on OpenBSDdrkhsh1+4-3
2022-10-27 22:15temp: Put sysctl into define to avoid line wrapsdrkhsh1+4-2
2022-10-27 21:44various: Put paths into defines to avoid line wrapsdrkhsh5+36-41
2022-10-27 20:14separator: kill that useless thingdrkhsh4+0-16
2022-10-26 20:16do not rely on obsolete featureNRK13+61-61
2022-10-26 20:14components/*.c: include slstatus.hNRK23+23-1
2022-10-26 19:34Add 'Not charging' status supportSpenser Truex1+3-2
2022-10-26 10:57Add comment about mixer oss module to READMEdrkhsh1+3-0
2022-10-19 23:24Update LICENSEdrkhsh1+4-3
2021-02-15 11:56Reset sndiod initialization flag on disconnectsIngo Feinerer1+1-0
2021-01-01 15:52Make volume component work on FreeBSDmichaelbuch12@gmail.com3+3-3
2021-01-01 16:04Fix RAM component on FreeBSDmichaelbuch12@gmail.com1+4-4
2022-08-27 14:40Fix keyboard_indicators() prototypeNRK1+1-1
2020-11-30 20:32Update READMEAaron Marcher1+6-4
2020-11-30 20:26Update LICENSEAaron Marcher1+8-2
2020-11-30 19:56Add comment for FreeBSD to config.mkAaron Marcher1+1-0
2020-05-09 10:03Use the sioctl_open(3) OpenBSD API to access volIngo Feinerer3+161-51
2020-06-23 20:35Add a -1 option flagDaniel Moch2+10-4
2020-06-18 06:46Handle SIGUSR1 for forced refreshesMart Lubbers1+5-4
2019-11-01 04:50Fix temperature reporting on OpenBSDdsp1+1-1
2019-10-02 08:31Full battery indicatorCem Keylan1+1-0
2019-03-30 12:45Add separator moduleRyan Kes4+15-0
2019-02-16 16:59Follow International System of Units spacing rulesIngo Feinerer1+1-1
2019-02-16 16:05Add OS-support notice to READMEAaron Marcher1+1-0
2019-02-16 01:26Add ram and swap components on FreeBSDMichael Buch2+147-0
2019-02-14 18:25cpu_perc: Check for division by zeroIngo Feinerer1+27-18
2019-02-13 14:45Fix CPU frequency on OpenBSDIngo Feinerer1+1-2
2019-02-13 14:16close file descriptors and fix return valuesMichael Buch1+12-6
2019-02-08 14:37Add native OpenBSD support for mute/volumeIngo Feinerer4+94-29
2019-02-13 00:47wifi component on FreeBSDMichael Buch1+95-3
2019-01-30 11:21Add FreeBSD support for netspeeds, entropy and ip componentsMichael Buch3+5-2
2019-02-05 08:32Update LICENSEAaron Marcher1+2-2
2019-02-05 02:44Add support for cpu and uptime components on FreeBSDMichael Buch2+62-2
2019-01-27 15:44Add FreeBSD support for temperature and battery componentsMichael Buch3+80-3
2018-07-08 15:45ram: Consistency with line breaksAaron Marcher1+4-2
2018-07-08 15:44Fix whitespaceAaron Marcher3+3-3
2018-07-08 15:42Consistency with 80 char limit and breaksAaron Marcher9+86-82
2018-07-07 12:05wifi_perc: Simplify on LinuxAaron Marcher1+4-3
2018-07-07 09:08Simplify format specifiers for uintmax_tAaron Marcher7+30-33
2018-07-07 08:56cpu_freq: Simplify with E-notationAaron Marcher1+1-1
2018-07-07 08:54cpu_freq: Change to 64 bit integersAaron Marcher1+3-2
2018-07-07 08:50Change uint64_t to uintmax_tAaron Marcher9+45-45
2018-07-07 08:31battery: 64 bit ints on LinuxAaron Marcher1+5-4
2018-07-06 22:24cpu: Use uint64_t on OpenBSDAaron Marcher1+3-2
2018-07-06 21:55battery: Remove unnecessary defines for pathsAaron Marcher1+5-7
2018-07-06 21:47uptime: Improve typing and sort headersAaron Marcher1+7-3
2018-07-06 21:41temperature: Improve typesAaron Marcher1+5-3
2018-07-06 21:38ram: Check for theoretical division by zeroAaron Marcher1+4-0
2018-07-06 21:37ram: Use POSIX typesAaron Marcher1+18-16
2018-07-06 21:26entropy: Use POSIX types for format specifiersAaron Marcher1+3-3
2018-07-06 21:17entropy: Improve typesAaron Marcher1+2-1
2018-07-06 06:08Consistent paramter naming for componentsAaron Marcher5+43-43
2018-07-06 06:03slstatus.h: Fix coding styleAaron Marcher1+16-16
2018-07-06 05:56fmt_human: Improve typesAaron Marcher2+5-2
2018-06-04 12:07Add Ian Remmler to LICENSEAaron Marcher1+1-0
2018-06-04 01:02Add flexible formatting to keyboard_indicators.Ian Remmler2+30-11
2018-06-01 18:10uptime: unification of the uptime function for linux/openbsdTobias Tschinkowitz1+10-50
2018-05-31 11:53wifi: fixed disconnected wifi status on openbsdTobias Tschinkowitz1+7-0
2018-05-30 17:35Clean up header includesAaron Marcher14+0-20
2018-05-29 20:26Update LICENSE for QuentinAaron Marcher1+1-1
2018-05-29 19:32Flush the output stream instead of arbitrarily disabling bufferingQuentin Rameau1+4-7
2018-05-29 19:24Don't explicitly list each component-targetLaslo Hunhold1+1-21
2018-05-29 12:28swap: removed unused includeTobias Tschinkowitz1+0-1
2018-05-28 19:16Refactor swap.c to use getline() instead of buf-fillingLaslo Hunhold1+50-73
2018-05-28 14:17Update LICENSE for TobiasAaron Marcher1+1-1
2018-05-28 13:58Fix object order and stop using a GNU make idiomLaslo Hunhold1+1-1
2018-05-27 20:40Explicitly list component-objects in the MakefileLaslo Hunhold1+25-6
2018-05-27 15:57Use E-notation for large powers of 10Laslo Hunhold2+3-3
2018-05-27 14:46Revert "Add basic backlight percentage support"Aaron Marcher6+0-41
2018-05-24 10:09ram: fixed int overflow on pagetok macroTobias Tschinkowitz1+1-1
504 more commits remaining, fetch the repository