1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-30 18:38:31 +02:00
home-manager/tests/modules/services/window-managers/i3/default.nix
Sergey Vlasov b42fce7aaa
i3,sway: add bar color options for the focused output (#2135)
Both i3bar and swaybar can use different colors for the bar on the
currently focused monitor output; add color options for this feature.
2021-06-22 20:56:41 -06:00

11 lines
366 B
Nix

{
i3-bar-focused-colors = ./i3-bar-focused-colors.nix;
i3-followmouse = ./i3-followmouse.nix;
i3-fonts = ./i3-fonts.nix;
i3-fonts-deprecated = ./i3-fonts-deprecated.nix;
i3-keybindings = ./i3-keybindings.nix;
i3-null-config = ./i3-null-config.nix;
i3-workspace-default = ./i3-workspace-default.nix;
i3-workspace-output = ./i3-workspace-output.nix;
}