b42fce7aaa
Both i3bar and swaybar can use different colors for the bar on the currently focused monitor output; add color options for this feature.
13 lines
486 B
Nix
13 lines
486 B
Nix
{
|
|
sway-bar-focused-colors = ./sway-bar-focused-colors.nix;
|
|
sway-default = ./sway-default.nix;
|
|
sway-post-2003 = ./sway-post-2003.nix;
|
|
sway-followmouse = ./sway-followmouse.nix;
|
|
sway-followmouse-legacy = ./sway-followmouse-legacy.nix;
|
|
sway-null-config = ./sway-null-config.nix;
|
|
sway-null-package = ./sway-null-package.nix;
|
|
sway-modules = ./sway-modules.nix;
|
|
sway-workspace-default = ./sway-workspace-default.nix;
|
|
sway-workspace-output = ./sway-workspace-output.nix;
|
|
}
|