mirror of
https://github.com/tiyn/dwmblocks.git
synced 2025-05-02 14:37:46 +02:00
made volume check every other minute
This commit is contained in:
parent
d44316e1c5
commit
13706b2c24
6
config.c
6
config.c
@ -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},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user