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,7 +46,16 @@
shortcuts.enabled = false; shortcuts.enabled = false;
}; };
bar.launcher.icon = ""; bar.launcher.icon = "";
bar.layouts."0".right = [ bar.layouts."0" = {
left = [
"dashboard"
"workspaces"
"windowtitle"
];
center = [
"media"
];
right = [
"volume" "volume"
"network" "network"
"bluetooth" "bluetooth"
@@ -55,6 +64,7 @@
"clock" "clock"
"notifications" "notifications"
]; ];
};
terminal = "ghostty"; terminal = "ghostty";
}; };
}; };