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;
};
bar.launcher.icon = "";
bar.layouts."0".right = [
"volume"
"network"
"bluetooth"
(lib.mkIf config.modules.hyprpanel.battery.enable "battery")
"systray"
"clock"
"notifications"
];
bar.layouts."0" = {
left = [
"dashboard"
"workspaces"
"windowtitle"
];
center = [
"media"
];
right = [
"volume"
"network"
"bluetooth"
(lib.mkIf config.modules.hyprpanel.battery.enable "battery")
"systray"
"clock"
"notifications"
];
};
terminal = "ghostty";
};
};