1
0
mirror of https://github.com/tiyn/dwmblocks.git synced 2025-04-20 00:27:47 +02:00

Compare commits

...

3 Commits

Author SHA1 Message Date
e36b94a9e8 only one space as separator 2023-10-16 23:54:40 +02:00
45700e9850 removed separators 2023-10-16 23:53:25 +02:00
13706b2c24 made volume check every other minute 2023-10-16 18:40:52 +02:00
2 changed files with 8 additions and 8 deletions

View File

@ -5,9 +5,9 @@
Block blocks[] = { Block blocks[] = {
{"memory", 10, 6}, {"memory", 10, 6},
{"cpu intel", 10, 5}, {"cpu amd", 10, 5},
{"disk /", 1800, 7}, {"disk /home", 1800, 7},
{"volume", 0, 4}, {"volume", 120, 4},
{"battery BAT0", 5, 2}, {"battery BAT0", 5, 2},
{"internet", 5, 3}, {"internet", 5, 3},
{"clock", 60, 1}, {"clock", 60, 1},