Log - slstatus - status monitor
git clone git://git.suckless.org/slstatus
Log
Files
Refs
README
LICENSE
--- Date Commit message Author
2023-07-04 18:47 Release stable 1.0 version drkhsh
2023-05-15 17:14 Add back version flag to prepare for re… drkhsh
2023-05-15 17:11 Fix release tarball to prepare for rele… drkhsh
2023-04-23 21:48 README: Sync description from manpage drkhsh
2023-04-23 21:43 manpage: Quality improvements drkhsh
2022-12-19 21:03 More LICENSE updates drkhsh
2022-12-19 18:26 Revert "config.mk: Fix PREFIX assignmen… drkhsh
2022-12-19 18:26 Update LICENSE drkhsh
2022-12-19 01:40 Update LICENSE drkhsh
2022-10-28 15:49 entropy: Use Unicode escape sequence in… planet36
2021-05-26 18:29 config.mk: Fix PREFIX assignment planet36
2021-05-12 02:45 num_files: opendir() returns a director… planet36
2021-04-13 16:43 Make LEN macro consistent with other su… planet36
2021-04-06 16:48 battery: Consistent naming for capacity… planet36
2021-04-02 18:11 Sort functions by name planet36
2021-03-25 17:05 uptime: Use sizeof instead of repeating… planet36
2021-03-05 19:35 keymap: Variable "layout" should be con… planet36
2021-03-05 19:28 disk: Cast fsblkcnt_t to double instead… planet36
2021-03-05 19:20 verr: Remove special "usage" case planet36
2021-03-05 19:19 config.def.h: Remove stray double quote… planet36
2022-12-19 01:41 Update README drkhsh
2022-11-27 04:11 battery: Fix remaining on Linux Patrick Iacob
2022-11-23 22:59 New component: cat drkhsh
2022-10-27 22:47 README: Add note about FreeBSD sndio dep drkhsh
2022-10-27 22:21 radical re-formatting 3/3: Error checks drkhsh
2022-10-27 22:51 radical re-formatting 2/3: Fix blocks drkhsh
2022-10-27 22:49 radical re-formatting 1/3: Fix spacing drkhsh
2022-10-27 21:18 radical re-formatting 0/3: Alphabetic h… drkhsh
2022-10-27 22:13 ram: Refactor on OpenBSD drkhsh
2022-10-27 22:11 ram: Refactor Linux perc/used drkhsh
2022-10-27 21:47 battery: Refactor remaining on OpenBSD drkhsh
2022-10-27 22:15 temp: Put sysctl into define to avoid l… drkhsh
2022-10-27 21:44 various: Put paths into defines to avoi… drkhsh
2022-10-27 20:14 separator: kill that useless thing drkhsh
2022-10-26 20:16 do not rely on obsolete feature NRK
2022-10-26 20:14 components/*.c: include slstatus.h NRK
2022-10-26 19:34 Add 'Not charging' status support Spenser Truex
2022-10-26 10:57 Add comment about mixer oss module to R… drkhsh
2022-10-19 23:24 Update LICENSE drkhsh
2021-02-15 11:56 Reset sndiod initialization flag on dis… Ingo Feinerer
2021-01-01 15:52 Make volume component work on FreeBSD michaelbuch12@gmai…
2021-01-01 16:04 Fix RAM component on FreeBSD michaelbuch12@gmai…
2022-08-27 14:40 Fix keyboard_indicators() prototype NRK
2020-11-30 20:32 Update README Aaron Marcher
2020-11-30 20:26 Update LICENSE Aaron Marcher
2020-11-30 19:56 Add comment for FreeBSD to config.mk Aaron Marcher
2020-05-09 10:03 Use the sioctl_open(3) OpenBSD API to a… Ingo Feinerer
2020-06-23 20:35 Add a -1 option flag Daniel Moch
2020-06-18 06:46 Handle SIGUSR1 for forced refreshes Mart Lubbers
2019-11-01 04:50 Fix temperature reporting on OpenBSD dsp
2019-10-02 08:31 Full battery indicator Cem Keylan
2019-03-30 12:45 Add separator module Ryan Kes
2019-02-16 16:59 Follow International System of Units sp… Ingo Feinerer
2019-02-16 16:05 Add OS-support notice to README Aaron Marcher
2019-02-16 01:26 Add ram and swap components on FreeBSD Michael Buch
2019-02-14 18:25 cpu_perc: Check for division by zero Ingo Feinerer
2019-02-13 14:45 Fix CPU frequency on OpenBSD Ingo Feinerer
2019-02-13 14:16 close file descriptors and fix return v… Michael Buch
2019-02-08 14:37 Add native OpenBSD support for mute/vol… Ingo Feinerer
2019-02-13 00:47 wifi component on FreeBSD Michael Buch
2019-01-30 11:21 Add FreeBSD support for netspeeds, entr… Michael Buch
2019-02-05 08:32 Update LICENSE Aaron Marcher
2019-02-05 02:44 Add support for cpu and uptime componen… Michael Buch
2019-01-27 15:44 Add FreeBSD support for temperature and… Michael Buch
2018-07-08 15:45 ram: Consistency with line breaks Aaron Marcher
2018-07-08 15:44 Fix whitespace Aaron Marcher
2018-07-08 15:42 Consistency with 80 char limit and brea… Aaron Marcher
2018-07-07 12:05 wifi_perc: Simplify on Linux Aaron Marcher
2018-07-07 09:08 Simplify format specifiers for uintmax_t Aaron Marcher
2018-07-07 08:56 cpu_freq: Simplify with E-notation Aaron Marcher
2018-07-07 08:54 cpu_freq: Change to 64 bit integers Aaron Marcher
2018-07-07 08:50 Change uint64_t to uintmax_t Aaron Marcher
2018-07-07 08:31 battery: 64 bit ints on Linux Aaron Marcher
2018-07-06 22:24 cpu: Use uint64_t on OpenBSD Aaron Marcher
2018-07-06 21:55 battery: Remove unnecessary defines for… Aaron Marcher
2018-07-06 21:47 uptime: Improve typing and sort headers Aaron Marcher
2018-07-06 21:41 temperature: Improve types Aaron Marcher
2018-07-06 21:38 ram: Check for theoretical division by … Aaron Marcher
2018-07-06 21:37 ram: Use POSIX types Aaron Marcher
2018-07-06 21:26 entropy: Use POSIX types for format spe… Aaron Marcher
2018-07-06 21:17 entropy: Improve types Aaron Marcher
2018-07-06 06:08 Consistent paramter naming for componen… Aaron Marcher
2018-07-06 06:03 slstatus.h: Fix coding style Aaron Marcher
2018-07-06 05:56 fmt_human: Improve types Aaron Marcher
2018-06-04 12:07 Add Ian Remmler to LICENSE Aaron Marcher
2018-06-04 01:02 Add flexible formatting to keyboard_ind… Ian Remmler
2018-06-01 18:10 uptime: unification of the uptime funct… Tobias Tschinkowitz
2018-05-31 11:53 wifi: fixed disconnected wifi status on… Tobias Tschinkowitz
2018-05-30 17:35 Clean up header includes Aaron Marcher
2018-05-29 20:26 Update LICENSE for Quentin Aaron Marcher
2018-05-29 19:32 Flush the output stream instead of arbi… Quentin Rameau
2018-05-29 19:24 Don't explicitly list each component-ta… Laslo Hunhold
2018-05-29 12:28 swap: removed unused include Tobias Tschinkowitz
2018-05-28 19:16 Refactor swap.c to use getline() instea… Laslo Hunhold
2018-05-28 14:17 Update LICENSE for Tobias Aaron Marcher
2018-05-28 13:58 Fix object order and stop using a GNU m… Laslo Hunhold
2018-05-27 20:40 Explicitly list component-objects in th… Laslo Hunhold
2018-05-27 15:57 Use E-notation for large powers of 10 Laslo Hunhold
2018-05-27 14:46 Revert "Add basic backlight percentage … Aaron Marcher
2018-05-24 10:09 ram: fixed int overflow on pagetok macro Tobias Tschinkowitz
504 more commits remaining, fetch the repository
Atom feed
Atom feed (tags)