added modules which were overidden by adding battery flag back in

This commit is contained in:
2025-12-21 20:24:24 +01:00
parent 3a86cfe153
commit 542161d3ee

View File

@@ -46,15 +46,25 @@
shortcuts.enabled = false; shortcuts.enabled = false;
}; };
bar.launcher.icon = ""; bar.launcher.icon = "";
bar.layouts."0".right = [ bar.layouts."0" = {
"volume" left = [
"network" "dashboard"
"bluetooth" "workspaces"
(lib.mkIf config.modules.hyprpanel.battery.enable "battery") "windowtitle"
"systray" ];
"clock" center = [
"notifications" "media"
]; ];
right = [
"volume"
"network"
"bluetooth"
(lib.mkIf config.modules.hyprpanel.battery.enable "battery")
"systray"
"clock"
"notifications"
];
};
terminal = "ghostty"; terminal = "ghostty";
}; };
}; };