From b293d0b060850d7a91f2ce0d4c69005f3d0e2af1 Mon Sep 17 00:00:00 2001 From: Jas Singh Date: Thu, 25 Jul 2024 21:28:31 -0700 Subject: [PATCH] Added the battery module to the default layout. --- options.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/options.ts b/options.ts index b762143..46ea3a7 100644 --- a/options.ts +++ b/options.ts @@ -559,6 +559,7 @@ const options = mkOptions(OPTIONS, { "volume", "network", "bluetooth", + "battery", "systray", "clock", "notifications"