added modules which were overidden by adding battery flag back in
This commit is contained in:
@@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user