11.stylix/modules/sway/meta.nix
Flameopathic a0e891bfbe
{i3,sway}: export bar configuration through options (#1502)
Link: https://github.com/nix-community/stylix/pull/1502

Reviewed-by: Daniel Thwaites <danth@danth.me>
Reviewed-by: Shahar "Dawn" Or <mightyiampresence@gmail.com>
Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-07-08 16:19:14 +02:00

12 lines
338 B
Nix

{
name = "Sway";
homepage = "https://swaywm.org";
maintainers = [ ];
description = ''
> [!IMPORTANT]
>
> The `config.wayland.windowManager.sway.config.bars` option is not themed.
> Use the [`config.stylix.targets.sway.exportedBarConfig`](
> #stylixtargetsswayexportedbarconfig) option to customize it.
'';
}