Age | Commit message (Collapse) | Author | |
---|---|---|---|
7 days | chore(release): 1.0.1HEADv1.0.1master | Suleyman Farajli | |
7 days | chore: wifi percentage commented out | Suleyman Farajli | |
- Wifi percentage module is very fragile on different machines | |||
2025-05-30 | version 1.0.0v1.0.0 | Suleyman Farajli | |
2025-05-30 | README: git links updated | Suleyman Farajli | |
2025-05-29 | tarball generation: `slstatus-farajli-(VERSION)` -> `slstatus_farajli-(VERSION)` | Suleyman Farajli | |
2025-05-29 | README updated | Suleyman Farajli | |
2025-05-29 | added my name to `LICENSE` | Suleyman Farajli | |
2025-01-18 | include version number in the generated tarball | Suleyman Farajli | |
2025-01-18 | generated tar file renamed to XXX-farajli.tar.gz | Suleyman Farajli | |
2024-09-06 | Makefile: slreload added to the dist option | Suleyman Farajli | |
2024-09-05 | gitignore updated | Suleyman Farajli | |
2024-09-05 | man page updated | Suleyman Farajli | |
2024-09-05 | README updated | Suleyman Farajli | |
2024-09-05 | README updated | Suleyman Farajli | |
2024-09-05 | small padding between screen and date added | Suleyman Farajli | |
2024-09-05 | makefile dist updated | Suleyman Farajli | |
2024-09-05 | reload times of some modules changed | Suleyman Farajli | |
2024-09-05 | makefile install slreload | Suleyman Farajli | |
2024-09-05 | makefile prefix can be set | Suleyman Farajli | |
2024-09-05 | brightness added | Suleyman Farajli | |
2024-09-04 | slreload added | Suleyman Farajli | |
2024-09-04 | signals patched | Suleyman Farajli | |
2024-09-04 | gitignore added | Suleyman Farajli | |
2024-09-03 | status updated | Suleyman Farajli | |
2024-09-03 | initial version | Suleyman Farajli | |
2023-07-04 | Release stable 1.0 version | drkhsh | |
2023-05-15 | Add back version flag to prepare for release | drkhsh | |
2023-05-15 | Fix release tarball to prepare for release | drkhsh | |
Correctly copies components to sub-directory, adds all required files | |||
2023-04-23 | README: Sync description from manpage | drkhsh | |
2023-04-23 | manpage: Quality improvements | drkhsh | |
Adds signals section to the manpage and generally improves contents and wording | |||
2022-12-19 | More LICENSE updates | drkhsh | |
Regarding 305aa5138add5971456c880219fe859cd4189624 | |||
2022-12-19 | Revert "config.mk: Fix PREFIX assignment" | drkhsh | |
"?=" is not POSIX, packagers should use "make PREFIX=". This reverts commit c225c4315161a992b9e44dd990d083ee57f7f713. | |||
2022-12-19 | Update LICENSE | drkhsh | |
Real names should be used if possible, as the license is legally binding | |||
2022-12-19 | Update LICENSE | drkhsh | |
2022-12-19 | entropy: Use Unicode escape sequence in string | planet36 | |
Signed-off-by: drkhsh <me@drkhsh.at> | |||
2022-12-19 | config.mk: Fix PREFIX assignment | planet36 | |
Signed-off-by: drkhsh <me@drkhsh.at> | |||
2022-12-19 | num_files: opendir() returns a directory stream | planet36 | |
opendir() returns a directory stream, not a file descriptor Co-authored-by: drkhsh <me@drkhsh.at> Signed-off-by: drkhsh <me@drkhsh.at> | |||
2022-12-19 | Make LEN macro consistent with other suckless repos | planet36 | |
Signed-off-by: drkhsh <me@drkhsh.at> | |||
2022-12-19 | battery: Consistent naming for capacity percentage | planet36 | |
https://www.kernel.org/doc/html/latest/power/power_supply_class.html Co-authored-by: drkhsh <me@drkhsh.at> Signed-off-by: drkhsh <me@drkhsh.at> | |||
2022-12-19 | Sort functions by name | planet36 | |
Co-authored-by: drkhsh <me@drkhsh.at> Signed-off-by: drkhsh <me@drkhsh.at> | |||
2022-12-19 | uptime: Use sizeof instead of repeating the size | planet36 | |
Signed-off-by: drkhsh <me@drkhsh.at> | |||
2022-12-19 | keymap: Variable "layout" should be const | planet36 | |
Signed-off-by: drkhsh <me@drkhsh.at> | |||
2022-12-19 | disk: Cast fsblkcnt_t to double instead of float | planet36 | |
Signed-off-by: drkhsh <me@drkhsh.at> | |||
2022-12-19 | verr: Remove special "usage" case | planet36 | |
In function verr, remove special case for "usage" string Co-authored-by: drkhsh <me@drkhsh.at> Signed-off-by: drkhsh <me@drkhsh.at> | |||
2022-12-19 | config.def.h: Remove stray double quote in comment | planet36 | |
Signed-off-by: drkhsh <me@drkhsh.at> | |||
2022-12-19 | Update README | drkhsh | |
2022-12-01 | battery: Fix remaining on Linux | Patrick Iacob | |
The current version displays the remaining time as 'n/a'. Fixes this regression introduced in 69b2487650782f135db76078c4a7fb841cb936ac where current_now and power_now were incorrectly replaced with current and power when they were moved to a macro. | |||
2022-11-24 | New component: cat | drkhsh | |
Generically reads an arbitrary file natively. Saves a few layers of execution in comparison to using `run_command` with an argument like `cat ./file`. | |||
2022-10-28 | README: Add note about FreeBSD sndio dep | drkhsh | |
2022-10-28 | radical re-formatting 3/3: Error checks | drkhsh | |
Check for `< 0` instead of `== -1`. Fixes coding style. Formatting commits suck, incoherent coding style sucks more. https://suckless.org/coding_style/ |