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 --- assets/bg/matama.png | Bin 0 -> 9543767 bytes assets/bg/mem.png | Bin 0 -> 6454104 bytes assets/bg/shinobu.png | Bin 0 -> 4879909 bytes assets/bg/skull.png | Bin 0 -> 2651560 bytes assets/nonon.png | Bin 0 -> 108707 bytes home/fastfetch.nix | 2 +- home/i3.nix | 2 +- 7 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 assets/bg/matama.png create mode 100644 assets/bg/mem.png create mode 100644 assets/bg/shinobu.png create mode 100644 assets/bg/skull.png create mode 100644 assets/nonon.png diff --git a/assets/bg/matama.png b/assets/bg/matama.png new file mode 100644 index 0000000..248d18e Binary files /dev/null and b/assets/bg/matama.png differ diff --git a/assets/bg/mem.png b/assets/bg/mem.png new file mode 100644 index 0000000..1cd2007 Binary files /dev/null and b/assets/bg/mem.png differ diff --git a/assets/bg/shinobu.png b/assets/bg/shinobu.png new file mode 100644 index 0000000..176ac0c Binary files /dev/null and b/assets/bg/shinobu.png differ diff --git a/assets/bg/skull.png b/assets/bg/skull.png new file mode 100644 index 0000000..0cd2deb Binary files /dev/null and b/assets/bg/skull.png differ diff --git a/assets/nonon.png b/assets/nonon.png new file mode 100644 index 0000000..57056ce Binary files /dev/null and b/assets/nonon.png differ 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; } ]; -- cgit v1.2.3