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>
12 lines
338 B
Nix
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.
|
|
'';
|
|
}
|