This commit is contained in:
2026-01-07 23:04:23 -05:00
parent 45bedb587a
commit 330224fde6

View File

@@ -171,8 +171,20 @@
show-icons = true; show-icons = true;
}; };
}; };
# programs.waybar.enable = true; programs.waybar.enable = true;
# xdg.configFile."waybar/config.jsonc".source = ./waybar/config; programs.waybar.settings.main = {
layer = "top";
position = "top";
reload_style_on_change = true;
modules-left = [];
modules-center = ["hyprland/workspaces"];
modules-right = [
"tray"
"bluetooth"
"network"
"clock"
];
};
}; };
}; };