aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/fastfetch.nix2
-rw-r--r--home/i3.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/home/fastfetch.nix b/home/fastfetch.nix
index e78cb77..0ed87eb 100644
--- a/home/fastfetch.nix
+++ b/home/fastfetch.nix
@@ -10,7 +10,7 @@
settings = {
logo = {
type = "kitty-direct";
- source = "~/Pictures/nonon.png";
+ source = ../assets/nonon.png;
width = 36;
height = 32;
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; }
];