From 016d3bed91e2180449d7e592727ff5ae4c68de16 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Tue, 8 Feb 2022 21:05:23 -0300 Subject: [PATCH] Update config.def.h --- config.def.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.def.h b/config.def.h index 6b3fa4a..c87390e 100644 --- a/config.def.h +++ b/config.def.h @@ -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 */ };