From 2cb8fc4eac3275e9e9e27e85024fe05670972dcd Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Fri, 17 May 2024 18:34:20 -0700 Subject: Move images into assets folder --- home/i3.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/i3.nix') diff --git a/home/i3.nix b/home/i3.nix index 2a2e175..86d2e05 100644 --- a/home/i3.nix +++ b/home/i3.nix @@ -96,7 +96,7 @@ { command = "polybar-msg cmd quit"; always = true; notification = false; } { command = "polybar"; always = true; notification = false; } { command = "systemctl --user restart picom"; always = true; notification = false; } - { command = "${pkgs.feh}/bin/feh --bg-fill ~/Pictures/bg/${config.theme.background}"; always = true; notification = false; } + { command = "${pkgs.feh}/bin/feh --bg-fill ${../assets/bg/${config.theme.background}}"; always = true; notification = false; } { command = "${pkgs.premid}/bin/premid --no-sandbox"; always = false; notification = false; } ]; -- cgit v1.2.3