diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-05-21 11:23:37 +0200 | 
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-05-21 11:23:37 +0200 | 
| commit | 079f3473e523419dec2d808889a2591f8e01361a (patch) | |
| tree | 64ada0ade8db36aa02504a45f5310cb52fc55120 | |
| parent | db3e1af7f8e986d5b4fb87c140f647c0e7d5e794 (diff) | |
| -rw-r--r-- | config.h | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -2,8 +2,8 @@  // recompile using the make command.  static const Block blocks[] = {      /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ -    // {"", "sb-pacpackages", 0, 8},      {"", "sb-mailbox", 180, 12}, +    {"", "sb-pacpackages", 0, 8},      {" ", "sb-gpubar", 10, 18},      {" ", "sb-cpubars", 10, 18},      {"", "sb-cpu-temp", 10, 18},  |