]> Skullheadx's Git Forge - slstatus.git/shortlog
slstatus.git
2026-05-01 Skullheadxremove username + hostname master
2026-04-29 Skullheadxscrolling music
2026-04-29 Skullheadxonly show title
2026-04-29 Skullheadxadd currently playing song
2026-04-29 Skullheadxremove swap
2026-04-29 Skullheadxupdate config
2026-04-28 Skullheadxadd flake
2026-02-12 drkhshlicense: bump copyright year
2026-02-12 drkhshfix buffer overflow in battery state parsing
2026-02-12 drkhshwifi: always retry ioctl for ifindex
2026-02-12 Chris Billingtonvolume: avoid NULL dereference in onval() on sndio...
2025-07-24 drkhshmore concise memory calculation on Linux
2025-07-16 drkhshfix name confusion in LICENSE
2025-04-30 drkhshbump version to 1.1
2025-04-30 drkhshrefactor wifi on linux
2025-04-30 drkhshupdate LICENSE and README
2025-04-30 drkhshfix compiler warning with newer gcc
2025-04-30 sewnadd 'up' for whether a interface is up or down
2025-04-30 AlAdd underscore to separators in strtok() call in keymap.c
2025-04-30 Joakim Sindholtwifi: switch to nl80211 interface
2023-07-04 drkhshRelease stable 1.0 version
2023-05-15 drkhshAdd back version flag to prepare for release
2023-05-15 drkhshFix release tarball to prepare for release
2023-04-23 drkhshREADME: Sync description from manpage
2023-04-23 drkhshmanpage: Quality improvements
2022-12-19 drkhshMore LICENSE updates
2022-12-19 drkhshRevert "config.mk: Fix PREFIX assignment"
2022-12-19 drkhshUpdate LICENSE
2022-12-19 drkhshUpdate LICENSE
2022-12-19 planet36entropy: Use Unicode escape sequence in string
2022-12-19 planet36config.mk: Fix PREFIX assignment
2022-12-19 planet36num_files: opendir() returns a directory stream
2022-12-19 planet36Make LEN macro consistent with other suckless repos
2022-12-19 planet36battery: Consistent naming for capacity percentage
2022-12-19 planet36Sort functions by name
2022-12-19 planet36uptime: Use sizeof instead of repeating the size
2022-12-19 planet36keymap: Variable "layout" should be const
2022-12-19 planet36disk: Cast fsblkcnt_t to double instead of float
2022-12-19 planet36verr: Remove special "usage" case
2022-12-19 planet36config.def.h: Remove stray double quote in comment
2022-12-19 drkhshUpdate README
2022-12-01 Patrick Iacobbattery: Fix remaining on Linux
2022-11-23 drkhshNew component: cat
2022-10-27 drkhshREADME: Add note about FreeBSD sndio dep
2022-10-27 drkhshradical re-formatting 3/3: Error checks
2022-10-27 drkhshradical re-formatting 2/3: Fix blocks
2022-10-27 drkhshradical re-formatting 1/3: Fix spacing
2022-10-27 drkhshradical re-formatting 0/3: Alphabetic headers
2022-10-27 drkhshram: Refactor on OpenBSD
2022-10-27 drkhshram: Refactor Linux perc/used
2022-10-27 drkhshbattery: Refactor remaining on OpenBSD
2022-10-27 drkhshtemp: Put sysctl into define to avoid line wraps
2022-10-27 drkhshvarious: Put paths into defines to avoid line wraps
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
next