mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
b42fce7aaa
Both i3bar and swaybar can use different colors for the bar on the currently focused monitor output; add color options for this feature.
10 lines
366 B
Nix
10 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;
|
|
}
|