summaryrefslogtreecommitdiff
path: root/common/home/programs/wofi/default.nix
blob: 07821e134891726c6e0cc3ccc042b273b3ee9248 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ ... }:
{
	enable = true;
	style = builtins.readFile ./style.css;
	settings = {
		key_forward = "Alt-j";
		key_backward = "Alt-k";
		location = "top_right";
		gtk_dark = true;
		layer = "overlay";
		width = "100%";
	};
}