]> Skullheadx's Git Forge - slstatus.git/commit
Move components into dedicated subdirectory
authorLaslo Hunhold <dev@frign.de>
Sun, 24 Sep 2017 13:33:01 +0000 (15:33 +0200)
committerAaron Marcher <me@drkhsh.at>
Sun, 24 Sep 2017 15:20:27 +0000 (17:20 +0200)
commit7246dc4381c6c95454672a5c1aff65a02d6d3747
tree2264b09abf2e57daee396b632573f4b81e47aa59
parent61e44e894890c1521a01148fbf969cbd4dbb4cae
Move components into dedicated subdirectory

This brings us a lot more tidiness.
20 files changed:
Makefile
components/battery.c [moved from battery.c with 98% similarity]
components/cpu.c [moved from cpu.c with 98% similarity]
components/datetime.c [moved from datetime.c with 91% similarity]
components/disk.c [moved from disk.c with 98% similarity]
components/entropy.c [moved from entropy.c with 91% similarity]
components/hostname.c [moved from hostname.c with 91% similarity]
components/ip.c [moved from ip.c with 98% similarity]
components/kernel_release.c [moved from kernel_release.c with 92% similarity]
components/keyboard_indicators.c [moved from keyboard_indicators.c with 95% similarity]
components/load_avg.c [moved from load_avg.c with 93% similarity]
components/num_files.c [moved from num_files.c with 96% similarity]
components/ram.c [moved from ram.c with 98% similarity]
components/run_command.c [moved from run_command.c with 95% similarity]
components/swap.c [moved from swap.c with 99% similarity]
components/temperature.c [moved from temperature.c with 91% similarity]
components/uptime.c [moved from uptime.c with 92% similarity]
components/user.c [moved from user.c with 95% similarity]
components/volume.c [moved from volume.c with 97% similarity]
components/wifi.c [moved from wifi.c with 98% similarity]