feat: Added ironbar config for 3rd monitor

This commit is contained in:
uttarayan21
2024-11-19 15:18:35 +05:30
parent 09d645f20b
commit 7476015e6a
3 changed files with 35 additions and 27 deletions

View File

@@ -73,13 +73,23 @@
}
];
};
"${device.monitors.tertiary}" = {
position = "bottom";
icon_theme = "Papirus-Dark";
start = [
{
type = "launcher";
show_names = false;
show_icons = true;
}
{type = "focused";}
];
end = [
{type = "clock";}
];
};
};
style = let
# mocha = fetchurl {
# url = "https://github.com/catppuccin/waybar/releases/download/v1.0/mocha.css";
# sha256 = pkgs.lib.fakeSha256;
# };
# TODO: Move to subflake
catppuccin = pkgs.fetchFromGitHub {
owner = "catppuccin";
repo = "waybar";