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; } {