Skip to content

Commit

Permalink
Update 'blocks.def.h'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wjinlei committed May 30, 2022
1 parent 0177c18 commit a6d7c61
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions blocks.def.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
// Modify this file to change what commands output to your statusbar, and recompile using the make command.
static const Block blocks[] = {
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
/* {"", "dwmMusic", 0, 1}, */
/* {"", "dwmNet", 1, 2}, */
/* { "", "dwmMusic", 0, 1}, */
/* { "", "dwmNet", 1, 2}, */
{ "", "dwmMailbox", 1800, 3 },
/* {"", "dwmDisk", 60, 4}, */
{ "", "dwmMemory", 60, 11},
{ "", "dwmDisk", 60, 4},
{ "", "dwmWeather", 3600, 6},
{ "", "dwmClock", 60, 5 },
/* {"", "dwmWeather", 3600, 6}, */
{ "", "dwmVol", 0, 7 },
{ "", "dwmBattery", 60, 8 },
{ "", "dwmUpdate", 0, 9 },
Expand Down

0 comments on commit a6d7c61

Please sign in to comment.