mirror of
https://github.com/pikami/slstatus.git
synced 2024-11-30 15:25:41 +00:00
f17f39d0a2
- Get rid of camel-casing - Don't use all-caps for variable names - use LEN()-macro - use strncmp() rather than strstr() for prefix-checking - clean up the tokenizer-loop and don't use copies - make the loop more readable by separating different breaking conditions - stricter error-checking and cleanup - store the layout directly with bprintf rather than having a separate buffer |
||
---|---|---|
.. | ||
backlight.c | ||
battery.c | ||
cpu.c | ||
datetime.c | ||
disk.c | ||
entropy.c | ||
hostname.c | ||
ip.c | ||
kernel_release.c | ||
keyboard_indicators.c | ||
keymap.c | ||
load_avg.c | ||
netspeeds.c | ||
num_files.c | ||
ram.c | ||
run_command.c | ||
swap.c | ||
temperature.c | ||
uptime.c | ||
user.c | ||
volume.c | ||
wifi.c |