From e32b7ce0a59123058362a7d677fa55c8763a70b3 Mon Sep 17 00:00:00 2001 From: GarandPLG Date: Wed, 4 Feb 2026 10:17:43 +0100 Subject: [PATCH] fix --- modules/home/noctalia/settings/bar/widgets/right.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/home/noctalia/settings/bar/widgets/right.nix b/modules/home/noctalia/settings/bar/widgets/right.nix index a7e884a..d407310 100644 --- a/modules/home/noctalia/settings/bar/widgets/right.nix +++ b/modules/home/noctalia/settings/bar/widgets/right.nix @@ -34,11 +34,11 @@ { id = "Battery"; deviceNativePath = "__default__"; - displayMode = "onhover"; + displayMode = "alwaysShow"; hideIfIdle = false; hideIfNotDetected = true; - showNoctaliaPerformance = false; - showPowerProfiles = false; + showNoctaliaPerformance = true; + showPowerProfiles = true; warningThreshold = 30; } {