fix: wallpaper path + add wallpapers to assets/
Moved wallpapers from nixos-config/home/m3tam3re/wallpapers/ to m3ta-home/assets/wallpapers/ and fixed the relative path reference in the theme module.
This commit is contained in:
BIN
assets/wallpapers/wallhaven-28kdom_2560x1440.png
Normal file
BIN
assets/wallpapers/wallhaven-28kdom_2560x1440.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 MiB |
BIN
assets/wallpapers/wallhaven-8o8y5o_2560x1440.png
Normal file
BIN
assets/wallpapers/wallhaven-8o8y5o_2560x1440.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.4 MiB |
BIN
assets/wallpapers/wallhaven-k72v6q_2560x1440.png
Normal file
BIN
assets/wallpapers/wallhaven-k72v6q_2560x1440.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.7 MiB |
BIN
assets/wallpapers/wallhaven-l3o7j2_2560x1440.png
Normal file
BIN
assets/wallpapers/wallhaven-l3o7j2_2560x1440.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.5 MiB |
BIN
assets/wallpapers/wallhaven-lmmo8r.jpg
Normal file
BIN
assets/wallpapers/wallhaven-lmmo8r.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.3 MiB |
@@ -11,8 +11,8 @@ in {
|
|||||||
|
|
||||||
config = mkIf cfg {
|
config = mkIf cfg {
|
||||||
xdg.configFile."hypr/wallpapers" = {
|
xdg.configFile."hypr/wallpapers" = {
|
||||||
# Wallpapers are stored relative to the home/m3tam3re directory.
|
# Wallpapers stored in m3ta-home/assets/wallpapers/
|
||||||
source = ../../m3tam3re/wallpapers;
|
source = ./../../../assets/wallpapers;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user