Remove netstat from common hyprpanel, add battery to lappy hyprpanel.

This commit is contained in:
jay
2025-06-30 15:03:01 -04:00
parent 58de73bf6b
commit e049f8f6c5
2 changed files with 2 additions and 4 deletions

View File

@@ -124,7 +124,7 @@
"0" = { "0" = {
left = [ "dashboard" "separator" "microphone" "volume" "bluetooth" "separator" "network" "separator" "workspaces" "windowtitle" ]; left = [ "dashboard" "separator" "microphone" "volume" "bluetooth" "separator" "network" "separator" "workspaces" "windowtitle" ];
middle = [ "media" "cava" ]; 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" ];
}; };
}; };
}; };

View File

@@ -6,9 +6,7 @@
layout = { layout = {
"bar.layouts" = { "bar.layouts" = {
"0" = { "0" = {
left = [ "dashboard" "separator" "microphone" "volume" "bluetooth" "separator" "network" "separator" "workspaces" "windowtitle" ]; right = [ "battery" ];
middle = [ "media" "cava" ];
right = [ "netstat" "cpu" "cputemp" "ram" "storage" "separator" "systray" "notifications" "battery" "separator" "weather" "clock" ];
}; };
}; };
}; };