Update config.def.h

This commit is contained in:
Santiago Lo Coco 2022-02-08 21:05:23 -03:00
parent 63fe336895
commit 016d3bed91
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@ static Block blocks[] = {
{ PATH("notifications.sh"), PATH("notifications_button.sh"), 0, 6},
{ PATH("volume.sh"), PATH("volume_button.sh"), 0, 2},
{ PATH("mail.sh"), PATH("mail_button.sh"), 0, 3},
#ifdef LAPTOP
{ PATH("battery.sh"), PATH("battery_button.sh"), 60, 7},
#endif
{ PATH("cpu_temp.sh"), PATH("cpu_temp_button.sh"), 15, 4},
{ NULL } /* just to mark the end of the array */
};