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" = {
left = [ "dashboard" "separator" "microphone" "volume" "bluetooth" "hypridle" "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" ];
};
};

View File

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