diff options
| author | Ambrose <me@librelife.org> | 2026-01-10 15:28:05 -0500 |
|---|---|---|
| committer | Ambrose <me@librelife.org> | 2026-01-10 15:28:05 -0500 |
| commit | be114aee5ee4c672315c4eab5357e30e6cd063cb (patch) | |
| tree | 0f66c9208d073e8341679941ad97592acd471d41 | |
| parent | 72d16916a45de1a6f0751997b1cfbc6c85949429 (diff) | |
Moved 'vol' to end
| -rw-r--r-- | blocks.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,8 +9,8 @@ static const Block blocks[] = { // Label Command Int SIG - {"CPU: ", "sb-cpuusage", 1, 0}, {"Vol: ", "sb-volume", 1, SIG}, + {"CPU: ", "sb-cpuusage", 1, 0}, {"Mem: ", "sb-memory", 1, 0}, {"Temp: ", "sb-cputemp -f", 1, 0}, //{"IP: ", "sb-network", 1, 0}, |