From b9fb55d007bb978eca1e53b9200b41392025631d Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 1 May 2025 12:41:43 +1000 Subject: bar: make power actually red --- modules/bar/components/Power.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/bar/components/Power.qml b/modules/bar/components/Power.qml index 2524b3e..1124a55 100644 --- a/modules/bar/components/Power.qml +++ b/modules/bar/components/Power.qml @@ -3,7 +3,7 @@ import "root:/config" MaterialIcon { text: "power_settings_new" - color: Appearance.colours.red + color: Appearance.colours.m3error font.bold: true font.pointSize: Appearance.font.size.normal } -- cgit v1.2.3-freya