summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-15 20:20:33 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-15 20:20:33 +0100
commit3264d577dc0ad617e84a39152c13883a79c6d6df (patch)
treee216f56645e29bfb6b63b3ef4c6418e622edab8f
parent322b2af39682b68ef22f9b95b5351fb90224e0b5 (diff)
Add gpu and temp info
-rw-r--r--config.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/config.h b/config.h
index 1c97674..2cb052d 100644
--- a/config.h
+++ b/config.h
@@ -4,10 +4,12 @@ static const Block blocks[] = {
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
{"", "sb-pacpackages", 0, 8},
{"", "sb-mailbox", 180, 12},
- {"", "sb-cpubars", 10, 18},
- {"", "sb-memory", 5, 4},
- {"", "sb-nettraf", 1, 16},
+ {"󰢮 ", "sb-gpubar", 10, 18},
+ {"󰍛 ", "sb-cpubars", 10, 18},
+ {"", "sb-cpu-temp", 10, 18},
+ {"󰧑 ", "sb-memory", 5, 4},
{"", "sb-internet", 5, 4},
+ {"", "sb-nettraf", 1, 16},
{"", "sb-volume", 0, 10},
{"", "sb-clock", 60, 1},
};