From 5f1cd851b9df793aef5179e82625c83d7398a684 Mon Sep 17 00:00:00 2001 From: Stefan Schwarz Date: Fri, 3 Mar 2023 10:33:08 +0100 Subject: [PATCH] fix(status): use correct battery number for framework --- dotfiles/sway/status.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/sway/status.toml b/dotfiles/sway/status.toml index 7f94a43..5586edd 100644 --- a/dotfiles/sway/status.toml +++ b/dotfiles/sway/status.toml @@ -95,7 +95,7 @@ block = "backlight" [[block]] block = "battery" -device = "BAT0" +device = "BAT1" interval = 10 format = "{percentage} ({time})" full_format = "{percentage} ({time}) "