From 276d64816b4f384f823113a5e2dafb6188e6d659 Mon Sep 17 00:00:00 2001 From: GarandPLG Date: Tue, 3 Feb 2026 06:31:00 +0100 Subject: [PATCH] fix --- modules/home/noctalia/settings/bar/widgets/right.nix | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/modules/home/noctalia/settings/bar/widgets/right.nix b/modules/home/noctalia/settings/bar/widgets/right.nix index 8593e7b..a7e884a 100644 --- a/modules/home/noctalia/settings/bar/widgets/right.nix +++ b/modules/home/noctalia/settings/bar/widgets/right.nix @@ -2,7 +2,9 @@ right = [ { id = "Tray"; - blacklist = []; + blacklist = [ + "nm-applet" + ]; colorizeIcons = false; drawerEnabled = false; hidePassive = false; @@ -44,10 +46,10 @@ displayMode = "alwaysShow"; middleClickCommand = "pwvucontrol || pavucontrol"; } - # { - # "id" = "Brightness"; - # "displayMode" = "onhover"; - # } + { + id = "Network"; + displayMode = "onhover"; + } { id = "ControlCenter"; colorizeDistroLogo = false;