aboutsummaryrefslogtreecommitdiff
path: root/home/i3.nix
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-05-17 18:34:20 -0700
committerCaroline Larimore <caroline@larimo.re>2024-05-17 18:36:26 -0700
commit2cb8fc4eac3275e9e9e27e85024fe05670972dcd (patch)
treed0ed4489a9d6848e25304195fff0b659fba04db6 /home/i3.nix
parent9313ab8ce881cfb0a490b7f2e6f81d2c83876b2e (diff)
Move images into assets folder
Diffstat (limited to 'home/i3.nix')
-rw-r--r--home/i3.nix2
1 files changed, 1 insertions, 1 deletions
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; }
];