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 af31a2cd0a
commit ac28968635
2 changed files with 2 additions and 4 deletions

View File

@@ -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" ];
};
};
};