You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Laslo Hunhold 9750a3d731 Use indentation to increase readability
Granted, this style is definitely not common, but for the short
utility-functions of this program it's just the right choice. This
provides great flexibility, such that in the long run, it will be
possible to also share code between the OS-implementations.

This also keeps the state-keeping at a minimum and makes it clearer
which functions are implemented on which OS without having to jiggle
around with too many files in the process.
8 years ago
..
battery.c Use indentation to increase readability 8 years ago
cpu.c Use indentation to increase readability 8 years ago
datetime.c Move components into dedicated subdirectory 8 years ago
disk.c Format error messages properly 8 years ago
entropy.c Use indentation to increase readability 8 years ago
hostname.c Format error messages properly 8 years ago
ip.c ip: add OpenBSD support 8 years ago
kernel_release.c Format error messages properly 8 years ago
keyboard_indicators.c Format error messages properly 8 years ago
load_avg.c Format error messages properly 8 years ago
num_files.c Format error messages properly 8 years ago
ram.c Use indentation to increase readability 8 years ago
run_command.c Format error messages properly 8 years ago
swap.c Use indentation to increase readability 8 years ago
temperature.c Use indentation to increase readability 8 years ago
uptime.c Use indentation to increase readability 8 years ago
user.c Format error messages properly 8 years ago
volume.c Add OpenBSD support in volume.c 8 years ago
wifi.c Use indentation to increase readability 8 years ago