From ed1bd1c5b6fc6c1365f924bbaa1b7683bf8cee22 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Mon, 2 Jun 2025 21:32:33 +0800 Subject: [PATCH] feat(waybar): rice battery module --- modules/home/desktop/status-bar/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/home/desktop/status-bar/default.nix b/modules/home/desktop/status-bar/default.nix index 8c164bc..cc137ee 100644 --- a/modules/home/desktop/status-bar/default.nix +++ b/modules/home/desktop/status-bar/default.nix @@ -21,6 +21,10 @@ interval = 1; format = "{:%F %T}"; }; + "battery" = { + interval = 1; + bat-compatibility = true; + }; } ]; style = # css @@ -29,6 +33,7 @@ background-color: rgba(0, 0, 0, 0); } + #battery, #clock { padding-top: 5px; padding-right: 5px;