2022-12-04 13:45:43 +00:00
|
|
|
{...}: {
|
2022-01-16 11:22:44 +00:00
|
|
|
programs.waybar = {
|
|
|
|
enable = true;
|
2022-12-04 13:45:43 +00:00
|
|
|
settings = [
|
|
|
|
{
|
|
|
|
position = "bottom";
|
|
|
|
modules-left = [];
|
|
|
|
modules-center = [];
|
|
|
|
modules-right = ["tray"];
|
|
|
|
}
|
|
|
|
];
|
2022-01-16 11:22:44 +00:00
|
|
|
};
|
|
|
|
}
|