Xinqi Bao's Git
projects
/
slstatus.git
/ history
summary
|
log
|
commit
|
diff
|
tree
first ⋅ prev ⋅
next
slstatus.git
2022-04-04
Xinqi Bao
first status bar updated
master
|
commitdiff
2020-11-30
Aaron Marcher
Update README
|
commitdiff
2020-11-30
Aaron Marcher
Update LICENSE
|
commitdiff
2020-11-30
Aaron Marcher
Add comment for FreeBSD to config.mk
|
commitdiff
2020-11-30
Ingo Feinerer
Use the sioctl_open(3) OpenBSD API to access vol
|
commitdiff
2020-11-30
Daniel Moch
Add a -1 option flag
|
commitdiff
2020-11-30
Mart Lubbers
Handle SIGUSR1 for forced refreshes
|
commitdiff
2020-11-30
dsp
Fix temperature reporting on OpenBSD
|
commitdiff
2020-11-30
Cem Keylan
Full battery indicator
|
commitdiff
2020-11-30
Ryan Kes
Add separator module
|
commitdiff
2019-02-17
Ingo Feinerer
Follow International System of Units spacing rules
|
commitdiff
2019-02-16
Aaron Marcher
Add OS-support notice to README
|
commitdiff
2019-02-16
Michael Buch
Add ram and swap components on FreeBSD
|
commitdiff
2019-02-16
Ingo Feinerer
cpu_perc: Check for division by zero
|
commitdiff
2019-02-13
Ingo Feinerer
Fix CPU frequency on OpenBSD
|
commitdiff
2019-02-13
Michael Buch
close file descriptors and fix return values
|
commitdiff
2019-02-13
Ingo Feinerer
Add native OpenBSD support for mute/volume
|
commitdiff
2019-02-13
Michael Buch
wifi component on FreeBSD
|
commitdiff
2019-02-07
Michael Buch
Add FreeBSD support for netspeeds, entropy and ip compo...
|
commitdiff
2019-02-05
Aaron Marcher
Update LICENSE
|
commitdiff
2019-02-05
Michael Buch
Add support for cpu and uptime components on FreeBSD
|
commitdiff
2019-02-05
Michael Buch
Add FreeBSD support for temperature and battery components
|
commitdiff
2018-07-08
Aaron Marcher
ram: Consistency with line breaks
|
commitdiff
2018-07-08
Aaron Marcher
Fix whitespace
|
commitdiff
2018-07-08
Aaron Marcher
Consistency with 80 char limit and breaks
|
commitdiff
2018-07-07
Aaron Marcher
wifi_perc: Simplify on Linux
|
commitdiff
2018-07-07
Aaron Marcher
Simplify format specifiers for uintmax_t
|
commitdiff
2018-07-07
Aaron Marcher
cpu_freq: Simplify with E-notation
|
commitdiff
2018-07-07
Aaron Marcher
cpu_freq: Change to 64 bit integers
|
commitdiff
2018-07-07
Aaron Marcher
Change uint64_t to uintmax_t
|
commitdiff
2018-07-07
Aaron Marcher
battery: 64 bit ints on Linux
|
commitdiff
2018-07-06
Aaron Marcher
cpu: Use uint64_t on OpenBSD
|
commitdiff
2018-07-06
Aaron Marcher
battery: Remove unnecessary defines for paths
|
commitdiff
2018-07-06
Aaron Marcher
uptime: Improve typing and sort headers
|
commitdiff
2018-07-06
Aaron Marcher
temperature: Improve types
|
commitdiff
2018-07-06
Aaron Marcher
ram: Check for theoretical division by zero
|
commitdiff
2018-07-06
Aaron Marcher
ram: Use POSIX types
|
commitdiff
2018-07-06
Aaron Marcher
entropy: Use POSIX types for format specifiers
|
commitdiff
2018-07-06
Aaron Marcher
entropy: Improve types
|
commitdiff
2018-07-06
Aaron Marcher
Consistent paramter naming for components
|
commitdiff
2018-07-06
Aaron Marcher
slstatus.h: Fix coding style
|
commitdiff
2018-07-06
Aaron Marcher
fmt_human: Improve types
|
commitdiff
2018-06-04
Aaron Marcher
Add Ian Remmler to LICENSE
|
commitdiff
2018-06-04
Ian Remmler
Add flexible formatting to keyboard_indicators.
|
commitdiff
2018-06-01
Tobias Tschinkowitz
uptime: unification of the uptime function for linux...
|
commitdiff
2018-05-31
Tobias Tschinkowitz
wifi: fixed disconnected wifi status on openbsd
|
commitdiff
2018-05-30
Aaron Marcher
Clean up header includes
|
commitdiff
2018-05-29
Aaron Marcher
Update LICENSE for Quentin
|
commitdiff
2018-05-29
Quentin Rameau
Flush the output stream instead of arbitrarily disablin...
|
commitdiff
2018-05-29
Laslo Hunhold
Don't explicitly list each component-target
|
commitdiff
2018-05-29
Tobias Tschinkowitz
swap: removed unused include
|
commitdiff
2018-05-28
Laslo Hunhold
Refactor swap.c to use getline() instead of buf-filling
|
commitdiff
2018-05-28
Aaron Marcher
Update LICENSE for Tobias
|
commitdiff
2018-05-28
Laslo Hunhold
Fix object order and stop using a GNU make idiom
|
commitdiff
2018-05-27
Laslo Hunhold
Explicitly list component-objects in the Makefile
|
commitdiff
2018-05-27
Laslo Hunhold
Use E-notation for large powers of 10
|
commitdiff
2018-05-27
Aaron Marcher
Revert "Add basic backlight percentage support"
|
commitdiff
2018-05-24
Tobias Tschinkowitz
ram: fixed int overflow on pagetok macro
|
commitdiff
2018-05-23
Laslo Hunhold
Refactor keymap.c
|
commitdiff
2018-05-23
Laslo Hunhold
Refactor snprintf-usage in util.c
|
commitdiff
2018-05-23
Aaron Marcher
keymap: Add braces for for loop
|
commitdiff
2018-05-23
Aaron Marcher
Add keymap to README
|
commitdiff
2018-05-23
Aaron Marcher
Add Michael Buch to LICENSE
|
commitdiff
2018-05-23
Michael Buch
Add keymap component
|
commitdiff
2018-05-22
Laslo Hunhold
Remove o-flag as it is redundant
|
commitdiff
2018-05-22
Laslo Hunhold
Check printf() for output errors
|
commitdiff
2018-05-22
Aaron Marcher
netspeeds: Fix indentation
|
commitdiff
2018-05-22
David Demelier
Add basic backlight percentage support
|
commitdiff
2018-05-22
Aaron Marcher
Change to fmt_human in netspeeds on OpenBSD
|
commitdiff
2018-05-21
Laslo Hunhold
swap.c: Refactor getstats() and its usage
|
commitdiff
2018-05-21
Laslo Hunhold
Refactor fmt_human() and fix a bug
|
commitdiff
2018-05-21
Aaron Marcher
Merge fmt_human_2 and fmt_human_10 to one function
|
commitdiff
2018-05-21
Aaron Marcher
Remove fmt from load_avgs for consistency
|
commitdiff
2018-05-21
Aaron Marcher
Add option to output only once and exit
|
commitdiff
2018-05-20
Aaron Marcher
battery_remaining: check for division by zero
|
commitdiff
2018-05-20
Aaron Marcher
battery_remaining: Change float to double
|
commitdiff
2018-05-20
Aaron Marcher
battery: Minor coding style fixes
|
commitdiff
2018-05-20
Aaron Marcher
Increase readability for load_uvmexp return
|
commitdiff
2018-05-20
Aaron Marcher
Remove units from numbers
|
commitdiff
2018-05-20
Aaron Marcher
swap_perc: check for division by zero on obsd too
|
commitdiff
2018-05-20
Aaron Marcher
swap_perc: check for division by zero
|
commitdiff
2018-05-20
Aaron Marcher
Add David Demelier to LICENSE
|
commitdiff
2018-05-20
David Demelier
Support energy_now/power_now in battery_remaining
|
commitdiff
2018-05-20
Tobias Tschinkowitz
ip: fixed memory leak
|
commitdiff
2018-05-19
Laslo Hunhold
Check return value of pclose()
|
commitdiff
2018-05-19
Aaron Marcher
Refactor ram.c
|
commitdiff
2018-05-19
Aaron Marcher
Make temp more readable on Linux
|
commitdiff
2018-05-19
Laslo Hunhold
Refactor entropy.c
|
commitdiff
2018-05-19
Aaron Marcher
Remove initialization to 0 for static vars
|
commitdiff
2018-05-19
Aaron Marcher
Remove unnecessary "valid" variable in cpu_perc
|
commitdiff
2018-05-19
Aaron Marcher
Add unit to temperature
|
commitdiff
2018-05-19
Aaron Marcher
Implement scaling for cpu_freq
|
commitdiff
2018-05-19
Laslo Hunhold
Implement fmt_human_2() and fmt_human_10()
|
commitdiff
2018-05-19
Aaron Marcher
Add the percent sign to *_perc functions
|
commitdiff
2018-05-19
Laslo Hunhold
Increase precision in netspeeds.c
|
commitdiff
2018-05-19
Laslo Hunhold
Implement esnprintf() and make formatted calls more...
|
commitdiff
2018-05-19
Aaron Marcher
Simplify ipv* functions
|
commitdiff
2018-05-19
Aaron Marcher
Use `int` for flags
|
commitdiff
2018-05-19
Aaron Marcher
Revert aac29e2 as it is nonsense
|
commitdiff
2018-05-19
Aaron Marcher
Set {r,t}xbytes 0 before incrementing them on OBSD
|
commitdiff
next