From 94ac778fcda4b9245d40afb79e56e1fd9b1ba48d Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 17 Feb 2025 12:40:34 +1100 Subject: bar: battery indicator --- scss/bar.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'scss') diff --git a/scss/bar.scss b/scss/bar.scss index a0fd230..ce3e2ea 100644 --- a/scss/bar.scss +++ b/scss/bar.scss @@ -103,6 +103,14 @@ color: scheme.$mauve; } + .battery { + color: scheme.$teal; + + .low { + color: scheme.$red; + } + } + .date-time { color: scheme.$peach; } -- cgit v1.2.3-freya