suckless/slstatus.git
2022-10-27 drkhshseparator: kill that useless thing
2022-10-26 NRKdo not rely on obsolete feature
2022-10-26 NRKcomponents/*.c: include slstatus.h
2022-10-26 Spenser TruexAdd 'Not charging' status support
2022-10-26 drkhshAdd comment about mixer oss module to README
2022-10-26 drkhshUpdate LICENSE
2022-10-26 Ingo FeinererReset sndiod initialization flag on disconnects
2022-10-26 michaelbuch12... Make volume component work on FreeBSD
2022-10-26 michaelbuch12... Fix RAM component on FreeBSD
2022-10-26 NRKFix keyboard_indicators() prototype
2020-11-30 Aaron MarcherUpdate README
2020-11-30 Aaron MarcherUpdate LICENSE
2020-11-30 Aaron MarcherAdd comment for FreeBSD to config.mk
2020-11-30 Ingo FeinererUse the sioctl_open(3) OpenBSD API to access vol
2020-11-30 Daniel MochAdd a -1 option flag
2020-11-30 Mart LubbersHandle SIGUSR1 for forced refreshes
2020-11-30 dspFix temperature reporting on OpenBSD
2020-11-30 Cem KeylanFull battery indicator
2020-11-30 Ryan KesAdd separator module
2019-02-17 Ingo FeinererFollow International System of Units spacing rules
2019-02-16 Aaron MarcherAdd OS-support notice to README
2019-02-16 Michael BuchAdd ram and swap components on FreeBSD
2019-02-16 Ingo Feinerercpu_perc: Check for division by zero
2019-02-13 Ingo FeinererFix CPU frequency on OpenBSD
2019-02-13 Michael Buchclose file descriptors and fix return values
2019-02-13 Ingo FeinererAdd native OpenBSD support for mute/volume
2019-02-13 Michael Buchwifi component on FreeBSD
2019-02-07 Michael BuchAdd FreeBSD support for netspeeds, entropy and ip compo...
2019-02-05 Aaron MarcherUpdate LICENSE
2019-02-05 Michael BuchAdd support for cpu and uptime components on FreeBSD
2019-02-05 Michael BuchAdd FreeBSD support for temperature and battery components
2018-07-08 Aaron Marcherram: Consistency with line breaks
2018-07-08 Aaron MarcherFix whitespace
2018-07-08 Aaron MarcherConsistency with 80 char limit and breaks
2018-07-07 Aaron Marcherwifi_perc: Simplify on Linux
2018-07-07 Aaron MarcherSimplify format specifiers for uintmax_t
2018-07-07 Aaron Marchercpu_freq: Simplify with E-notation
2018-07-07 Aaron Marchercpu_freq: Change to 64 bit integers
2018-07-07 Aaron MarcherChange uint64_t to uintmax_t
2018-07-07 Aaron Marcherbattery: 64 bit ints on Linux
2018-07-06 Aaron Marchercpu: Use uint64_t on OpenBSD
2018-07-06 Aaron Marcherbattery: Remove unnecessary defines for paths
2018-07-06 Aaron Marcheruptime: Improve typing and sort headers
2018-07-06 Aaron Marchertemperature: Improve types
2018-07-06 Aaron Marcherram: Check for theoretical division by zero
2018-07-06 Aaron Marcherram: Use POSIX types
2018-07-06 Aaron Marcherentropy: Use POSIX types for format specifiers
2018-07-06 Aaron Marcherentropy: Improve types
2018-07-06 Aaron MarcherConsistent paramter naming for components
2018-07-06 Aaron Marcherslstatus.h: Fix coding style
2018-07-06 Aaron Marcherfmt_human: Improve types
2018-06-04 Aaron MarcherAdd Ian Remmler to LICENSE
2018-06-04 Ian RemmlerAdd flexible formatting to keyboard_indicators.
2018-06-01 Tobias Tschinkowitzuptime: unification of the uptime function for linux...
2018-05-31 Tobias Tschinkowitzwifi: fixed disconnected wifi status on openbsd
2018-05-30 Aaron MarcherClean up header includes
2018-05-29 Aaron MarcherUpdate LICENSE for Quentin
2018-05-29 Quentin RameauFlush the output stream instead of arbitrarily disablin...
2018-05-29 Laslo HunholdDon't explicitly list each component-target
2018-05-29 Tobias Tschinkowitzswap: removed unused include
2018-05-28 Laslo HunholdRefactor swap.c to use getline() instead of buf-filling
2018-05-28 Aaron MarcherUpdate LICENSE for Tobias
2018-05-28 Laslo HunholdFix object order and stop using a GNU make idiom
2018-05-27 Laslo HunholdExplicitly list component-objects in the Makefile
2018-05-27 Laslo HunholdUse E-notation for large powers of 10
2018-05-27 Aaron MarcherRevert "Add basic backlight percentage support"
2018-05-24 Tobias Tschinkowitzram: fixed int overflow on pagetok macro
2018-05-23 Laslo HunholdRefactor keymap.c
2018-05-23 Laslo HunholdRefactor snprintf-usage in util.c
2018-05-23 Aaron Marcherkeymap: Add braces for for loop
2018-05-23 Aaron MarcherAdd keymap to README
2018-05-23 Aaron MarcherAdd Michael Buch to LICENSE
2018-05-23 Michael BuchAdd keymap component
2018-05-22 Laslo HunholdRemove o-flag as it is redundant
2018-05-22 Laslo HunholdCheck printf() for output errors
2018-05-22 Aaron Marchernetspeeds: Fix indentation
2018-05-22 David DemelierAdd basic backlight percentage support
2018-05-22 Aaron MarcherChange to fmt_human in netspeeds on OpenBSD
2018-05-21 Laslo Hunholdswap.c: Refactor getstats() and its usage
2018-05-21 Laslo HunholdRefactor fmt_human() and fix a bug
2018-05-21 Aaron MarcherMerge fmt_human_2 and fmt_human_10 to one function
2018-05-21 Aaron MarcherRemove fmt from load_avgs for consistency
2018-05-21 Aaron MarcherAdd option to output only once and exit
2018-05-20 Aaron Marcherbattery_remaining: check for division by zero
2018-05-20 Aaron Marcherbattery_remaining: Change float to double
2018-05-20 Aaron Marcherbattery: Minor coding style fixes
2018-05-20 Aaron MarcherIncrease readability for load_uvmexp return
2018-05-20 Aaron MarcherRemove units from numbers
2018-05-20 Aaron Marcherswap_perc: check for division by zero on obsd too
2018-05-20 Aaron Marcherswap_perc: check for division by zero
2018-05-20 Aaron MarcherAdd David Demelier to LICENSE
2018-05-20 David DemelierSupport energy_now/power_now in battery_remaining
2018-05-20 Tobias Tschinkowitzip: fixed memory leak
2018-05-19 Laslo HunholdCheck return value of pclose()
2018-05-19 Aaron MarcherRefactor ram.c
2018-05-19 Aaron MarcherMake temp more readable on Linux
2018-05-19 Laslo HunholdRefactor entropy.c
2018-05-19 Aaron MarcherRemove initialization to 0 for static vars
2018-05-19 Aaron MarcherRemove unnecessary "valid" variable in cpu_perc
2018-05-19 Aaron MarcherAdd unit to temperature
next