diff --git a/static/README.md b/static/README.md index a941eb4..dfe2ae4 100644 --- a/static/README.md +++ b/static/README.md @@ -1,32 +1,5 @@ -TL;DR: You can use these wallpapers freely for personal use. +The file "wallhaven-8x2o1y.jpg" is not covered by the repository license. ---- - - -These wallpapers/images are licensed under the Creative Commons: Attribution-ShareAlike -(CC BY-SA) license, which a copy can be found here -or in the root of this repository. - - -Notices: - - - -Please contact using the <contact.guz013@gmail.com> -email if you have any questions. - +This wallpaper was downloaded from Wallhaven at https://wallhaven.cc/w/8x2o1y, +uploaded by alfonsogtzs. All rights reserved to the original author and it is +not covered by the repository license. diff --git a/static/guz-wallpaper-default.png b/static/guz-wallpaper-default.png deleted file mode 100644 index 8590c11..0000000 Binary files a/static/guz-wallpaper-default.png and /dev/null differ diff --git a/static/guz-wallpaper-work.png b/static/guz-wallpaper-work.png deleted file mode 100644 index b1cf95a..0000000 Binary files a/static/guz-wallpaper-work.png and /dev/null differ diff --git a/static/guz-wallpaper.kra b/static/guz-wallpaper.kra deleted file mode 100644 index e6f123e..0000000 Binary files a/static/guz-wallpaper.kra and /dev/null differ diff --git a/static/wallhaven-8x2o1y.jpg b/static/wallhaven-8x2o1y.jpg new file mode 100644 index 0000000..0e09d97 Binary files /dev/null and b/static/wallhaven-8x2o1y.jpg differ diff --git a/style.nix b/style.nix index e1d32ce..1fa3728 100644 --- a/style.nix +++ b/style.nix @@ -1,6 +1,6 @@ {...}: { stylix.enable = true; - stylix.image = ./static/guz-wallpaper-default.png; + stylix.image = ./static/wallhaven-8x2o1y.jpg; # stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml"; stylix.base16Scheme = ./colors.yaml; stylix.polarity = "dark";