From ac28968635878aa81b123325c6b29461a95bc239 Mon Sep 17 00:00:00 2001 From: jay Date: Mon, 30 Jun 2025 15:03:01 -0400 Subject: [PATCH] Remove netstat from common hyprpanel, add battery to lappy hyprpanel. --- nodes/hosts/common/home/jay/home.nix | 2 +- nodes/hosts/lappy/home/jay/home.nix | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/nodes/hosts/common/home/jay/home.nix b/nodes/hosts/common/home/jay/home.nix index 895526f..36e4a82 100644 --- a/nodes/hosts/common/home/jay/home.nix +++ b/nodes/hosts/common/home/jay/home.nix @@ -124,7 +124,7 @@ "0" = { left = [ "dashboard" "separator" "microphone" "volume" "bluetooth" "separator" "network" "separator" "workspaces" "windowtitle" ]; middle = [ "media" "cava" ]; - right = [ "netstat" "cpu" "cputemp" "ram" "storage" "separator" "systray" "notifications" "separator" "weather" "clock" ]; + right = [ "cpu" "cputemp" "ram" "storage" "separator" "systray" "notifications" "separator" "weather" "clock" ]; }; }; }; diff --git a/nodes/hosts/lappy/home/jay/home.nix b/nodes/hosts/lappy/home/jay/home.nix index 4d7f673..c9c2d50 100644 --- a/nodes/hosts/lappy/home/jay/home.nix +++ b/nodes/hosts/lappy/home/jay/home.nix @@ -6,9 +6,7 @@ layout = { "bar.layouts" = { "0" = { - left = [ "dashboard" "separator" "microphone" "volume" "bluetooth" "separator" "network" "separator" "workspaces" "windowtitle" ]; - middle = [ "media" "cava" ]; - right = [ "netstat" "cpu" "cputemp" "ram" "storage" "separator" "systray" "notifications" "battery" "separator" "weather" "clock" ]; + right = [ "battery" ]; }; }; };