Compare commits

...

2 Commits

Author SHA1 Message Date
jay
cf25455a91 Fix battery not showing in hyprpanel. 2025-07-03 05:43:02 -04:00
jay
9d1278388d Disable netstat until hyprpanel fixes the units. 2025-07-03 05:42:49 -04:00
2 changed files with 4 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
"0" = { "0" = {
left = [ "dashboard" "separator" "microphone" "volume" "bluetooth" "hypridle" "separator" "network" "separator" "workspaces" "windowtitle" ]; left = [ "dashboard" "separator" "microphone" "volume" "bluetooth" "hypridle" "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

@@ -1,11 +1,9 @@
{ pkgs, lib, ... }: { { pkgs, lib, ... }: {
programs.hyprpanel = { programs.hyprpanel = {
settings = { settings = {
layout = { "bar.layouts" = {
"bar.layouts" = { "0" = {
"0" = { right = [ "battery" ];
right = [ "battery" ];
};
}; };
}; };